| /linux/mm/kmsan/ |
| H A D | kmsan_test.c | 170 kunit_info(test, "uninitialized kmalloc test (UMR report)\n"); in test_uninit_kmalloc() 184 kunit_info(test, "initialized kmalloc test (no reports)\n"); in test_init_kmalloc() 197 kunit_info(test, "initialized kzalloc test (no reports)\n"); in test_init_kzalloc() 209 kunit_info(test, "uninitialized stack variable (UMR report)\n"); in test_uninit_stack_var() 220 kunit_info(test, "initialized stack variable (no reports)\n"); in test_init_stack_var() 259 kunit_info(test, in test_params() 280 kunit_info(test, "uninitialized local passed to fn (UMR report)\n"); in test_uninit_multiple_params() 303 kunit_info( in test_uninit_kmsan_check_memory() 323 kunit_info(test, "pages initialized via vmap (no reports)\n"); in test_init_kmsan_vmap_vunmap() 353 kunit_info(test, "vmalloc buffer can be initialized (no reports)\n"); in test_init_vmalloc() [all …]
|
| /linux/lib/kunit/ |
| H A D | kunit-example-test.c | 39 kunit_info(test, "initializing\n"); in example_test_init() 50 kunit_info(test, "cleaning up\n"); in example_test_exit() 60 kunit_info(suite, "initializing suite\n"); in example_test_init_suite() 71 kunit_info(suite, "exiting suite\n"); in example_test_exit_suite() 81 kunit_info(test, "You should not see a line below."); in example_skip_test() 96 kunit_info(test, "You should see a line below."); in example_mark_skipped_test() 102 kunit_info(test, "You should see this line."); in example_mark_skipped_test() 443 kunit_info(test, "initializing parameterized test\n"); in example_param_init_dynamic_arr() 473 kunit_info(test, "exiting parameterized test\n"); in example_param_exit_dynamic_arr()
|
| H A D | kunit-test.c | 632 kunit_info(test, "Add newline\n"); in kunit_log_newline_test()
|
| /linux/drivers/platform/x86/intel/pmt/ |
| H A D | discovery-kunit.c | 23 kunit_info(test, "Feature ID %d [%s] has %d regions.\n", feature_id, in validate_pmt_regions() 29 kunit_info(test, " - Region %d: cdie_mask=%u, package_id=%u, partition=%u, segment=%u,", in validate_pmt_regions() 32 kunit_info(test, "\t\tbus=%u, device=%u, function=%u, guid=0x%x,", in validate_pmt_regions() 35 kunit_info(test, "\t\taddr=%p, size=%zu, num_rmids=%u", region->addr, region->size, in validate_pmt_regions() 55 …kunit_info(test, "*****************************************************************************\n"… in linebreak()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_bo.c | 139 kunit_info(test, "Testing vram id %u\n", tile->id); in ccs_test_run_tile() 141 kunit_info(test, "Testing system memory\n"); in ccs_test_run_tile() 152 kunit_info(test, "Verifying that CCS data is cleared on creation.\n"); in ccs_test_run_tile() 158 kunit_info(test, "Verifying that CCS data survives migration.\n"); in ccs_test_run_tile() 164 kunit_info(test, "Verifying that CCS data can be properly cleared.\n"); in ccs_test_run_tile() 216 kunit_info(test, "Testing device %s vram id %u\n", in evict_test_run_tile() 421 kunit_info(test, "Failed value is 0x%08x, recorded 0x%08x\n", in shrink_test_verify() 424 kunit_info(test, "Looks like PRNG is out of sync.\n"); in shrink_test_verify() 455 kunit_info(test, "Random seed is 0x%016llx.\n", in shrink_test_run_device() 478 kunit_info(test, "Free ram is %lu bytes. Will allocate twice of that.\n", in shrink_test_run_device() [all …]
|
| H A D | xe_guc_id_mgr_test.c | 64 kunit_info(test, "n=%u", n); in check_used() 86 kunit_info(test, "n=%u", n); in check_quota()
|
| H A D | xe_kunit_helpers.c | 120 kunit_info(test, "running on %s device\n", xe->info.platform_name); in xe_kunit_helper_xe_device_live_test_init()
|
| /linux/drivers/iommu/ |
| H A D | io-pgtable-arm-selftests.c | 188 kunit_info(test, "pgsize_bitmap 0x%08lx, IAS %u OAS %u\n", in arm_lpae_do_selftests() 198 kunit_info(test, "completed with %d PASS %d FAIL\n", pass, fail); in arm_lpae_do_selftests()
|
| /linux/lib/tests/ |
| H A D | base64_kunit.c | 63 kunit_info(test, "[%s] encode run : %lluns", label, t1); in run_perf_and_check() 67 kunit_info(test, "[%s] decode run : %lluns", label, t2); in run_perf_and_check()
|
| H A D | string_kunit.c | 855 kunit_info(test, "len=%zu: %llu MB/s (%llu ns/call)\n", \
|
| /linux/kernel/ |
| H A D | crash_core_test.c | 76 kunit_info(test, "%s", params->description); in run_exclude_test_case()
|
| /linux/lib/crypto/tests/ |
| H A D | curve25519_kunit.c | 1345 kunit_info(test, "%llu ops/s", in benchmark_curve25519()
|
| H A D | hash-test-template.h | 565 kunit_info(test, "len=%zu: %llu MB/s", len, in benchmark_hash()
|
| /linux/include/kunit/ |
| H A D | test.h | 680 #define kunit_info(test, fmt, ...) \ macro
|
| /linux/fs/ext4/ |
| H A D | mballoc-test.c | 943 kunit_info(test, "costed jiffies %lu\n", all); in test_mb_mark_used_cost()
|