Home
last modified time | relevance | path

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

/tools/perf/util/
Ddso.h152 enum dso_binary_type binary_type; member
343 return dso->binary_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux()
344 dso->binary_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux()
349 return dso->binary_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore()
350 dso->binary_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
Ddso.c360 if (dso__read_binary_type_filename(dso, dso->binary_type, in __open_dso()
509 if (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND) { in try_to_open_dso()
515 dso->binary_type = binary_type_data[i++]; in try_to_open_dso()
521 } while (dso->binary_type != DSO_BINARY_TYPE__NOT_FOUND); in try_to_open_dso()
1071 dso->binary_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new()
Dsymbol.c1209 dso->binary_type = DSO_BINARY_TYPE__GUEST_KCORE; in dso__load_kcore()
1211 dso->binary_type = DSO_BINARY_TYPE__KCORE; in dso__load_kcore()
1602 dso->binary_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()
1604 dso->binary_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()
1796 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS; in dso__load_kernel_sym()
1843 dso->binary_type = DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__load_guest_kernel_sym()