Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddso.h166 enum dso_binary_type binary_type; member
370 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux()
371 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux()
376 return dso->binary_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore()
377 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
H A Ddso.c497 if (dso__read_binary_type_filename(dso, dso->binary_type, in __open_dso()
541 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()
544 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()
669 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()
675 dso->binary_type = binary_type_data[i++]; in try_to_open_dso()
681 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()
898 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso_cache__populate()
900 else if (dso->binary_type == DSO_BINARY_TYPE__OOL) in dso_cache__populate()
1022 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso__data_file_size()
1260 dso->binary_type in dso__new_id()
[all...]
H A Dmap.c242 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in __map__is_bpf_prog()
258 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) in __map__is_bpf_image()
272 return map->dso && map->dso->binary_type == DSO_BINARY_TYPE__OOL; in __map__is_ool()
H A Dsymbol.c1416 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()
1418 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()
2064 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()
2066 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()
2257 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()
2298 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()
H A Dbpf-event.c61 map->dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO; in machine__process_bpf_event_load()
H A Dannotate.c1719 if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf()
1964 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) { in symbol__disassemble()
1966 } else if (dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) { in symbol__disassemble()
H A Dmachine.c760 map->dso->binary_type = DSO_BINARY_TYPE__OOL; in machine__process_ksymbol_register()
771 dso->binary_type = DSO_BINARY_TYPE__BPF_IMAGE; in machine__process_ksymbol_register()
/kernel/linux/linux-6.6/tools/perf/util/
H A 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()
H A 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 in dso__data_file_size()
[all...]
H A 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()
H A 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()
H A Dbpf-event.c62 dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO; in machine__process_bpf_event_load()
H A 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()
H A Dsymbol-elf.c1443 curr_dso->binary_type = dso->binary_type; in dso__process_kernel_symbol()
H A 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()

Completed in 46 milliseconds