Searched refs:symtab_type (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/util/
H A Dsymbol.h159 unsigned char symtab_type; member in struct:dso
212 enum symtab_type { enum
H A Dsymbol.c216 dso->symtab_type = SYMTAB__NOT_FOUND;
713 dso->symtab_type = SYMTAB__GUEST_KALLSYMS;
715 dso->symtab_type = SYMTAB__KALLSYMS;
1243 curr_dso->symtab_type = dso->symtab_type;
1481 if (dso == NULL || dso->symtab_type == SYMTAB__NOT_FOUND)
1483 return origin[dso->symtab_type];
1516 dso->symtab_type = ret > 0 ? SYMTAB__JAVA_JIT :
1527 for (dso->symtab_type = SYMTAB__BUILD_ID_CACHE;
1528 dso->symtab_type !
[all...]
H A Dannotate.c304 if (dso->symtab_type == SYMTAB__KALLSYMS) {
/external/linux-tools-perf/
H A Dbuiltin-top.c173 if (map->dso->symtab_type == SYMTAB__KALLSYMS) {
821 if (top.sym_filter_entry->map->dso->symtab_type == SYMTAB__KALLSYMS) {

Completed in 117 milliseconds