Home
last modified time | relevance | path

Searched refs:dso_type (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
A Dvdso.c146 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in machine__thread_dso_type() local
153 dso_type = dso__type(dso, machine); in machine__thread_dso_type()
154 if (dso_type != DSO__TYPE_UNKNOWN) in machine__thread_dso_type()
158 return dso_type; in machine__thread_dso_type()
261 enum dso_type dso_type; in __machine__findnew_vdso_compat() local
266 if (dso_type == DSO__TYPE_32BIT) in __machine__findnew_vdso_compat()
270 if (dso_type == DSO__TYPE_X32BIT) in __machine__findnew_vdso_compat()
274 switch (dso_type) { in __machine__findnew_vdso_compat()
294 enum dso_type dso_type; in machine__find_vdso() local
297 switch (dso_type) { in machine__find_vdso()
[all …]
A Dunwind-libunwind.c23 enum dso_type dso_type; in unwind__prepare_access() local
42 dso_type = dso__type(map->dso, maps->machine); in unwind__prepare_access()
43 if (dso_type == DSO__TYPE_UNKNOWN) in unwind__prepare_access()
49 if (dso_type != DSO__TYPE_64BIT) in unwind__prepare_access()
52 if (dso_type == DSO__TYPE_64BIT) in unwind__prepare_access()
A Ddso.h71 enum dso_type { enum
364 const char *short_name, int dso_type);
390 enum dso_type dso__type(struct dso *dso, struct machine *machine);
A Ddso.c1167 const char *short_name, int dso_type) in machine__findnew_kernel() argument
1180 dso->kernel = dso_type; in machine__findnew_kernel()
1424 enum dso_type dso__type(struct dso *dso, struct machine *machine) in dso__type()
1427 enum dso_type type = DSO__TYPE_UNKNOWN; in dso__type()
A Dsymbol-elf.c1403 enum dso_type dso__type_fd(int fd) in dso__type_fd()
1405 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in dso__type_fd() local
1419 dso_type = DSO__TYPE_64BIT; in dso__type_fd()
1427 dso_type = DSO__TYPE_X32BIT; in dso__type_fd()
1429 dso_type = DSO__TYPE_32BIT; in dso__type_fd()
1433 return dso_type; in dso__type_fd()
A Dsymbol.h157 enum dso_type dso__type_fd(int fd);
A Dsymbol-minimal.c318 enum dso_type dso__type_fd(int fd) in dso__type_fd()

Completed in 20 milliseconds