| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_global_funcs.c | 141 RUN_TESTS(test_global_func1); in test_test_global_funcs() 142 RUN_TESTS(test_global_func2); in test_test_global_funcs() 143 RUN_TESTS(test_global_func3); in test_test_global_funcs() 144 RUN_TESTS(test_global_func4); in test_test_global_funcs() 145 RUN_TESTS(test_global_func5); in test_test_global_funcs() 146 RUN_TESTS(test_global_func6); in test_test_global_funcs() 147 RUN_TESTS(test_global_func7); in test_test_global_funcs() 148 RUN_TESTS(test_global_func8); in test_test_global_funcs() 149 RUN_TESTS(test_global_func9); in test_test_global_funcs() 150 RUN_TESTS(test_global_func10); in test_test_global_funcs() [all …]
|
| H A D | test_struct_ops_kptr_return.c | 11 RUN_TESTS(struct_ops_kptr_return); in test_struct_ops_kptr_return() 12 RUN_TESTS(struct_ops_kptr_return_fail__wrong_type); in test_struct_ops_kptr_return() 13 RUN_TESTS(struct_ops_kptr_return_fail__invalid_scalar); in test_struct_ops_kptr_return() 14 RUN_TESTS(struct_ops_kptr_return_fail__nonzero_offset); in test_struct_ops_kptr_return() 15 RUN_TESTS(struct_ops_kptr_return_fail__local_kptr); in test_struct_ops_kptr_return()
|
| H A D | test_struct_ops_refcounted.c | 10 RUN_TESTS(struct_ops_refcounted); in test_struct_ops_refcounted() 11 RUN_TESTS(struct_ops_refcounted_fail__ref_leak); in test_struct_ops_refcounted() 12 RUN_TESTS(struct_ops_refcounted_fail__global_subprog); in test_struct_ops_refcounted() 13 RUN_TESTS(struct_ops_refcounted_fail__tail_call); in test_struct_ops_refcounted()
|
| 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 | 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 | 296 RUN_TESTS(iters_state_safety); in test_iters() 297 RUN_TESTS(iters_looping); in test_iters() 298 RUN_TESTS(iters); in test_iters() 299 RUN_TESTS(iters_css_task); in test_iters() 302 RUN_TESTS(iters_testmod); in test_iters() 303 RUN_TESTS(iters_testmod_seq); in test_iters() 318 RUN_TESTS(iters_task_failure); in test_iters()
|
| H A D | wq.c | 14 RUN_TESTS(wq); in serial_test_wq() 39 RUN_TESTS(wq_failures); in serial_test_failures_wq()
|
| 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 | uninit_stack.c | 8 RUN_TESTS(uninit_stack); in test_uninit_stack()
|
| H A D | async_stack_depth.c | 8 RUN_TESTS(async_stack_depth); in test_async_stack_depth()
|
| 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 | kfunc_param_nullable.c | 10 RUN_TESTS(test_kfunc_param_nullable); in test_kfunc_param_nullable()
|
| H A D | compute_live_registers.c | 8 RUN_TESTS(compute_live_registers); in test_compute_live_registers()
|
| H A D | fexit_noreturns.c | 8 RUN_TESTS(fexit_noreturns); in test_fexit_noreturns()
|
| H A D | preempt_lock.c | 8 RUN_TESTS(preempt_lock); in test_preempt_lock()
|
| H A D | verifier_kfunc_prog_types.c | 10 RUN_TESTS(verifier_kfunc_prog_types); in test_verifier_kfunc_prog_types()
|
| 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 | cpumask.c | 85 RUN_TESTS(cpumask_failure); in test_cpumask()
|
| H A D | cgrp_kfunc.c | 105 RUN_TESTS(cgrp_kfunc_failure); in test_cgrp_kfunc()
|
| H A D | kfunc_dynptr_param.c | 118 RUN_TESTS(test_kfunc_dynptr_param); in test_kfunc_dynptr_param()
|
| /linux-6.15/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-6.15/tools/testing/selftests/powerpc/pmu/ |
| H A D | Makefile | 31 DEFAULT_RUN_TESTS := $(RUN_TESTS) 32 override define RUN_TESTS
|
| /linux-6.15/tools/testing/selftests/timers/ |
| H A D | Makefile | 24 $(call RUN_TESTS, $(DESTRUCTIVE_TESTS))
|
| /linux-6.15/tools/testing/selftests/powerpc/ |
| H A D | Makefile | 45 override define RUN_TESTS
|