Searched refs:binary_type (Results 1 – 8 of 8) sorted by relevance
167 enum dso_binary_type binary_type; member385 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()
72 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 …]
256 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()
1390 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()1392 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()1972 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()1974 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()2183 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()2226 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()
62 dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO; in machine__process_bpf_event_load()
1872 if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf()2121 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) { in symbol__disassemble()2123 } else if (dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) { in symbol__disassemble()
1443 curr_dso->binary_type = dso->binary_type; in dso__process_kernel_symbol()
924 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()