Home
last modified time | relevance | path

Searched refs:pr_info (Results 1 – 25 of 92) sorted by relevance

1234

/tools/testing/crypto/chacha20-s390/
A Dtest-cipher.c156 pr_info("key could not be set\n"); in test_skcipher()
292 pr_info("generic en/decryption check OK\n"); in chacha_s390_test_init()
307 pr_info("s390 en/decryption check OK\n"); in chacha_s390_test_init()
310 pr_info("s390 vs generic check FAILED\n"); in chacha_s390_test_init()
315 pr_info("s390 vs generic check OK\n"); in chacha_s390_test_init()
324 pr_info("lib en/decryption check FAILED\n"); in chacha_s390_test_init()
329 pr_info("lib en/decryption check OK\n"); in chacha_s390_test_init()
332 pr_info("lib vs generic check FAILED\n"); in chacha_s390_test_init()
337 pr_info("lib vs generic check OK\n"); in chacha_s390_test_init()
339 pr_info("--- chacha20 s390 test end ---\n"); in chacha_s390_test_init()
[all …]
/tools/testing/selftests/livepatch/test_modules/
A Dtest_klp_state2.c26 pr_info("%s: %s -> %s\n", callback, obj->mod->name, in callback_info()
29 pr_info("%s: vmlinux\n", callback); in callback_info()
40 pr_info("%s: space to store console_loglevel already allocated\n", in allocate_loglevel_state()
53 pr_info("%s: allocating space to store console_loglevel\n", in allocate_loglevel_state()
68 pr_info("%s: taking over the console_loglevel change\n", in fix_console_loglevel()
74 pr_info("%s: fixing console_loglevel\n", __func__); in fix_console_loglevel()
85 pr_info("%s: passing the console_loglevel change back to the old livepatch\n", in restore_console_loglevel()
94 pr_info("%s: restoring console_loglevel\n", __func__); in restore_console_loglevel()
104 pr_info("%s: keeping space to store console_loglevel\n", in free_loglevel_state()
113 pr_info("%s: freeing space for the stored console_loglevel\n", in free_loglevel_state()
A Dtest_klp_shadow_vars.c66 pr_info("klp_%s(obj=PTR%d, id=0x%lx) = PTR%d\n", in shadow_get()
105 pr_info("klp_%s(obj=PTR%d, id=0x%lx, dtor=PTR%d)\n", in shadow_free()
126 pr_info("%s: PTR%d -> PTR%d\n", __func__, ptr_id(sv), ptr_id(*var)); in shadow_ctor()
140 pr_info("%s(obj=PTR%d, shadow_data=PTR%d)\n", in shadow_dtor()
184 pr_info(" got expected NULL result\n"); in test_klp_shadow_vars_init()
224 pr_info(" got expected PTR%d -> PTR%d result\n", in test_klp_shadow_vars_init()
234 pr_info(" got expected PTR%d -> PTR%d result\n", in test_klp_shadow_vars_init()
250 pr_info(" got expected PTR%d -> PTR%d result\n", in test_klp_shadow_vars_init()
259 pr_info(" got expected NULL result\n"); in test_klp_shadow_vars_init()
270 pr_info(" got expected PTR%d -> PTR%d result\n", in test_klp_shadow_vars_init()
[all …]
A Dtest_klp_callbacks_busy.c23 pr_info("%s enter\n", __func__); in busymod_work_func()
34 pr_info("%s exit\n", __func__); in busymod_work_func()
39 pr_info("%s\n", __func__); in test_klp_callbacks_busy_init()
63 pr_info("%s\n", __func__); in test_klp_callbacks_busy_exit()
A Dtest_klp_state.c26 pr_info("%s: %s -> %s\n", callback, obj->mod->name, in callback_info()
29 pr_info("%s: vmlinux\n", callback); in callback_info()
46 pr_info("%s: allocating space to store console_loglevel\n", in allocate_loglevel_state()
59 pr_info("%s: fixing console_loglevel\n", __func__); in fix_console_loglevel()
72 pr_info("%s: restoring console_loglevel\n", __func__); in restore_console_loglevel()
84 pr_info("%s: freeing space for the stored console_loglevel\n", in free_loglevel_state()
A Dtest_klp_callbacks_mod.c11 pr_info("%s\n", __func__); in test_klp_callbacks_mod_init()
17 pr_info("%s\n", __func__); in test_klp_callbacks_mod_exit()
A Dtest_klp_callbacks_demo.c24 pr_info("%s: %s -> %s\n", callback, obj->mod->name, in callback_info()
27 pr_info("%s: vmlinux\n", callback); in callback_info()
57 pr_info("%s\n", __func__); in patched_work_func()
A Dtest_klp_callbacks_demo2.c24 pr_info("%s: %s -> %s\n", callback, obj->mod->name, in callback_info()
27 pr_info("%s: vmlinux\n", callback); in callback_info()
/tools/testing/selftests/
A Dkselftest_module.h31 pr_info("skipped %u tests\n", skipped_tests); in kstm_report()
32 pr_info("remaining %u tests passed\n", total_tests); in kstm_report()
34 pr_info("all %u tests passed\n", total_tests); in kstm_report()
44 pr_info("loaded.\n"); \
51 pr_info("unloaded.\n"); \
/tools/testing/selftests/kvm/
A Darch_timer.c76 pr_info("PASS(vCPU-%d).\n", vcpu_idx); in test_vcpu_run()
177 pr_info("Usage: %s [-h] [-n nr_vcpus] [-i iterations] [-p timer_period_ms]\n" in test_print_help()
180 pr_info("\t-n: Number of vCPUs to configure (default: %u; max: %u)\n", in test_print_help()
182 pr_info("\t-i: Number of iterations per stage (default: %u)\n", in test_print_help()
184 pr_info("\t-p: Periodicity (in ms) of the guest timer (default: %u)\n", in test_print_help()
186pr_info("\t-m: Frequency (in ms) of vCPUs to migrate to different pCPU. 0 to turn off (default: %u… in test_print_help()
188 pr_info("\t-o: Counter offset (in counter cycles, default: 0) [aarch64-only]\n"); in test_print_help()
189 pr_info("\t-e: Interrupt arrival error margin (in us) of the guest timer (default: %u)\n", in test_print_help()
191 pr_info("\t-h: print this help screen\n"); in test_print_help()
203 pr_info("Max allowed vCPUs: %u\n", in parse_args()
A Dkvm_create_max_vcpus.c25 pr_info("Testing creating %d vCPUs, with IDs %d...%d.\n", in test_vcpu_creation()
42 pr_info("KVM_CAP_MAX_VCPU_ID: %d\n", kvm_max_vcpu_id); in main()
43 pr_info("KVM_CAP_MAX_VCPUS: %d\n", kvm_max_vcpus); in main()
A Dmemslot_perf_test.c124 pr_info(__VA_ARGS__); \
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()
919 pr_info("\nAvailable tests:\n"); in help()
921 pr_info("%d: %s\n", ctr, tests[ctr].name); in help()
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()
1024 pr_info("KVM_CAP_NR_MEMSLOTS should be greater than 1\n"); in parse_args()
1076 pr_info("Done %"PRIu64" iterations, avg %ld.%.9lds each\n", in test_loop()
[all …]
A Dkvm_page_table_test.c301 pr_info("Testing guest mode: %s\n", vm_guest_mode_string(mode)); in pre_init_before_test()
302 pr_info("Testing memory backing src type: %s\n", in pre_init_before_test()
304 pr_info("Testing memory backing src granularity: 0x%lx\n", in pre_init_before_test()
306 pr_info("Testing memory size(aligned): 0x%lx\n", test_mem_size); in pre_init_before_test()
307 pr_info("Guest physical test memory offset: 0x%lx\n", in pre_init_before_test()
309 pr_info("Host virtual test memory offset: 0x%lx\n", in pre_init_before_test()
311 pr_info("Number of testing vCPUs: %d\n", nr_vcpus); in pre_init_before_test()
363 pr_info("Started all vCPUs successfully\n"); in run_test()
372 pr_info("KVM_CREATE_MAPPINGS: total execution time: %ld.%.9lds\n\n", in run_test()
385 pr_info("KVM_UPDATE_MAPPINGS: total execution time: %ld.%.9lds\n\n", in run_test()
[all …]
A Ddemand_paging_test.c90 pr_info("Failed UFFDIO_COPY in 0x%lx from thread %d, errno = %d\n", in handle_uffd_page_request()
114 pr_info("Failed UFFDIO_CONTINUE in 0x%lx, thread %d, errno = %d\n", in handle_uffd_page_request()
209 pr_info("Finished creating vCPUs and starting uffd threads\n"); in run_test()
213 pr_info("Started all vCPUs\n"); in run_test()
217 pr_info("All vCPU threads joined\n"); in run_test()
225 pr_info("Total guest execution time:\t%ld.%.9lds\n", in run_test()
230 pr_info("Per-vcpu demand paging rate:\t%f pgs/sec/vcpu\n", in run_test()
232 pr_info("Overall demand paging rate:\t%f pgs/sec\n", in run_test()
A Ddirty_log_perf_test.c199 pr_info("Populate memory time: %ld.%.9lds\n", in run_test()
206 pr_info("Enabling dirty logging time: %ld.%.9lds\n\n", in run_test()
229 pr_info("Iteration %d dirty memory time: %ld.%.9lds\n", in run_test()
237 pr_info("Iteration %d get dirty log time: %ld.%.9lds\n", in run_test()
247 pr_info("Iteration %d clear dirty log time: %ld.%.9lds\n", in run_test()
264 pr_info("Disabling dirty logging time: %ld.%.9lds\n", in run_test()
276 pr_info("Get dirty log over %lu iterations took %ld.%.9lds. (Avg %ld.%.9lds/iteration)\n", in run_test()
282 pr_info("Clear dirty log over %lu iterations took %ld.%.9lds. (Avg %ld.%.9lds/iteration)\n", in run_test()
427 pr_info("Test iterations: %"PRIu64"\n", p.iterations); in main()
A Dmemslot_modification_stress_test.c97 pr_info("Memslot zap quirk %s\n", p->disable_slot_zap_quirk ? in run_test()
101 pr_info("Finished creating vCPUs\n"); in run_test()
105 pr_info("Started all vCPUs\n"); in run_test()
110 pr_info("All vCPU threads joined\n"); in run_test()
A Dset_memory_region_test.c333 pr_info("Testing KVM_RUN with zero added memory regions\n"); in test_zero_memory_regions()
428 pr_info("Allowed number of memory slots: %i\n", max_mem_slots); in test_add_max_memory_regions()
433 pr_info("Adding slots 0..%i, each memory region with %dK size\n", in test_add_max_memory_regions()
480 pr_info("Testing ADD of KVM_MEM_GUEST_MEMFD memory regions\n"); in test_add_private_memory_region()
517 pr_info("Testing ADD of overlapping KVM_MEM_GUEST_MEMFD memory regions\n"); in test_add_overlapping_private_memory_regions()
583 pr_info("Testing MMIO during vectoring error handling\n"); in test_mmio_during_vectoring()
634 pr_info("Skipping tests for KVM_MEM_GUEST_MEMFD memory regions\n"); in main()
643 pr_info("Testing MOVE of in-use region, %d loops, slot zap quirk %s\n", in main()
648 pr_info("Testing DELETE of in-use region, %d loops, slot zap quirk %s\n", in main()
A Dsteal_time.c293 pr_info("VCPU%d:\n", vcpu_idx); in steal_time_dump()
294 pr_info(" sequence: %d\n", st->sequence); in steal_time_dump()
295 pr_info(" flags: %d\n", st->flags); in steal_time_dump()
296 pr_info(" steal: %"PRIu64"\n", st->steal); in steal_time_dump()
297 pr_info(" preempted: %d\n", st->preempted); in steal_time_dump()
298 pr_info(" pad: "); in steal_time_dump()
300 pr_info("%d", st->pad[i]); in steal_time_dump()
301 pr_info("\n"); in steal_time_dump()
/tools/testing/selftests/mm/page_frag/
A Dpage_frag_test.c51 pr_info("page_frag pop test thread begins on cpu %d\n", in page_frag_pop_thread()
71 pr_info("page_frag pop test thread exits on cpu %d\n", in page_frag_pop_thread()
81 pr_info("page_frag push test thread begins on cpu %d\n", in page_frag_push_thread()
112 pr_info("page_frag push test thread exits on cpu %d\n", in page_frag_push_thread()
157 pr_info("waiting for test to complete\n"); in page_frag_test_init()
169 pr_info("page_frag_test progress: pushed = %d, popped = %d\n", in page_frag_test_init()
179 pr_info("%d of iterations for %s testing took: %lluus\n", nr_test, in page_frag_test_init()
/tools/perf/tests/
A Dvmlinux-kallsyms.c138 pr_info("WARN: Maps only in vmlinux:\n"); in test__vmlinux_matches_kallsyms_cb1()
159 pr_info("WARN: Maps in vmlinux with a different name in kallsyms:\n"); in test__vmlinux_matches_kallsyms_cb2()
163 pr_info("WARN: %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as", in test__vmlinux_matches_kallsyms_cb2()
166 pr_info(":\nWARN: *%" PRIx64 "-%" PRIx64 " %" PRIx64, in test__vmlinux_matches_kallsyms_cb2()
168 pr_info(" %s\n", dso__name(dso)); in test__vmlinux_matches_kallsyms_cb2()
181 pr_info("WARN: Maps only in kallsyms:\n"); in test__vmlinux_matches_kallsyms_cb3()
258 pr_info("machine__create_kernel_maps failed"); in test__vmlinux_matches_kallsyms()
276pr_info("Couldn't find a vmlinux that matches the kernel running on this machine, skipping test\n"… in test__vmlinux_matches_kallsyms()
A Dhists_filter.c160 pr_info("Normal histogram\n"); in test__hists_filter()
184 pr_info("Histogram for thread filter\n"); in test__hists_filter()
213 pr_info("Histogram for dso filter\n"); in test__hists_filter()
248 pr_info("Histogram for symbol filter\n"); in test__hists_filter()
277 pr_info("Histogram for socket filters\n"); in test__hists_filter()
308 pr_info("Histogram for all filters\n"); in test__hists_filter()
/tools/testing/selftests/net/bench/page_pool/
A Dtime_bench.c71 pr_info("DEBUG: cpu:%d\n", cpu); in time_bench_PMU_config()
88 pr_info("%s() enable PMU counter: %s\n", in time_bench_PMU_config()
96 pr_info("%s():DEBUG perf_event success\n", __func__); in time_bench_PMU_config()
100 pr_info("%s():DEBUG perf_event is NULL\n", __func__); in time_bench_PMU_config()
241pr_info("Type:%s Per elem: %llu cycles(tsc) %llu.%03llu ns (step:%d) - (measurement period time:%l… in time_bench_loop()
247 pr_info("Type:%s PMU inst/clock%llu/%llu = %llu.%03llu IPC (inst per cycle)\n", in time_bench_loop()
275 pr_info("SUCCESS: ran on CPU:%d(%d)\n", cpu->rec.cpu, in invoke_test_on_cpu_func()
311pr_info("Type:%s CPU(%d) %llu cycles(tsc) %llu.%03llu ns (step:%d) - (measurement period time:%llu… in time_bench_print_stats_cpumask()
325 pr_info("Sum Type:%s Average: %llu cycles(tsc) CPUs:%d step:%d\n", desc, in time_bench_print_stats_cpumask()
/tools/testing/selftests/kvm/arm64/
A Dvgic_lpi_stress.c295 pr_info("Rate: %.2f LPIs/sec\n", nr_lpis / time); in report_stats()
365 pr_info("%s [-v NR_VCPUS] [-d NR_DEVICES] [-e NR_EVENTS] [-i ITERS] -h\n", name); in pr_usage()
366 pr_info(" -v:\tnumber of vCPUs (default: %u)\n", test_data.nr_cpus); in pr_usage()
367 pr_info(" -d:\tnumber of devices (default: %u)\n", test_data.nr_devices); in pr_usage()
368 pr_info(" -e:\tnumber of event IDs per device (default: %u)\n", test_data.nr_event_ids); in pr_usage()
369 pr_info(" -i:\tnumber of iterations (default: %lu)\n", nr_iterations); in pr_usage()
400 pr_info("WARNING: running %u threads on %d CPUs; performance is degraded.\n", in main()
/tools/perf/
A Dbuiltin-probe.c373 pr_info("Added new event%s\n", (k > 1) ? "s:" : ":"); in perf_add_probe_events()
396 pr_info("\nperf is not linked with libtraceevent, to use the new probe you can use tracefs:\n\n"); in perf_add_probe_events()
397 pr_info("\tcd /sys/kernel/tracing/\n"); in perf_add_probe_events()
398 pr_info("\techo 1 > events/%s/%s/enable\n", group, event); in perf_add_probe_events()
399 pr_info("\techo 1 > tracing_on\n"); in perf_add_probe_events()
400 pr_info("\tcat trace_pipe\n"); in perf_add_probe_events()
401 pr_info("\tBefore removing the probe, echo 0 > events/%s/%s/enable\n", group, event); in perf_add_probe_events()
404 pr_info("\nYou can now use it in all perf tools, such as:\n\n"); in perf_add_probe_events()
405 pr_info("\tperf record -e %s:%s -aR sleep 1\n\n", group, event); in perf_add_probe_events()
471 pr_info("Removed event: %s\n", ent->s); in perf_del_probe_events()
[all …]
/tools/virtio/virtio-trace/
A Dtrace-agent-ctl.c61 pr_info("Receive interrupt %d\n", global_signal_val); in wait_order()
128 pr_info("Invalid host notification: %s\n", buf); in rw_ctl_loop()

Completed in 27 milliseconds

1234