Home
last modified time | relevance | path

Searched refs:has_build_id (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/tools/perf/util/
A Ddsos.c85 if (pos->has_build_id) { in __dsos__read_build_ids()
92 pos->has_build_id = true; in __dsos__read_build_ids()
100 pos->has_build_id = true; in __dsos__read_build_ids()
A Ddso.h169 u8 has_build_id:1; member
232 if (!pos->has_build_id) \
A Ddso.c173 if (!dso->has_build_id) { in dso__read_binary_type_filename()
1295 dso->has_build_id = 0; in dso__new_id()
1364 dso->has_build_id = 1; in dso__set_build_id()
1391 dso->has_build_id = true; in dso__read_running_kernel_build_id()
1409 dso->has_build_id = true; in dso__kernel_module_get_build_id()
A Dbuild-id.c273 if (!dso->has_build_id) in __dso__build_id_filename()
927 if (!dso->has_build_id) in dso__cache_build_id()
A Dmap.c340 if (map->dso->has_build_id) { in map__load()
A Dmachine.c1066 if (kdso->has_build_id) { in machine__fprintf_vmlinux_path()
1075 i + kdso->has_build_id, vmlinux_path[i]); in machine__fprintf_vmlinux_path()
1125 if (kernel != NULL && (!kernel->has_build_id)) in machine__get_kernel()
A Dsymbol.c1870 if (!dso->has_build_id && in dso__load()
2195 if (!dso->has_build_id) { in dso__find_kallsyms()
A Dsynthetic-events.c388 if (dso && dso->has_build_id) { in perf_record_mmap2__read_build_id()
410 if (dso && !dso->has_build_id) in perf_record_mmap2__read_build_id()
A Dannotate.c1610 if (dso->has_build_id) { in symbol__strerror_disassemble()
1664 if (dso->has_build_id) in dso__disassemble_filename()
A Dsymbol-elf.c1250 if (dso->has_build_id && !symbol_conf.ignore_vmlinux_buildid) { in symsrc__init()
A Dprobe-event.c349 if (!dso->has_build_id) in kernel_get_module_dso()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-buildid-list.c31 if (dso->has_build_id) in buildid__map_cb()
A Dbuiltin-inject.c625 if (dso->has_build_id) in dso__read_build_id()
631 dso->has_build_id = true; in dso__read_build_id()
638 dso->has_build_id = true; in dso__read_build_id()
644 return dso->has_build_id ? 0 : -1; in dso__read_build_id()
703 dso->has_build_id = 1; in perf_inject__lookup_known_build_id()

Completed in 48 milliseconds