Searched refs:dso_type (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | vdso.c | 143 enum dso_type dso_type; member 154 args->dso_type = dso__type(dso, args->machine); in machine__thread_dso_type_maps_cb() 155 return (args->dso_type != DSO__TYPE_UNKNOWN) ? 1 : 0; in machine__thread_dso_type_maps_cb() 158 static enum dso_type machine__thread_dso_type(struct machine *machine, in machine__thread_dso_type() 163 .dso_type = DSO__TYPE_UNKNOWN, in machine__thread_dso_type() 168 return args.dso_type; in machine__thread_dso_type() 269 enum dso_type dso_type; in __machine__findnew_vdso_compat() local 271 dso_type = machine__thread_dso_type(machine, thread); in __machine__findnew_vdso_compat() 274 if (dso_type == DSO__TYPE_32BIT) in __machine__findnew_vdso_compat() 278 if (dso_type == DSO__TYPE_X32BIT) in __machine__findnew_vdso_compat() [all …]
|
| H A D | unwind-libunwind.c | 18 enum dso_type dso_type; unwind__prepare_access() local
|
| H A D | dso.h | 166 enum dso_type { 928 const char *short_name, int dso_type); 990 enum dso_type dso__type(struct dso *dso, struct machine *machine); 131 enum dso_type { global() enum
|
| H A D | symbol.h | 221 enum dso_type dso__type_fd(int fd);
|
| H A D | symbol-elf.c | 1920 enum dso_type dso__type_fd(int fd) in copy_bytes() 1922 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in copy_bytes() 1936 dso_type = DSO__TYPE_64BIT; 1944 dso_type = DSO__TYPE_X32BIT; in kcore__open() 1946 dso_type = DSO__TYPE_32BIT; in kcore__open() 1950 return dso_type; in kcore__open() 1863 enum dso_type dso_type = DSO__TYPE_UNKNOWN; dso__type_fd() local
|
| H A D | dso.c | 1485 const char *short_name, int dso_type) in __dso_id__cmp() 1498 dso__set_kernel(dso, dso_type); 1882 enum dso_type dso__type(struct dso *dso, struct machine *machine) in find_file_offset() 1885 enum dso_type type = DSO__TYPE_UNKNOWN; in find_file_offset() 1423 machine__findnew_kernel(struct machine * machine,const char * name,const char * short_name,int dso_type) machine__findnew_kernel() argument
|
| H A D | symbol-minimal.c | 312 enum dso_type dso__type_fd(int fd) in dso__type_fd()
|