Home
last modified time | relevance | path

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

/tools/perf/util/
Dvdso.c141 static enum dso_type machine__thread_dso_type(struct machine *machine, in machine__thread_dso_type()
144 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in machine__thread_dso_type() local
151 dso_type = dso__type(dso, machine); in machine__thread_dso_type()
152 if (dso_type != DSO__TYPE_UNKNOWN) in machine__thread_dso_type()
156 return dso_type; in machine__thread_dso_type()
259 enum dso_type dso_type; in __machine__findnew_vdso_compat() local
261 dso_type = machine__thread_dso_type(machine, thread); in __machine__findnew_vdso_compat()
264 if (dso_type == DSO__TYPE_32BIT) in __machine__findnew_vdso_compat()
268 if (dso_type == DSO__TYPE_X32BIT) in __machine__findnew_vdso_compat()
272 switch (dso_type) { in __machine__findnew_vdso_compat()
[all …]
Dunwind-libunwind.c25 enum dso_type dso_type; in unwind__prepare_access() local
44 dso_type = dso__type(map->dso, mg->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()
Ddso.h69 enum dso_type { enum
339 const char *short_name, int dso_type);
366 enum dso_type dso__type(struct dso *dso, struct machine *machine);
Ddso.c1098 const char *short_name, int dso_type) in machine__findnew_kernel() argument
1111 dso->kernel = dso_type; in machine__findnew_kernel()
1334 enum dso_type dso__type(struct dso *dso, struct machine *machine) in dso__type()
1337 enum dso_type type = DSO__TYPE_UNKNOWN; in dso__type()
Dsymbol-elf.c1274 enum dso_type dso__type_fd(int fd) in dso__type_fd()
1276 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in dso__type_fd() local
1290 dso_type = DSO__TYPE_64BIT; in dso__type_fd()
1298 dso_type = DSO__TYPE_X32BIT; in dso__type_fd()
1300 dso_type = DSO__TYPE_32BIT; in dso__type_fd()
1304 return dso_type; in dso__type_fd()
Dsymbol.h153 enum dso_type dso__type_fd(int fd);
Dsymbol-minimal.c316 enum dso_type dso__type_fd(int fd) in dso__type_fd()
Dheader.c1894 enum dso_kernel_type dso_type; in __event_process_build_id() local
1904 dso_type = DSO_TYPE_KERNEL; in __event_process_build_id()
1907 dso_type = DSO_TYPE_GUEST_KERNEL; in __event_process_build_id()
1911 dso_type = DSO_TYPE_USER; in __event_process_build_id()
1923 if (dso_type != DSO_TYPE_USER) { in __event_process_build_id()
1929 dso->kernel = dso_type; in __event_process_build_id()