Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/tests/
H A Dvmlinux-kallsyms.c18 static bool is_ignored_symbol(const char *name, char type) in is_ignored_symbol() function
276 } else if (is_ignored_symbol(sym->name, sym->type)) { in test__vmlinux_matches_kallsyms()
/kernel/linux/linux-5.10/scripts/
H A Dkallsyms.c83 static bool is_ignored_symbol(const char *name, char type) in is_ignored_symbol() function
224 if (is_ignored_symbol(name, type)) in read_symbol()
/kernel/linux/linux-6.6/scripts/
H A Dkallsyms.c88 static bool is_ignored_symbol(const char *name, char type) in is_ignored_symbol() function
166 if (is_ignored_symbol(name, type)) in read_symbol()

Completed in 3 milliseconds