Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/
Dkallsyms.c584 static int prefix_underscores_count(const char *str) in prefix_underscores_count() function
622 wa = prefix_underscores_count((const char *)sa->sym + 1); in compare_symbols()
623 wb = prefix_underscores_count((const char *)sb->sym + 1); in compare_symbols()
/linux-3.4.99/tools/perf/util/
Dsymbol.c90 static int prefix_underscores_count(const char *str) in prefix_underscores_count() function
133 a = prefix_underscores_count(syma->name); in choose_best_symbol()
134 b = prefix_underscores_count(symb->name); in choose_best_symbol()