Searched refs:symtab_type (Results 1 – 4 of 4) sorted by relevance
216 dso->symtab_type = SYMTAB__NOT_FOUND; in dso__new()713 dso->symtab_type = SYMTAB__GUEST_KALLSYMS; in dso__load_kallsyms()715 dso->symtab_type = SYMTAB__KALLSYMS; in dso__load_kallsyms()1243 curr_dso->symtab_type = dso->symtab_type; in dso__load_sym()1481 if (dso == NULL || dso->symtab_type == SYMTAB__NOT_FOUND) in dso__symtab_origin()1483 return origin[dso->symtab_type]; in dso__symtab_origin()1516 dso->symtab_type = ret > 0 ? SYMTAB__JAVA_JIT : in dso__load()1527 for (dso->symtab_type = SYMTAB__BUILD_ID_CACHE; in dso__load()1528 dso->symtab_type != SYMTAB__NOT_FOUND; in dso__load()1529 dso->symtab_type++) { in dso__load()[all …]
172 unsigned char symtab_type; member225 enum symtab_type { enum
304 if (dso->symtab_type == SYMTAB__KALLSYMS) { in symbol__annotate()
173 if (map->dso->symtab_type == SYMTAB__KALLSYMS) { in parse_source()821 if (top.sym_filter_entry->map->dso->symtab_type == SYMTAB__KALLSYMS) { in perf_event__process_sample()