Searched defs:symtab_type (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddso.h80 enum dso_binary_type symtab_type; member in struct:dso
H A Dsymbol.c910 dso->symtab_type = DSO_BINARY_TYPE__GUEST_KALLSYMS;
912 dso->symtab_type = DSO_BINARY_TYPE__KALLSYMS;
1020 dso->symtab_type = ret > 0 ? DSO_BINARY_TYPE__JAVA_JIT :
1040 enum dso_binary_type symtab_type = binary_type_symtab[i]; local
1042 if (dso__binary_type_file(dso, symtab_type,
1047 if (symsrc__init(ss, dso, name, symtab_type) < 0)
1083 km = dso->symtab_type == DSO_BINARY_TYPE__SYSTEM_PATH_KMODULE ||
1084 dso->symtab_type == DSO_BINARY_TYPE__GUEST_KMODULE;
1128 enum dso_binary_type symtab_type; local
1137 symtab_type
[all...]

Completed in 59 milliseconds