Home
last modified time | relevance | path

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

/linux/tools/perf/arch/powerpc/util/
H A Dsym-handling.c30 return SYMBOL_A; in arch__choose_best_symbol()
/linux/tools/perf/util/
H A Dsymbol.c159 return SYMBOL_A; in arch__choose_best_symbol()
172 return SYMBOL_A; in choose_best_symbol()
180 return SYMBOL_A; in choose_best_symbol()
187 return SYMBOL_A; in choose_best_symbol()
195 return SYMBOL_A; in choose_best_symbol()
203 return SYMBOL_A; in choose_best_symbol()
211 return SYMBOL_A; in choose_best_symbol()
239 if (choose_best_symbol(curr, next) == SYMBOL_A) { in symbols__fixup_duplicate()
H A Dsymbol.h225 #define SYMBOL_A 0 macro