Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Ddso.h166 enum dso_binary_type binary_type; member
373 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux()
374 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux()
379 return dso->binary_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore()
380 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
A Ddso.c507 if (dso__read_binary_type_filename(dso, dso->binary_type, in __open_dso()
551 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()
554 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()
679 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()
685 dso->binary_type = binary_type_data[i++]; in try_to_open_dso()
691 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()
910 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso_cache__populate()
914 if (dso->binary_type == DSO_BINARY_TYPE__OOL) in dso_cache__populate()
1036 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso__data_file_size()
1274 dso->binary_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new_id()
A Dmap.c246 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) in __map__is_bpf_prog()
262 if (map->dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) in __map__is_bpf_image()
276 return map->dso && map->dso->binary_type == DSO_BINARY_TYPE__OOL; in __map__is_ool()
A Dsymbol.c1410 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()
1412 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()
2055 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()
2057 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()
2264 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()
2305 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()
A Dbpf-event.c98 map->dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO; in machine__process_bpf_event_load()
A Dannotate.c1737 if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf()
1982 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) { in symbol__disassemble()
1984 } else if (dso->binary_type == DSO_BINARY_TYPE__BPF_IMAGE) { in symbol__disassemble()
A Dmachine.c795 map->dso->binary_type = DSO_BINARY_TYPE__OOL; in machine__process_ksymbol_register()
807 dso->binary_type = DSO_BINARY_TYPE__BPF_IMAGE; in machine__process_ksymbol_register()

Completed in 30 milliseconds