Lines Matching refs:pr_info
147 pr_info(" ---------------------------------------------------------\n"); in test_kallsyms_compression_ratio()
148 pr_info("| nr_symbols | compressed size | original size | ratio(%%) |\n"); in test_kallsyms_compression_ratio()
149 pr_info("|---------------------------------------------------------|\n"); in test_kallsyms_compression_ratio()
151 pr_info("| %10d | %10d | %10d | %2d.%-2d |\n", in test_kallsyms_compression_ratio()
153 pr_info(" ---------------------------------------------------------\n"); in test_kallsyms_compression_ratio()
185 pr_info("kallsyms_lookup_name() looked up %d symbols\n", stat.real_cnt); in test_perf_kallsyms_lookup_name()
186 pr_info("The time spent on each symbol is (ns): min=%d, max=%d, avg=%lld\n", in test_perf_kallsyms_lookup_name()
222 pr_info("kallsyms_on_each_symbol() traverse all: %lld ns\n", t1 - t0); in test_perf_kallsyms_on_each_symbol()
254 pr_info("kallsyms_on_each_match_symbol() traverse all: %lld ns\n", t1 - t0); in test_perf_kallsyms_on_each_match_symbol()
277 pr_info("%s %s failed: addr=%lx, expect %lx\n", in test_kallsyms_basic_function()
290 pr_info("%s %s failed: count=%d, addr=%lx, expect %lx\n", in test_kallsyms_basic_function()
304 pr_info("%s %s failed: count=%d, addr=%lx, expect %lx\n", in test_kallsyms_basic_function()
323 pr_info("%d: lookup_symbol_name(%lx) failed\n", i, addr); in test_kallsyms_basic_function()
351 pr_info("%s: mismatch between kallsyms_on_each_symbol() and kallsyms_on_each_match_symbol()\n", in test_kallsyms_basic_function()
366 pr_info("%s: Never found\n", namebuf); in test_kallsyms_basic_function()
375 pr_info("%s: NULL lookup_addr?!\n", namebuf); in test_kallsyms_basic_function()
379 pr_info("%s: lookup_addr != stat->addrs[0]\n", namebuf); in test_kallsyms_basic_function()
394 pr_info("%s: j == save_cnt?!\n", namebuf); in test_kallsyms_basic_function()
405 pr_info("Test for %dth symbol failed: (%s) addr=%lx", i, namebuf, addr); in test_kallsyms_basic_function()
418 pr_info("start\n"); in test_entry()
421 pr_info("abort\n"); in test_entry()
429 pr_info("finish\n"); in test_entry()
440 pr_info("Create kallsyms selftest task failed\n"); in kallsyms_test_init()