HomeSort by relevance Sort by last modified time
    Searched refs:symtab_type (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/util/
symbol.h 172 unsigned char symtab_type; member in struct:dso
225 enum symtab_type { enum
symbol.c 216 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;
    [all...]
annotate.c 304 if (dso->symtab_type == SYMTAB__KALLSYMS) {
  /external/linux-tools-perf/
builtin-top.c 173 if (map->dso->symtab_type == SYMTAB__KALLSYMS) {
821 if (top.sym_filter_entry->map->dso->symtab_type == SYMTAB__KALLSYMS) {

Completed in 65 milliseconds