Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dkallsyms_selftest.c30 int real_cnt; member
173 stat->real_cnt++; in lookup_name()
186 pr_info("kallsyms_lookup_name() looked up %d symbols\n", stat.real_cnt); in test_perf_kallsyms_lookup_name()
188 stat.min, stat.max, div_u64(stat.sum, stat.real_cnt)); in test_perf_kallsyms_lookup_name()
216 stat->real_cnt++; in find_symbol()
224 if (stat->real_cnt == stat->max) in find_symbol()
250 stat->real_cnt++; in match_symbol()
258 if (stat->real_cnt == stat->max) in match_symbol()
309 if (stat->addr != test_items[i].addr || stat->real_cnt != 1) { in test_kallsyms_basic_function()
313 stat->real_cnt, stat->addr, test_items[i].addr); in test_kallsyms_basic_function()
[all …]