Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dvdso.c139 static enum dso_type machine__thread_dso_type(struct machine *machine, in machine__thread_dso_type()
142 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()
255 enum dso_type dso_type; in vdso__dso_findnew_compat() local
257 dso_type = machine__thread_dso_type(machine, thread); in vdso__dso_findnew_compat()
260 if (dso_type == DSO__TYPE_32BIT) in vdso__dso_findnew_compat()
264 if (dso_type == DSO__TYPE_X32BIT) in vdso__dso_findnew_compat()
268 switch (dso_type) { in vdso__dso_findnew_compat()
Ddso.h56 enum dso_type { enum
289 const char *short_name, int dso_type);
321 enum dso_type dso__type(struct dso *dso, struct machine *machine);
Dsymbol-elf.c1143 enum dso_type dso__type_fd(int fd) in dso__type_fd()
1145 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in dso__type_fd() local
1159 dso_type = DSO__TYPE_64BIT; in dso__type_fd()
1167 dso_type = DSO__TYPE_X32BIT; in dso__type_fd()
1169 dso_type = DSO__TYPE_32BIT; in dso__type_fd()
1173 return dso_type; in dso__type_fd()
Ddso.c755 const char *short_name, int dso_type) in dso__kernel_findnew() argument
768 dso->kernel = dso_type; in dso__kernel_findnew()
1130 enum dso_type dso__type(struct dso *dso, struct machine *machine) in dso__type()
Dsymbol.h246 enum dso_type dso__type_fd(int fd);
Dsymbol-minimal.c313 enum dso_type dso__type_fd(int fd) in dso__type_fd()
Dheader.c1225 enum dso_kernel_type dso_type; in __event_process_build_id() local
1235 dso_type = DSO_TYPE_KERNEL; in __event_process_build_id()
1239 dso_type = DSO_TYPE_GUEST_KERNEL; in __event_process_build_id()
1244 dso_type = DSO_TYPE_USER; in __event_process_build_id()
1258 dso->kernel = dso_type; in __event_process_build_id()