Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dvmlinux-kallsyms.c18 static bool is_ignored_symbol(const char *name, char type) in is_ignored_symbol() function
350 } else if (is_ignored_symbol(sym->name, sym->type)) { in test__vmlinux_matches_kallsyms()
/linux/scripts/
H A Dkallsyms.c85 static bool is_ignored_symbol(const char *name, char type) in is_ignored_symbol() function
163 if (is_ignored_symbol(name, type)) in read_symbol()