Home
last modified time | relevance | path

Searched refs:binary_type (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/
Ddso.h166 enum dso_binary_type binary_type; member
373 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux()
374 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux()
379 return dso->binary_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore()
380 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
Ddso.c506 if (dso__read_binary_type_filename(dso, dso->binary_type, in __open_dso()
550 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()
553 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()
678 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()
684 dso->binary_type = binary_type_data[i++]; in try_to_open_dso()
690 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()
909 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso_cache__populate()
913 if (dso->binary_type == DSO_BINARY_TYPE__OOL) in dso_cache__populate()
1035 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso__data_file_size()
1273 dso->binary_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new_id()
Dmap.c246 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in __map__is_bpf_prog()
262 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) in __map__is_bpf_image()
276 return map->dso && map->dso->binary_type == DSO_BINARY_TYPE__OOL; in __map__is_ool()
Dsymbol.c1429 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()
1431 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()
2074 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()
2076 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()
2283 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()
2324 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()
Dbpf-event.c74 map->dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO; in machine__process_bpf_event_load()
Dannotate.c1722 if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf()
1971 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) { in symbol__disassemble()
1973 } else if (dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) { in symbol__disassemble()
Dmachine.c788 map->dso->binary_type = DSO_BINARY_TYPE__OOL; in machine__process_ksymbol_register()
800 dso->binary_type = DSO_BINARY_TYPE__BPF_IMAGE; in machine__process_ksymbol_register()