Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
Dkallsyms.c661 static int prefix_underscores_count(const char *str) in prefix_underscores_count() function
699 wa = prefix_underscores_count((const char *)sa->sym + 1); in compare_symbols()
700 wb = prefix_underscores_count((const char *)sb->sym + 1); in compare_symbols()
/Linux-v5.4/tools/perf/util/
Dsymbol.c93 static int prefix_underscores_count(const char *str) in prefix_underscores_count() function
167 a = prefix_underscores_count(syma->name); in choose_best_symbol()
168 b = prefix_underscores_count(symb->name); in choose_best_symbol()