Searched refs:binary_type (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/util/
H A Ddso.h170 enum dso_binary_type binary_type; member in struct:dso
389 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX ||
390 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX;
395 return dso->binary_type == DSO_BINARY_TYPE__KCORE ||
396 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE;
H A Ddso.c73 switch (dso->binary_type) {
548 if (dso__read_binary_type_filename(dso, dso->binary_type,
604 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) {
610 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE)
735 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) {
741 dso->binary_type = binary_type_data[i++];
747 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND);
966 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO)
970 if (dso->binary_type == DSO_BINARY_TYPE__OOL)
1092 if (dso->binary_type
[all...]
H A Dmap.c256 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO)
273 if (dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE)
289 return dso && dso->binary_type == DSO_BINARY_TYPE__OOL;
H A Dsymbol.c1422 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE;
1424 dso->binary_type = DSO_BINARY_TYPE__KCORE;
1999 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX;
2001 dso->binary_type = DSO_BINARY_TYPE__VMLINUX;
2212 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS;
2255 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS;
H A Dbpf-event.c62 dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO;
H A Dsymbol-elf.c1507 curr_dso->binary_type = dso->binary_type;
H A Dannotate.c1949 if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO)
2198 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) {
2200 } else if (dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) {
H A Dmachine.c759 dso->binary_type = DSO_BINARY_TYPE__OOL;
775 dso->binary_type = DSO_BINARY_TYPE__BPF_IMAGE;

Completed in 162 milliseconds