Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dkallsyms.c663 static int prefix_underscores_count(const char *str) in prefix_underscores_count() function
701 wa = prefix_underscores_count((const char *)sa->sym + 1); in compare_symbols()
702 wb = prefix_underscores_count((const char *)sb->sym + 1); in compare_symbols()
/Linux-v4.19/tools/perf/util/
Dsymbol.c79 static int prefix_underscores_count(const char *str) in prefix_underscores_count() function
148 a = prefix_underscores_count(syma->name); in choose_best_symbol()
149 b = prefix_underscores_count(symb->name); in choose_best_symbol()