Searched refs:DSO_BINARY_TYPE__KALLSYMS (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/arch/powerpc/util/
H A Dsym-handling.c107 if (map__dso(map)->symtab_type == DSO_BINARY_TYPE__KALLSYMS)
/linux-master/tools/perf/util/
H A Ddso.h23 DSO_BINARY_TYPE__KALLSYMS = 0, enumerator in enum:dso_binary_type
H A Ddso.c46 [DSO_BINARY_TYPE__KALLSYMS] = 'k',
74 case DSO_BINARY_TYPE__KALLSYMS:
241 case DSO_BINARY_TYPE__KALLSYMS:
H A Dsymbol.c77 DSO_BINARY_TYPE__KALLSYMS,
1491 dso->symtab_type = DSO_BINARY_TYPE__KALLSYMS;
1706 case DSO_BINARY_TYPE__KALLSYMS:
2212 dso->binary_type = DSO_BINARY_TYPE__KALLSYMS;
H A Dannotate.c1854 if (dso->symtab_type == DSO_BINARY_TYPE__KALLSYMS &&
/linux-master/tools/perf/tests/
H A Dcode-reading.c258 if (dso->symtab_type == DSO_BINARY_TYPE__KALLSYMS && !dso__is_kcore(dso)) {
/linux-master/tools/perf/
H A Dbuiltin-top.c132 if (dso->symtab_type == DSO_BINARY_TYPE__KALLSYMS && !dso__is_kcore(dso)) {

Completed in 190 milliseconds