Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/arch/powerpc/util/
H A Dsym-handling.c30 return SYMBOL_A; in arch__choose_best_symbol()
/linux-6.15/tools/perf/util/
H A Dsymbol.c142 return SYMBOL_A; in arch__choose_best_symbol()
155 return SYMBOL_A; in choose_best_symbol()
163 return SYMBOL_A; in choose_best_symbol()
170 return SYMBOL_A; in choose_best_symbol()
178 return SYMBOL_A; in choose_best_symbol()
186 return SYMBOL_A; in choose_best_symbol()
194 return SYMBOL_A; in choose_best_symbol()
222 if (choose_best_symbol(curr, next) == SYMBOL_A) { in symbols__fixup_duplicate()
H A Dsymbol.h225 #define SYMBOL_A 0 macro