Searched refs:find_symbol (Results 1 – 2 of 2) sorted by relevance
190 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()
2951 tristate "module kallsyms find_symbol() test"2960 This allows us to stress test find_symbol() through the kallsyms2971 We stress test find_symbol() through two means:2976 load. This will eventually call find_symbol() which will eventually2997 tools/testing/selftests/module/find_symbol.sh3001 stress test find_symbol() with thousands of symbols. At the same