Home
last modified time | relevance | path

Searched refs:dso_type (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dvdso.c143 static enum dso_type machine__thread_dso_type(struct machine *machine, in machine__thread_dso_type()
146 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in machine__thread_dso_type() local
153 dso_type = dso__type(dso, machine); in machine__thread_dso_type()
154 if (dso_type != DSO__TYPE_UNKNOWN) in machine__thread_dso_type()
158 return dso_type; in machine__thread_dso_type()
261 enum dso_type dso_type; in __machine__findnew_vdso_compat() local
263 dso_type = machine__thread_dso_type(machine, thread); in __machine__findnew_vdso_compat()
266 if (dso_type in __machine__findnew_vdso_compat()
294 enum dso_type dso_type; machine__find_vdso() local
[all...]
H A Dunwind-libunwind.c23 enum dso_type dso_type; in unwind__prepare_access() local
42 dso_type = dso__type(map->dso, maps->machine); in unwind__prepare_access()
43 if (dso_type == DSO__TYPE_UNKNOWN) in unwind__prepare_access()
49 if (dso_type != DSO__TYPE_64BIT) in unwind__prepare_access()
52 if (dso_type == DSO__TYPE_64BIT) in unwind__prepare_access()
H A Ddso.h71 enum dso_type { enum
361 const char *short_name, int dso_type);
387 enum dso_type dso__type(struct dso *dso, struct machine *machine);
H A Dsymbol-elf.c1364 enum dso_type dso__type_fd(int fd) in dso__type_fd()
1366 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in dso__type_fd() local
1380 dso_type = DSO__TYPE_64BIT; in dso__type_fd()
1388 dso_type = DSO__TYPE_X32BIT; in dso__type_fd()
1390 dso_type = DSO__TYPE_32BIT; in dso__type_fd()
1394 return dso_type; in dso__type_fd()
H A Ddso.c1153 const char *short_name, int dso_type) in machine__findnew_kernel()
1166 dso->kernel = dso_type; in machine__findnew_kernel()
1410 enum dso_type dso__type(struct dso *dso, struct machine *machine) in dso__type()
1413 enum dso_type type = DSO__TYPE_UNKNOWN; in dso__type()
1152 machine__findnew_kernel(struct machine *machine, const char *name, const char *short_name, int dso_type) machine__findnew_kernel() argument
H A Dsymbol-minimal.c318 enum dso_type dso__type_fd(int fd) in dso__type_fd()
H A Dsymbol.h146 enum dso_type dso__type_fd(int fd);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dvdso.c143 static enum dso_type machine__thread_dso_type(struct machine *machine, in machine__thread_dso_type()
146 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in machine__thread_dso_type() local
154 dso_type = dso__type(dso, machine); in machine__thread_dso_type()
155 if (dso_type != DSO__TYPE_UNKNOWN) in machine__thread_dso_type()
159 return dso_type; in machine__thread_dso_type()
262 enum dso_type dso_type; in __machine__findnew_vdso_compat() local
264 dso_type = machine__thread_dso_type(machine, thread); in __machine__findnew_vdso_compat()
267 if (dso_type in __machine__findnew_vdso_compat()
295 enum dso_type dso_type; machine__find_vdso() local
[all...]
H A Dunwind-libunwind.c23 enum dso_type dso_type; in unwind__prepare_access() local
44 dso_type = dso__type(dso, 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()
H A Ddso.h71 enum dso_type { enum
376 const char *short_name, int dso_type);
404 enum dso_type dso__type(struct dso *dso, struct machine *machine);
H A Ddso.c1223 const char *short_name, int dso_type) in machine__findnew_kernel()
1236 dso->kernel = dso_type; in machine__findnew_kernel()
1483 enum dso_type dso__type(struct dso *dso, struct machine *machine) in dso__type()
1486 enum dso_type type = DSO__TYPE_UNKNOWN; in dso__type()
1222 machine__findnew_kernel(struct machine *machine, const char *name, const char *short_name, int dso_type) machine__findnew_kernel() argument
H A Dsymbol-elf.c1840 enum dso_type dso__type_fd(int fd) in dso__type_fd()
1842 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in dso__type_fd() local
1856 dso_type = DSO__TYPE_64BIT; in dso__type_fd()
1864 dso_type = DSO__TYPE_X32BIT; in dso__type_fd()
1866 dso_type = DSO__TYPE_32BIT; in dso__type_fd()
1870 return dso_type; in dso__type_fd()
H A Dsymbol.h141 enum dso_type dso__type_fd(int fd);
H A Dsymbol-minimal.c318 enum dso_type dso__type_fd(int fd) in dso__type_fd()

Completed in 15 milliseconds