binary_type 1734 tools/perf/util/annotate.c if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO) binary_type 1887 tools/perf/util/annotate.c if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) { binary_type 60 tools/perf/util/bpf-event.c map->dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO; binary_type 481 tools/perf/util/dso.c if (dso__read_binary_type_filename(dso, dso->binary_type, binary_type 525 tools/perf/util/dso.c if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) binary_type 528 tools/perf/util/dso.c if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) binary_type 653 tools/perf/util/dso.c if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { binary_type 659 tools/perf/util/dso.c dso->binary_type = binary_type_data[i++]; binary_type 665 tools/perf/util/dso.c } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); binary_type 879 tools/perf/util/dso.c if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) binary_type 992 tools/perf/util/dso.c if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) binary_type 1180 tools/perf/util/dso.c dso->binary_type = DSO_BINARY_TYPE__NOT_FOUND; binary_type 153 tools/perf/util/dso.h enum dso_binary_type binary_type; binary_type 348 tools/perf/util/dso.h return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || binary_type 349 tools/perf/util/dso.h dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; binary_type 354 tools/perf/util/dso.h return dso->binary_type == DSO_BINARY_TYPE__KCORE || binary_type 355 tools/perf/util/dso.h dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; binary_type 272 tools/perf/util/map.c if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) binary_type 1387 tools/perf/util/symbol.c dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; binary_type 1389 tools/perf/util/symbol.c dso->binary_type = DSO_BINARY_TYPE__KCORE; binary_type 1843 tools/perf/util/symbol.c dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; binary_type 1845 tools/perf/util/symbol.c dso->binary_type = DSO_BINARY_TYPE__VMLINUX; binary_type 2037 tools/perf/util/symbol.c dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; binary_type 2084 tools/perf/util/symbol.c dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS;