Lines Matching refs:real_cnt
30 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()
323 if (stat->addr != test_items[i].addr || stat->real_cnt != 1) { in test_kallsyms_basic_function()
327 stat->real_cnt, stat->addr, test_items[i].addr); in test_kallsyms_basic_function()
369 stat->real_cnt != stat2->real_cnt || in test_kallsyms_basic_function()
386 if (!stat->real_cnt) { in test_kallsyms_basic_function()
408 if (stat->real_cnt <= MAX_NUM_OF_RECORDS) { in test_kallsyms_basic_function()