Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/tests/
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-6.12.1/scripts/
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()