/openbmc/linux/tools/testing/radix-tree/ |
H A D | regression3.c | 38 printv(1, "running regression test 3 (should take milliseconds)\n"); in regression3_test() 45 printv(2, "tagged %ld %p\n", iter.index, *slot); in regression3_test() 52 printv(2, "retry at %ld\n", iter.index); in regression3_test() 61 printv(2, "slot %ld %p\n", iter.index, *slot); in regression3_test() 67 printv(2, "retry at %ld\n", iter.index); in regression3_test() 74 printv(2, "slot %ld %p\n", iter.index, *slot); in regression3_test() 76 printv(2, "next at %ld\n", iter.index); in regression3_test() 84 printv(2, "tagged %ld %p\n", iter.index, *slot); in regression3_test() 86 printv(2, "next at %ld\n", iter.index); in regression3_test() 94 printv(1, "regression test 3 passed\n"); in regression3_test()
|
H A D | main.c | 74 printv(2, "%d ", i); in big_gang_check() 135 printv(2, "%lu-%lu: %lu, tags %d-%d\n", start, in check_copied_tags() 145 printv(2, "%lu-%lu: %lu, tags %d-%d\n", start, end, in check_copied_tags() 251 printv(2, "after tag_check: %d allocated, preempt %d\n", in single_thread_tests() 255 printv(2, "after gang_check: %d allocated, preempt %d\n", in single_thread_tests() 259 printv(2, "after add_and_check: %d allocated, preempt %d\n", in single_thread_tests() 268 printv(2, "after idr_checks: %d allocated, preempt %d\n", in single_thread_tests() 272 printv(2, "after big_gang_check: %d allocated, preempt %d\n", in single_thread_tests() 276 printv(2, "%d ", i); in single_thread_tests() 280 printv(2, "after copy_tag_check: %d allocated, preempt %d\n", in single_thread_tests() [all …]
|
H A D | benchmark.c | 69 printv(2, "Size: %8ld, step: %8ld, insertion: %15lld ns\n", in benchmark_insert() 90 printv(2, "Size: %8ld, step: %8ld, tagging: %17lld ns\n", in benchmark_tagging() 111 printv(2, "Size: %8ld, step: %8ld, deletion: %16lld ns\n", in benchmark_delete() 126 printv(2, "Size: %8ld, step: %8ld, tagged iteration: %8lld ns\n", in benchmark_size() 128 printv(2, "Size: %8ld, step: %8ld, normal iteration: %8lld ns\n", in benchmark_size() 144 printv(1, "starting benchmarks\n"); in benchmark() 145 printv(1, "RADIX_TREE_MAP_SHIFT = %d\n", RADIX_TREE_MAP_SHIFT); in benchmark()
|
H A D | tag_check.c | 53 printv(2, "before item_kill_tree: %d allocated\n", nr_allocated); in simple_checks() 56 printv(2, "after item_kill_tree: %d allocated\n", nr_allocated); in simple_checks() 261 printv(2, "%d(%d) %d(%d) %d(%d) %d(%d) / " in do_thrash() 300 printv(2, "%d: nr_allocated=%d\n", __LINE__, nr_allocated); in __leak_check() 302 printv(2, "%d: nr_allocated=%d\n", __LINE__, nr_allocated); in __leak_check() 304 printv(2, "%d: nr_allocated=%d\n", __LINE__, nr_allocated); in __leak_check() 306 printv(2, "%d: nr_allocated=%d\n", __LINE__, nr_allocated); in __leak_check() 340 printv(2, "after extend_checks: %d allocated\n", nr_allocated); in tag_check() 344 printv(2, "after leak_check: %d allocated\n", nr_allocated); in tag_check() 347 printv(2, "after simple_checks: %d allocated\n", nr_allocated); in tag_check() [all …]
|
H A D | regression4.c | 62 printv(1, "regression test 4 starting\n"); in regression4_test() 78 printv(1, "regression test 4 passed\n"); in regression4_test()
|
H A D | regression2.c | 84 printv(1, "running regression test 2 (should take milliseconds)\n"); in regression2_test() 122 printv(1, "regression test 2, done\n"); in regression2_test()
|
H A D | regression1.c | 176 printv(1, "running regression test 1, should finish in under a minute\n"); in regression1_test() 199 printv(1, "regression test 1, done\n"); in regression1_test()
|
H A D | iteration_check_2.c | 60 printv(1, "Running iteration test 2 for %d seconds\n", test_duration); in iteration_test2()
|
H A D | multiorder.c | 44 printv(1, "Multiorder iteration test\n"); in multiorder_iteration() 87 printv(1, "Multiorder tagged iteration test\n"); in multiorder_tagged_iteration()
|
H A D | iteration_check.c | 169 printv(1, "Running %siteration tests for %d seconds\n", in iteration_test()
|
/openbmc/linux/tools/testing/radix-tree/linux/ |
H A D | radix-tree.h | 19 #define printv(verbosity_level, fmt, ...) \ macro
|