Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
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()
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()
1258 dso->binary_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new_id()
Dmap.c243 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in __map__is_bpf_prog()
259 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) in __map__is_bpf_image()
273 return map->dso && map->dso->binary_type == DSO_BINARY_TYPE__OOL; in __map__is_ool()
Dsymbol.c1399 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()
1401 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()
2046 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()
2048 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()
2239 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()
2280 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()
Dbpf-event.c61 map->dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO; in machine__process_bpf_event_load()
Dannotate.c1703 if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf()
1944 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) { in symbol__disassemble()
1946 } else if (dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) { in symbol__disassemble()
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()