Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dkallsyms_selftest.c30 int real_cnt; member
172 stat->real_cnt++; in lookup_name()
185 pr_info("kallsyms_lookup_name() looked up %d symbols\n", stat.real_cnt); in test_perf_kallsyms_lookup_name()
187 stat.min, stat.max, div_u64(stat.sum, stat.real_cnt)); in test_perf_kallsyms_lookup_name()
195 stat->real_cnt++; in find_symbol()
203 if (stat->real_cnt == stat->max) in find_symbol()
229 stat->real_cnt++; in match_symbol()
237 if (stat->real_cnt == stat->max) in match_symbol()
288 if (stat->addr != test_items[i].addr || stat->real_cnt != 1) { in test_kallsyms_basic_function()
292 stat->real_cnt, stat->addr, test_items[i].addr); in test_kallsyms_basic_function()
[all …]