Home
last modified time | relevance | path

Searched refs:symtab_type (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/arch/powerpc/util/
H A Dsym-handling.c107 if (map__dso(map)->symtab_type == DSO_BINARY_TYPE__KALLSYMS) in arch__fix_tev_from_maps()
/linux/tools/perf/util/
H A Ddso.h213 enum dso_binary_type symtab_type:8; in DECLARE_RC_STRUCT()
612 return RC_CHK_ACCESS(dso)->symtab_type; in dso__symtab_type()
617 RC_CHK_ACCESS(dso)->symtab_type = bt; in dso__set_symtab_type()
H A Dsymbol-elf.c
H A Ddso.c1444 dso->symtab_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new_id()
/linux/tools/perf/tests/
H A Dcode-reading.c