Symbol: dso__binary_type
tools/perf/util/disasm.c
1227
} else if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) {
tools/perf/util/disasm.c
1422
if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO)
tools/perf/util/disasm.c
1425
if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_IMAGE)
tools/perf/util/disasm.c
1562
if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) {
tools/perf/util/dso.c
1051
if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO)
tools/perf/util/dso.c
1055
if (dso__binary_type(dso) == DSO_BINARY_TYPE__OOL)
tools/perf/util/dso.c
1175
if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO)
tools/perf/util/dso.c
1329
switch (dso__binary_type(dso)) {
tools/perf/util/dso.c
1989
if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_IMAGE) {
tools/perf/util/dso.c
1997
if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) {
tools/perf/util/dso.c
580
if (dso__read_binary_type_filename(dso, dso__binary_type(dso),
tools/perf/util/dso.c
671
if (dso__binary_type(dso) != DSO_BINARY_TYPE__BUILD_ID_CACHE) {
tools/perf/util/dso.c
677
if (dso__binary_type(dso) != DSO_BINARY_TYPE__BUILD_ID_CACHE)
tools/perf/util/dso.c
81
switch (dso__binary_type(dso)) {
tools/perf/util/dso.c
810
if (dso__binary_type(dso) != DSO_BINARY_TYPE__NOT_FOUND) {
tools/perf/util/dso.c
822
} while (dso__binary_type(dso) != DSO_BINARY_TYPE__NOT_FOUND);
tools/perf/util/dso.h
912
enum dso_binary_type bt = dso__binary_type(dso);
tools/perf/util/dso.h
919
enum dso_binary_type bt = dso__binary_type(dso);
tools/perf/util/dso.h
926
enum dso_binary_type bt = dso__binary_type(dso);
tools/perf/util/libbfd.c
518
if (dso__binary_type(dso) != DSO_BINARY_TYPE__BPF_PROG_INFO)
tools/perf/util/map.c
254
if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO)
tools/perf/util/map.c
271
if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_IMAGE)
tools/perf/util/map.c
287
return dso && dso__binary_type(dso) == DSO_BINARY_TYPE__OOL;
tools/perf/util/symbol-elf.c
1482
dso__set_binary_type(curr_dso, dso__binary_type(dso));
tools/perf/util/symbol.c
1950
if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND)