Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Dkallsyms.c627 static int prefix_underscores_count(const char *str) in prefix_underscores_count() function
665 wa = prefix_underscores_count((const char *)sa->sym + 1); in compare_symbols()
666 wb = prefix_underscores_count((const char *)sb->sym + 1); in compare_symbols()
/linux-4.1.27/tools/perf/util/
Dsymbol.c78 static int prefix_underscores_count(const char *str) in prefix_underscores_count() function
122 a = prefix_underscores_count(syma->name); in choose_best_symbol()
123 b = prefix_underscores_count(symb->name); in choose_best_symbol()