Home
last modified time | relevance | path

Searched refs:SYMBOL_A (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/perf/arch/powerpc/util/
Dsym-handling.c30 return SYMBOL_A; in arch__choose_best_symbol()
/linux-5.19.10/tools/perf/util/
Dsymbol.c129 return SYMBOL_A; in arch__choose_best_symbol()
142 return SYMBOL_A; in choose_best_symbol()
150 return SYMBOL_A; in choose_best_symbol()
158 return SYMBOL_A; in choose_best_symbol()
166 return SYMBOL_A; in choose_best_symbol()
174 return SYMBOL_A; in choose_best_symbol()
203 if (choose_best_symbol(curr, next) == SYMBOL_A) { in symbols__fixup_duplicate()
Dsymbol.h241 #define SYMBOL_A 0 macro