Home
last modified time | relevance | path

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

/linux-4.4.14/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()
257 enum dso_type dso_type; in __machine__findnew_vdso_compat() local
259 dso_type = machine__thread_dso_type(machine, thread); in __machine__findnew_vdso_compat()
262 if (dso_type == DSO__TYPE_32BIT) in __machine__findnew_vdso_compat()
266 if (dso_type == DSO__TYPE_X32BIT) in __machine__findnew_vdso_compat()
270 switch (dso_type) { in __machine__findnew_vdso_compat()
Ddso.h58 enum dso_type { enum
317 const char *short_name, int dso_type);
353 enum dso_type dso__type(struct dso *dso, struct machine *machine);
Dsymbol-elf.c1161 enum dso_type dso__type_fd(int fd) in dso__type_fd()
1163 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in dso__type_fd() local
1177 dso_type = DSO__TYPE_64BIT; in dso__type_fd()
1185 dso_type = DSO__TYPE_X32BIT; in dso__type_fd()
1187 dso_type = DSO__TYPE_32BIT; in dso__type_fd()
1191 return dso_type; in dso__type_fd()
Ddso.c868 const char *short_name, int dso_type) in machine__findnew_kernel() argument
881 dso->kernel = dso_type; in machine__findnew_kernel()
1322 enum dso_type dso__type(struct dso *dso, struct machine *machine) in dso__type()
1325 enum dso_type type = DSO__TYPE_UNKNOWN; in dso__type()
Dsymbol.h247 enum dso_type dso__type_fd(int fd);
Dsymbol-minimal.c313 enum dso_type dso__type_fd(int fd) in dso__type_fd()
Dheader.c1232 enum dso_kernel_type dso_type; in __event_process_build_id() local
1242 dso_type = DSO_TYPE_KERNEL; in __event_process_build_id()
1245 dso_type = DSO_TYPE_GUEST_KERNEL; in __event_process_build_id()
1249 dso_type = DSO_TYPE_USER; in __event_process_build_id()
1262 dso->kernel = dso_type; in __event_process_build_id()