Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddso.c81 switch (dso__binary_type(dso)) { in dso__is_object_file()
580 if (dso__read_binary_type_filename(dso, dso__binary_type(dso), in dso__get_filename()
671 if (dso__binary_type(dso) != DSO_BINARY_TYPE__BUILD_ID_CACHE) { in close_data_fd()
677 if (dso__binary_type(dso) != DSO_BINARY_TYPE__BUILD_ID_CACHE) in close_data_fd()
810 if (dso__binary_type(dso) != DSO_BINARY_TYPE__NOT_FOUND) {
822 } while (dso__binary_type(dso) != DSO_BINARY_TYPE__NOT_FOUND); in dso__data_get_fd()
1051 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) in dso_cache__find()
1055 if (dso__binary_type(dso) == DSO_BINARY_TYPE__OOL) in dso_cache__find()
1175 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) in data_read_write_offset()
1329 switch (dso__binary_type(ds in dso__e_machine()
[all...]
H A Ddso.h900 static inline enum dso_binary_type dso__binary_type(const struct dso *dso) in dso__is_vmlinux()
912 enum dso_binary_type bt = dso__binary_type(dso); in dso__is_kcore()
919 enum dso_binary_type bt = dso__binary_type(dso); in dso__is_kallsyms()
926 enum dso_binary_type bt = dso__binary_type(dso);
890 static inline enum dso_binary_type dso__binary_type(const struct dso *dso) dso__binary_type() function
H A Dmap.c254 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) in __map__is_bpf_prog()
271 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_IMAGE) in __map__is_bpf_image()
287 return dso && dso__binary_type(dso) == DSO_BINARY_TYPE__OOL; in __map__is_ool()
H A Ddisasm.c1227 } else if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) { in dso__disassemble_filename()
1422 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_objdump()
1425 if (dso__binary_type(dso) == DSO_BINARY_TYPE__BPF_IMAGE) in symbol__disassemble_objdump()
1562 if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) { in symbol__disassemble()
H A Dlibbfd.c518 if (dso__binary_type(dso) != DSO_BINARY_TYPE__BPF_PROG_INFO) in symbol__disassemble_bpf_libbfd()
H A Dsymbol.c1950 if (dso__binary_type(dso) == DSO_BINARY_TYPE__NOT_FOUND) in visible_dir_filter()
H A Dsymbol-elf.c1482 dso__set_binary_type(curr_dso, dso__binary_type(dso)); in dso__load_sym_internal()