Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkallsyms_selftest.c190 static int find_symbol(void *data, const char *name, unsigned long addr) in find_symbol() function
220 kallsyms_on_each_symbol(find_symbol, &stat); in test_perf_kallsyms_on_each_symbol()
287 kallsyms_on_each_symbol(find_symbol, stat); in test_kallsyms_basic_function()
341 kallsyms_on_each_symbol(find_symbol, stat2); in test_kallsyms_basic_function()
/linux/lib/
H A DKconfig.debug2951 tristate "module kallsyms find_symbol() test"
2960 This allows us to stress test find_symbol() through the kallsyms
2971 We stress test find_symbol() through two means:
2976 load. This will eventually call find_symbol() which will eventually
2997 tools/testing/selftests/module/find_symbol.sh
3001 stress test find_symbol() with thousands of symbols. At the same