Searched refs:is_ignored_symbol (Results 1 – 2 of 2) sorted by relevance
18 static bool is_ignored_symbol(const char *name, char type) in is_ignored_symbol() function350 } else if (is_ignored_symbol(sym->name, sym->type)) { in test__vmlinux_matches_kallsyms()
85 static bool is_ignored_symbol(const char *name, char type) in is_ignored_symbol() function163 if (is_ignored_symbol(name, type)) in read_symbol()