Home
last modified time | relevance | path

Searched refs:DSO__TYPE_UNKNOWN (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dvdso.c155 return (args->dso_type != DSO__TYPE_UNKNOWN) ? 1 : 0; in machine__thread_dso_type_maps_cb()
163 .dso_type = DSO__TYPE_UNKNOWN, in machine__thread_dso_type()
289 case DSO__TYPE_UNKNOWN: in __machine__findnew_vdso_compat()
321 case DSO__TYPE_UNKNOWN: in machine__find_vdso()
Dunwind-libunwind.c40 if (dso_type == DSO__TYPE_UNKNOWN) in unwind__prepare_access()
Dsymbol-minimal.c327 return DSO__TYPE_UNKNOWN; in dso__type_fd()
333 return DSO__TYPE_UNKNOWN; in dso__type_fd()
Ddso.h73 DSO__TYPE_UNKNOWN, enumerator
Ddso.c1612 enum dso_type type = DSO__TYPE_UNKNOWN; in dso__type()
Dsymbol-elf.c1914 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in dso__type_fd()