Home
last modified time | relevance | path

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

/tools/perf/util/
Ddsos.c82 if (pos->has_build_id) { in __dsos__read_build_ids()
89 pos->has_build_id = true; in __dsos__read_build_ids()
Ddso.c172 if (!dso->has_build_id) { in dso__read_binary_type_filename()
1278 dso->has_build_id = 0; in dso__new_id()
1347 dso->has_build_id = 1; in dso__set_build_id()
1374 dso->has_build_id = true; in dso__read_running_kernel_build_id()
1392 dso->has_build_id = true; in dso__kernel_module_get_build_id()
Dbuild-id.c273 if (!dso->has_build_id) in __dso__build_id_filename()
305 if (!pos->has_build_id) \
906 if (!dso->has_build_id) in dso__cache_build_id()
Ddso.h169 u8 has_build_id:1; member
Dmap.c334 if (map->dso->has_build_id) { in map__load()
Dmachine.c957 if (kdso->has_build_id) { in machine__fprintf_vmlinux_path()
966 i + kdso->has_build_id, vmlinux_path[i]); in machine__fprintf_vmlinux_path()
1016 if (kernel != NULL && (!kernel->has_build_id)) in machine__get_kernel()
Dsymbol.c1850 if (!dso->has_build_id && in dso__load()
2165 if (!dso->has_build_id) { in dso__find_kallsyms()
Dannotate.c1594 if (dso->has_build_id) { in symbol__strerror_disassemble()
1648 if (dso->has_build_id) in dso__disassemble_filename()
Dsymbol-elf.c900 if (dso->has_build_id && !symbol_conf.ignore_vmlinux_buildid) { in symsrc__init()
Dprobe-event.c346 if (!dso->has_build_id) in kernel_get_module_dso()
/tools/perf/
Dbuiltin-inject.c551 if (dso->has_build_id) in dso__read_build_id()
556 dso->has_build_id = true; in dso__read_build_id()
559 return dso->has_build_id ? 0 : -1; in dso__read_build_id()