Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dvdso.c138 static enum dso_type machine__thread_dso_type(struct machine *machine, in machine__thread_dso_type()
141 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in machine__thread_dso_type() local
148 dso_type = dso__type(dso, machine); in machine__thread_dso_type()
149 if (dso_type != DSO__TYPE_UNKNOWN) in machine__thread_dso_type()
153 return dso_type; in machine__thread_dso_type()
256 enum dso_type dso_type; in __machine__findnew_vdso_compat() local
258 dso_type = machine__thread_dso_type(machine, thread); in __machine__findnew_vdso_compat()
261 if (dso_type == DSO__TYPE_32BIT) in __machine__findnew_vdso_compat()
265 if (dso_type == DSO__TYPE_X32BIT) in __machine__findnew_vdso_compat()
269 switch (dso_type) { in __machine__findnew_vdso_compat()
[all …]
Dunwind-libunwind.c22 enum dso_type dso_type; in unwind__prepare_access() local
38 dso_type = dso__type(map->dso, thread->mg->machine); in unwind__prepare_access()
39 if (dso_type == DSO__TYPE_UNKNOWN) in unwind__prepare_access()
45 if (dso_type != DSO__TYPE_64BIT) in unwind__prepare_access()
48 if (dso_type == DSO__TYPE_64BIT) in unwind__prepare_access()
Ddso.h62 enum dso_type { enum
335 const char *short_name, int dso_type);
375 enum dso_type dso__type(struct dso *dso, struct machine *machine);
Dsymbol-elf.c1179 enum dso_type dso__type_fd(int fd) in dso__type_fd()
1181 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in dso__type_fd() local
1195 dso_type = DSO__TYPE_64BIT; in dso__type_fd()
1203 dso_type = DSO__TYPE_X32BIT; in dso__type_fd()
1205 dso_type = DSO__TYPE_32BIT; in dso__type_fd()
1209 return dso_type; in dso__type_fd()
Ddso.c1019 const char *short_name, int dso_type) in machine__findnew_kernel() argument
1032 dso->kernel = dso_type; in machine__findnew_kernel()
1478 enum dso_type dso__type(struct dso *dso, struct machine *machine) in dso__type()
1481 enum dso_type type = DSO__TYPE_UNKNOWN; in dso__type()
Dsymbol-minimal.c313 enum dso_type dso__type_fd(int fd) in dso__type_fd()
Dsymbol.h272 enum dso_type dso__type_fd(int fd);
Dheader.c1820 enum dso_kernel_type dso_type; in __event_process_build_id() local
1830 dso_type = DSO_TYPE_KERNEL; in __event_process_build_id()
1833 dso_type = DSO_TYPE_GUEST_KERNEL; in __event_process_build_id()
1837 dso_type = DSO_TYPE_USER; in __event_process_build_id()
1849 if (dso_type != DSO_TYPE_USER) { in __event_process_build_id()
1855 dso->kernel = dso_type; in __event_process_build_id()