Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/tests/
Dvmlinux-kallsyms.c18 static bool is_ignored_symbol(const char *name, char type) in is_ignored_symbol() function
275 } else if (is_ignored_symbol(sym->name, sym->type)) { in test__vmlinux_matches_kallsyms()
/Linux-v6.1/scripts/
Dkallsyms.c100 static bool is_ignored_symbol(const char *name, char type) in is_ignored_symbol() function
239 if (is_ignored_symbol(name, type)) in read_symbol()