HomeSort by relevance Sort by last modified time
    Searched refs:has_build_id (Results 1 - 10 of 10) sorted by null

  /external/linux-tools-perf/src/tools/perf/util/
dso.c 68 if (!dso->has_build_id) {
429 dso->has_build_id = 0;
454 dso->has_build_id = 1;
471 dso->has_build_id = true;
490 dso->has_build_id = true;
503 if (pos->has_build_id) {
510 pos->has_build_id = true;
build-id.c 96 if (!self->has_build_id)
dso.h 83 u8 has_build_id:1; member in struct:dso
machine.c 404 if (kdso->has_build_id) {
412 i + kdso->has_build_id, vmlinux_path[i]);
458 if (kernel != NULL && (!kernel->has_build_id))
    [all...]
map.c 161 if (map->dso->has_build_id) {
annotate.c 889 if (dso->has_build_id) {
919 if (dso->has_build_id) {
    [all...]
symbol-elf.c 588 if (dso->has_build_id) {
symbol.c 1244 if (dso->has_build_id) {
    [all...]
header.c 175 if (!pos->has_build_id) \
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-inject.c 166 if (self->has_build_id)
171 self->has_build_id = true;

Completed in 892 milliseconds