Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddsos.c85 if (pos->has_build_id) { in __dsos__read_build_ids()
92 pos->has_build_id = true; in __dsos__read_build_ids()
99 pos->has_build_id = true; in __dsos__read_build_ids()
H A Ddso.h170 u8 has_build_id:1; member
233 if (!pos->has_build_id) \
H A Ddso.c206 if (!dso->has_build_id) { in dso__read_binary_type_filename()
1337 dso->has_build_id = 0; in dso__new_id()
1407 dso->has_build_id = 1; in dso__set_build_id()
1434 dso->has_build_id = true; in dso__read_running_kernel_build_id()
1452 dso->has_build_id = true; in dso__kernel_module_get_build_id()
H A Dbuild-id.c275 if (!dso->has_build_id) in __dso__build_id_filename()
927 if (!dso->has_build_id) in dso__cache_build_id()
H A Dmap.c355 if (dso->has_build_id) { in map__load()
H A Dsymbol.c1814 if (!dso->has_build_id && in dso__load()
2066 if (!dso->has_build_id) { in dso__find_kallsyms()
H A Dmachine.c1110 if (kdso->has_build_id) { in machine__fprintf_vmlinux_path()
1119 i + kdso->has_build_id, vmlinux_path[i]); in machine__fprintf_vmlinux_path()
1169 if (kernel != NULL && (!kernel->has_build_id)) in machine__get_kernel()
H 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()
H A Dannotate.c1732 if (dso->has_build_id) { in symbol__strerror_disassemble()
1786 if (dso->has_build_id) in dso__disassemble_filename()
H A Dsymbol-elf.c1268 if (dso->has_build_id && !symbol_conf.ignore_vmlinux_buildid) { in symsrc__init()
H A Dprobe-event.c358 if (!dso->has_build_id) in kernel_get_module_dso()
/openbmc/linux/tools/perf/
H A Dbuiltin-buildid-list.c31 if (dso->has_build_id) in buildid__map_cb()
H A Dbuiltin-inject.c634 if (dso->has_build_id) in dso__read_build_id()
640 dso->has_build_id = true; in dso__read_build_id()
645 dso->has_build_id = true; in dso__read_build_id()
651 return dso->has_build_id ? 0 : -1; in dso__read_build_id()
710 dso->has_build_id = 1; in perf_inject__lookup_known_build_id()