Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddso.h157 enum dso_binary_type binary_type; member
358 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux()
359 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux()
364 return dso->binary_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore()
365 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
Ddso.c471 if (dso__read_binary_type_filename(dso, dso->binary_type, in __open_dso()
515 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()
518 if (dso->binary_type != DSO_BINARY_TYPE__BUILD_ID_CACHE) in open_dso()
643 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()
649 dso->binary_type = binary_type_data[i++]; in try_to_open_dso()
655 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()
1205 dso->binary_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new()
Dsymbol.c1269 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()
1271 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()
1724 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()
1726 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()
1918 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()
1965 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()