| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_global_funcs.c | 142 RUN_TESTS(test_global_func1); in test_test_global_funcs() 143 RUN_TESTS(test_global_func2); in test_test_global_funcs() 144 RUN_TESTS(test_global_func3); in test_test_global_funcs() 145 RUN_TESTS(test_global_func4); in test_test_global_funcs() 146 RUN_TESTS(test_global_func5); in test_test_global_funcs() 147 RUN_TESTS(test_global_func6); in test_test_global_funcs() 148 RUN_TESTS(test_global_func7); in test_test_global_funcs() 149 RUN_TESTS(test_global_func8); in test_test_global_funcs() 150 RUN_TESTS(test_global_func9); in test_test_global_funcs() 151 RUN_TESTS(test_global_func1 in test_test_global_funcs() [all...] |
| H A D | nested_trust.c | 11 RUN_TESTS(nested_trust_success); in test_nested_trust() 12 RUN_TESTS(nested_trust_failure); in test_nested_trust() 15 RUN_TESTS(nested_acquire); in test_nested_trust()
|
| H A D | iters.c | 300 RUN_TESTS(iters_state_safety); in test_iters() 301 RUN_TESTS(iters_looping); in test_iters() 302 RUN_TESTS(iters); in test_iters() 303 RUN_TESTS(iters_css_task); in test_iters() 306 RUN_TESTS(iters_testmod); in test_iters() 307 RUN_TESTS(iters_testmod_seq); in test_iters() 322 RUN_TESTS(iters_task_failure);
|
| H A D | pro_epilogue.c | 56 RUN_TESTS(pro_epilogue); in test_pro_epilogue() 57 RUN_TESTS(pro_epilogue_goto_start); in test_pro_epilogue() 58 RUN_TESTS(epilogue_exit); in test_pro_epilogue() 59 RUN_TESTS(pro_epilogue_with_kfunc); in test_pro_epilogue()
|
| H A D | bpf_qdisc.c | 231 RUN_TESTS(bpf_qdisc_fail__invalid_dynptr); in test_ns_bpf_qdisc() 232 RUN_TESTS(bpf_qdisc_fail__invalid_dynptr_cross_frame); in test_ns_bpf_qdisc() 233 RUN_TESTS(bpf_qdisc_fail__invalid_dynptr_slice); in test_ns_bpf_qdisc() 234 RUN_TESTS(bpf_qdisc_fail__untrusted_write); in test_ns_bpf_qdisc() 235 RUN_TESTS(bpf_qdisc_dynptr_use_after_invalidate_clone); in test_ns_bpf_qdisc()
|
| H A D | wq.c | 14 RUN_TESTS(wq); in serial_test_wq() 40 RUN_TESTS(wq_failures); in serial_test_failures_wq()
|
| H A D | verifier.c | 169 void test_arena_kfunc(void) { RUN_TESTS(arena_kfunc); } in test_arena_kfunc() 171 void test_arena_kfunc_jit(void) { RUN_TESTS(arena_kfunc_jit); } in test_arena_kfunc_jit() 197 void test_verifier_ctx(void) { RUN_TESTS(verifier_ctx); } in test_verifier_ctx() 200 void test_verifier_default_trusted_ptr(void) { RUN_TESTS(verifier_default_trusted_ptr); } in test_verifier_default_trusted_ptr() 295 void test_verifier_zext(void) { RUN_TESTS(verifier_zext); } in test_verifier_zext()
|
| H A D | refcounted_kptr.c | 12 RUN_TESTS(refcounted_kptr); in test_refcounted_kptr() 17 RUN_TESTS(refcounted_kptr_fail); in test_refcounted_kptr_fail()
|
| H A D | string_kfuncs.c | 65 RUN_TESTS(string_kfuncs_success); in test_string_kfuncs() 66 RUN_TESTS(string_kfuncs_failure1);
|
| H A D | cpumask.c | 85 RUN_TESTS(cpumask_failure);
|
| H A D | stream.c | 11 RUN_TESTS(stream_fail); in test_stream_failure() 16 RUN_TESTS(stream); in test_stream_success()
|
| H A D | verifier_kfunc_prog_types.c | 10 RUN_TESTS(verifier_kfunc_prog_types); in test_verifier_kfunc_prog_types()
|
| H A D | jeq_infer_not_null.c | 8 RUN_TESTS(jeq_infer_not_null_fail); in test_jeq_infer_not_null()
|
| H A D | uninit_stack.c | 8 RUN_TESTS(uninit_stack); in test_uninit_stack()
|
| H A D | preempt_lock.c | 8 RUN_TESTS(preempt_lock); in test_preempt_lock()
|
| H A D | kfunc_param_nullable.c | 10 RUN_TESTS(test_kfunc_param_nullable); in test_kfunc_param_nullable()
|
| H A D | async_stack_depth.c | 8 RUN_TESTS(async_stack_depth); in test_async_stack_depth()
|
| H A D | mem_rdonly_untrusted.c | 8 RUN_TESTS(mem_rdonly_untrusted); in test_mem_rdonly_untrusted()
|
| H A D | tp_btf_nullable.c | 13 RUN_TESTS(test_tp_btf_nullable); in test_tp_btf_nullable()
|
| H A D | raw_tp_null.c | 12 RUN_TESTS(raw_tp_null_fail); in test_raw_tp_null()
|
| H A D | cgroup_xattr.c | 68 RUN_TESTS(cgroup_read_xattr); in test_cgroup_xattr()
|
| H A D | cgrp_kfunc.c | 176 RUN_TESTS(cgrp_kfunc_failure);
|
| /linux/tools/testing/selftests/ |
| H A D | lib.mk | 103 define RUN_TESTS 136 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) \ 139 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS)); \ 142 @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
|
| /linux/tools/testing/selftests/powerpc/pmu/ |
| H A D | Makefile | 31 DEFAULT_RUN_TESTS := $(RUN_TESTS) 32 override define RUN_TESTS
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | Makefile | 107 $$(call RUN_TESTS, $$(filter test_$(1)_%.sh,$$(TEST_PROGS))); \ 121 $(call RUN_TESTS, $(TEST_PROGS)); \
|