Lines Matching refs:pr_info

148 	pr_info(" ---------------------------------------------------------\n");  in test_kallsyms_compression_ratio()
149 pr_info("| nr_symbols | compressed size | original size | ratio(%%) |\n"); in test_kallsyms_compression_ratio()
150 pr_info("|---------------------------------------------------------|\n"); in test_kallsyms_compression_ratio()
152 pr_info("| %10d | %10d | %10d | %2d.%-2d |\n", in test_kallsyms_compression_ratio()
154 pr_info(" ---------------------------------------------------------\n"); in test_kallsyms_compression_ratio()
186 pr_info("kallsyms_lookup_name() looked up %d symbols\n", stat.real_cnt); in test_perf_kallsyms_lookup_name()
187 pr_info("The time spent on each symbol is (ns): min=%d, max=%d, avg=%lld\n", in test_perf_kallsyms_lookup_name()
243 pr_info("kallsyms_on_each_symbol() traverse all: %lld ns\n", t1 - t0); in test_perf_kallsyms_on_each_symbol()
275 pr_info("kallsyms_on_each_match_symbol() traverse all: %lld ns\n", t1 - t0); in test_perf_kallsyms_on_each_match_symbol()
298 pr_info("%s %s failed: addr=%lx, expect %lx\n", in test_kallsyms_basic_function()
311 pr_info("%s %s failed: count=%d, addr=%lx, expect %lx\n", in test_kallsyms_basic_function()
325 pr_info("%s %s failed: count=%d, addr=%lx, expect %lx\n", in test_kallsyms_basic_function()
344 pr_info("%d: lookup_symbol_name(%lx) failed\n", i, addr); in test_kallsyms_basic_function()
372 pr_info("%s: mismatch between kallsyms_on_each_symbol() and kallsyms_on_each_match_symbol()\n", in test_kallsyms_basic_function()
387 pr_info("%s: Never found\n", namebuf); in test_kallsyms_basic_function()
396 pr_info("%s: NULL lookup_addr?!\n", namebuf); in test_kallsyms_basic_function()
400 pr_info("%s: lookup_addr != stat->addrs[0]\n", namebuf); in test_kallsyms_basic_function()
415 pr_info("%s: j == save_cnt?!\n", namebuf); in test_kallsyms_basic_function()
426 pr_info("Test for %dth symbol failed: (%s) addr=%lx", i, namebuf, addr); in test_kallsyms_basic_function()
439 pr_info("start\n"); in test_entry()
442 pr_info("abort\n"); in test_entry()
450 pr_info("finish\n"); in test_entry()
461 pr_info("Create kallsyms selftest task failed\n"); in kallsyms_test_init()