Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dsymbol.c103 static int choose_best_symbol(struct symbol *syma, struct symbol *symb) in choose_best_symbol() function
166 if (choose_best_symbol(curr, next) == SYMBOL_A) { in symbols__fixup_duplicate()