Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Ddso.h167 enum dso_binary_type binary_type; member
385 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux()
386 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux()
391 return dso->binary_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore()
392 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
Ddso.c72 switch (dso->binary_type) { in dso__is_object_file()
546 if (dso__read_binary_type_filename(dso, dso->binary_type, in __open_dso()
602 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) { in open_dso()
608 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()
733 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()
739 dso->binary_type = binary_type_data[i++]; in try_to_open_dso()
745 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()
964 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso_cache__populate()
968 if (dso->binary_type == DSO_BINARY_TYPE__OOL) in dso_cache__populate()
1090 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso__data_file_size()
[all …]
Dmap.c256 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in __map__is_bpf_prog()
273 if (dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) in __map__is_bpf_image()
289 return dso && dso->binary_type == DSO_BINARY_TYPE__OOL; in __map__is_ool()
Dsymbol.c1520 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()
1522 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()
2213 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()
2215 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()
2426 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()
2469 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()
Dbpf-event.c62 dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO; in machine__process_bpf_event_load()
Dannotate.c1839 if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf()
2088 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) { in symbol__disassemble()
2090 } else if (dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) { in symbol__disassemble()
Dsymbol-elf.c1443 curr_dso->binary_type = dso->binary_type; in dso__process_kernel_symbol()
Dmachine.c924 dso->binary_type = DSO_BINARY_TYPE__OOL; in machine__process_ksymbol_register()
940 dso->binary_type = DSO_BINARY_TYPE__BPF_IMAGE; in machine__process_ksymbol_register()