Searched refs:binary_type (Results 1 – 6 of 6) sorted by relevance
153 enum dso_binary_type binary_type; member348 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux()349 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux()354 return dso->binary_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore()355 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
481 if (dso__read_binary_type_filename(dso, dso->binary_type, in __open_dso()525 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()528 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()653 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()659 dso->binary_type = binary_type_data[i++]; in try_to_open_dso()665 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()879 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso_cache__read()992 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso__data_file_size()1180 dso->binary_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new()
1387 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()1389 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()1843 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()1845 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()2037 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()2084 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()
60 map->dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO; in machine__process_bpf_event_load()
272 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in __map__is_bpf_prog()
1734 if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf()1887 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) { in symbol__disassemble()