Searched refs:is_ignored_symbol (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/tests/
H A Dvmlinux-kallsyms.c18 static bool is_ignored_symbol(const char *name, char type) function
351 } else if (is_ignored_symbol(sym->name, sym->type)) {
/linux-master/scripts/
H A Dkallsyms.c88 static bool is_ignored_symbol(const char *name, char type) function
166 if (is_ignored_symbol(name, type))

Completed in 96 milliseconds