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

/linux-master/tools/perf/util/
H A Ddsos.c85 if (pos->has_build_id) {
92 pos->has_build_id = true;
99 pos->has_build_id = true;
H A Ddso.h173 u8 has_build_id:1; member in struct:dso
237 if (!pos->has_build_id) \
H A Ddso.c207 if (!dso->has_build_id) {
1340 dso->has_build_id = 0;
1413 dso->has_build_id = 1;
1440 dso->has_build_id = true;
1458 dso->has_build_id = true;
H A Dbuild-id.c275 if (!dso->has_build_id)
927 if (!dso->has_build_id)
H A Dmap.c355 if (dso->has_build_id) {
H A Dsynthetic-events.c388 if (dso && dso->has_build_id) {
410 if (dso && !dso->has_build_id)
H A Dsymbol.c1848 if (!dso->has_build_id &&
2094 if (!dso->has_build_id) {
H A Dmachine.c945 if (kdso->has_build_id) {
954 i + kdso->has_build_id, vmlinux_path[i]);
1005 if (kernel != NULL && (!kernel->has_build_id))
H A Dannotate.c1809 if (dso->has_build_id) {
1863 if (dso->has_build_id)
H A Dsymbol-elf.c1269 if (dso->has_build_id && !symbol_conf.ignore_vmlinux_buildid) {
H A Dprobe-event.c370 if (!dso->has_build_id)
/linux-master/tools/perf/
H A Dbuiltin-buildid-list.c31 if (dso->has_build_id)
H A Dbuiltin-inject.c634 if (dso->has_build_id)
640 dso->has_build_id = true;
645 dso->has_build_id = true;
651 return dso->has_build_id ? 0 : -1;
710 dso->has_build_id = 1;

Completed in 432 milliseconds