Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/ !
Ddso.h166 enum dso_binary_type binary_type; member
382 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux()
383 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux()
388 return dso->binary_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore()
389 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
Ddso.c508 if (dso__read_binary_type_filename(dso, dso->binary_type, in __open_dso()
564 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) { in open_dso()
570 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()
695 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()
701 dso->binary_type = binary_type_data[i++]; in try_to_open_dso()
707 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()
926 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso_cache__populate()
930 if (dso->binary_type == DSO_BINARY_TYPE__OOL) in dso_cache__populate()
1052 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso__data_file_size()
1290 dso->binary_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new_id()
Dmap.c252 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in __map__is_bpf_prog()
268 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) in __map__is_bpf_image()
282 return map->dso && map->dso->binary_type == DSO_BINARY_TYPE__OOL; in __map__is_ool()
Dsymbol.c1427 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()
1429 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()
2082 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()
2084 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()
2291 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()
2334 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()
Dbpf-event.c126 map->dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO; in machine__process_bpf_event_load()
Dannotate.c1749 if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf()
1994 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) { in symbol__disassemble()
1996 } else if (dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) { in symbol__disassemble()
Dmachine.c897 map->dso->binary_type = DSO_BINARY_TYPE__OOL; in machine__process_ksymbol_register()
909 dso->binary_type = DSO_BINARY_TYPE__BPF_IMAGE; in machine__process_ksymbol_register()