Lines Matching refs:pr_info
124 pr_info(__VA_ARGS__); \
902 …pr_info("usage: %s [-h] [-v] [-d] [-s slots] [-f first_test] [-e last_test] [-l test_length] [-r r… in help()
904 pr_info(" -h: print this help screen.\n"); in help()
905 pr_info(" -v: enable verbose mode (not for benchmarking).\n"); in help()
906 pr_info(" -d: enable extra debug checks.\n"); in help()
907 pr_info(" -q: Disable memslot zap quirk during memslot move.\n"); in help()
908 pr_info(" -s: specify memslot count cap (-1 means no cap; currently: %i)\n", in help()
910 pr_info(" -f: specify the first test to run (currently: %i; max %zu)\n", in help()
912 pr_info(" -e: specify the last test to run (currently: %i; max %zu)\n", in help()
914 pr_info(" -l: specify the test length in seconds (currently: %i)\n", in help()
916 pr_info(" -r: specify the number of runs per test (currently: %i)\n", in help()
919 pr_info("\nAvailable tests:\n"); in help()
921 pr_info("%d: %s\n", ctr, tests[ctr].name); in help()
930 pr_info("Unsupported page size on host (0x%x) or guest (0x%x)\n", in check_memory_sizes()
937 pr_info("invalid MEM_SIZE or MEM_TEST_SIZE\n"); in check_memory_sizes()
945 pr_info("invalid MEM_SIZE_MAP or MEM_TEST_MAP_SIZE\n"); in check_memory_sizes()
953 pr_info("invalid MEM_TEST_UNMAP_SIZE or MEM_TEST_UNMAP_CHUNK_SIZE\n"); in check_memory_sizes()
988 pr_info("Slot count cap must be larger than 1 or -1 for no cap\n"); in parse_args()
998 pr_info("Last test to run has to be non-negative and less than %zu\n", in parse_args()
1018 pr_info("First test to run cannot be greater than the last test to run\n"); in parse_args()
1024 pr_info("KVM_CAP_NR_MEMSLOTS should be greater than 1\n"); in parse_args()
1058 pr_info("Memslot count too high for this test, decrease the cap (max is %"PRIu64")\n", in test_loop()
1061 pr_info("Memslot count may be too high for this test, try adjusting the cap\n"); in test_loop()
1066 pr_info("Test took %ld.%.9lds for slot setup + %ld.%.9lds all iterations\n", in test_loop()
1070 pr_info("No full loops done - too short test time or system too loaded?\n"); in test_loop()
1076 pr_info("Done %"PRIu64" iterations, avg %ld.%.9lds each\n", in test_loop()
1122 pr_info("\n"); in main()
1124 pr_info("Testing %s performance with %i runs, %d seconds each\n", in main()
1133 pr_info("Best runtime result was %ld.%.9lds per iteration (with %"PRIu64" iterations)\n", in main()
1140 pr_info("Best slot setup time for the whole test area was %ld.%.9lds\n", in main()