Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dvdso.c146 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in machine__thread_dso_type() local
154 dso_type = dso__type(dso, machine); in machine__thread_dso_type()
155 if (dso_type != DSO__TYPE_UNKNOWN) in machine__thread_dso_type()
159 return dso_type; in machine__thread_dso_type()
262 enum dso_type dso_type; in __machine__findnew_vdso_compat() local
267 if (dso_type == DSO__TYPE_32BIT) in __machine__findnew_vdso_compat()
271 if (dso_type == DSO__TYPE_X32BIT) in __machine__findnew_vdso_compat()
275 switch (dso_type) { in __machine__findnew_vdso_compat()
295 enum dso_type dso_type; in machine__find_vdso() local
298 switch (dso_type) { in machine__find_vdso()
[all …]
H A Dunwind-libunwind.c23 enum dso_type dso_type; in unwind__prepare_access() local
44 dso_type = dso__type(dso, machine); in unwind__prepare_access()
45 if (dso_type == DSO__TYPE_UNKNOWN) in unwind__prepare_access()
51 if (dso_type != DSO__TYPE_64BIT) in unwind__prepare_access()
54 if (dso_type == DSO__TYPE_64BIT) in unwind__prepare_access()
H A Ddso.h71 enum dso_type { enum
376 const char *short_name, int dso_type);
404 enum dso_type dso__type(struct dso *dso, struct machine *machine);
H A Ddso.c1223 const char *short_name, int dso_type) in machine__findnew_kernel() argument
1236 dso->kernel = dso_type; in machine__findnew_kernel()
1483 enum dso_type dso__type(struct dso *dso, struct machine *machine) in dso__type()
1486 enum dso_type type = DSO__TYPE_UNKNOWN; in dso__type()
H A Dsymbol.h141 enum dso_type dso__type_fd(int fd);
H A Dsymbol-elf.c1840 enum dso_type dso__type_fd(int fd) in dso__type_fd()
1842 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in dso__type_fd() local
1856 dso_type = DSO__TYPE_64BIT; in dso__type_fd()
1864 dso_type = DSO__TYPE_X32BIT; in dso__type_fd()
1866 dso_type = DSO__TYPE_32BIT; in dso__type_fd()
1870 return dso_type; in dso__type_fd()
H A Dsymbol-minimal.c318 enum dso_type dso__type_fd(int fd) in dso__type_fd()