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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddso.c68 if (!dso->has_build_id) {
456 dso->has_build_id = 0;
481 dso->has_build_id = 1;
498 dso->has_build_id = true;
517 dso->has_build_id = true;
530 if (pos->has_build_id) {
537 pos->has_build_id = true;
H A Dbuild-id.c96 if (!self->has_build_id)
H A Ddso.h83 u8 has_build_id:1; member in struct:dso
H A Dmachine.c404 if (kdso->has_build_id) {
412 i + kdso->has_build_id, vmlinux_path[i]);
458 if (kernel != NULL && (!kernel->has_build_id))
H A Dmap.c161 if (map->dso->has_build_id) {
H A Dannotate.c889 if (dso->has_build_id) {
919 if (dso->has_build_id) {
H A Dsymbol-elf.c588 if (dso->has_build_id) {
H A Dsymbol.c1244 if (dso->has_build_id) {
H A Dheader.c175 if (!pos->has_build_id) \
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-inject.c166 if (self->has_build_id)
171 self->has_build_id = true;

Completed in 118 milliseconds