Lines Matching refs:ksft_print_msg
43 ksft_print_msg("%lu.%09lu - %lu.%09lu = %llu (%.1fs)\n", in timing()
58 ksft_print_msg("Calibrating sample size for %d seconds worth of syscalls ...\n", seconds); in calibrate()
118 ksft_print_msg("\t%s %s %s (%lld %s %lld): ", name_one, name_eval, name_two, in compare()
121 ksft_print_msg("Miscalculation! Measurement went negative: %lld\n", (long long)one); in compare()
126 ksft_print_msg("Miscalculation! Measurement went negative: %lld\n", (long long)two); in compare()
196 ksft_print_msg("Running on:\n"); in main()
197 ksft_print_msg("%s", ""); in main()
200 ksft_print_msg("Current BPF sysctl settings:\n"); in main()
202 ksft_print_msg("%s", ""); in main()
204 ksft_print_msg("%s", ""); in main()
214 ksft_print_msg("Benchmarking %llu syscalls...\n", samples); in main()
218 ksft_print_msg("getpid native: %llu ns\n", native); in main()
228 ksft_print_msg("getpid RET_ALLOW 1 filter (bitmap): %llu ns\n", bitmap1); in main()
235 ksft_print_msg("getpid RET_ALLOW 2 filters (bitmap): %llu ns\n", bitmap2); in main()
242 ksft_print_msg("getpid RET_ALLOW 3 filters (full): %llu ns\n", filter1); in main()
249 ksft_print_msg("getpid RET_ALLOW 4 filters (full): %llu ns\n", filter2); in main()
254 ksft_print_msg("Estimated " fmt ": %llu ns\n", var); \ in main()
276 ksft_print_msg("Expectations:\n"); in main()
290 ksft_print_msg("Skipping constant action bitmap expectations: they appear unsupported.\n"); in main()
303 ksft_print_msg("Saw unexpected benchmark result. Try running again with more samples?\n"); in main()