Home
last modified time | relevance | path

Searched refs:test_run (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtest_overhead.c42 static void test_run(const char *prog) in test_run() function
106 test_run("base"); in test_test_overhead()
113 test_run("kprobe"); in test_test_overhead()
121 test_run("kretprobe"); in test_test_overhead()
128 test_run("raw_tp"); in test_test_overhead()
135 test_run("fentry"); in test_test_overhead()
142 test_run("fexit"); in test_test_overhead()
H A Dmap_kptr.c9 static void test_map_kptr_success(bool test_run) in test_map_kptr_success() argument
40 if (test_run) in test_map_kptr_success()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_kmod.sh26 test_run() function
68 test_run 0 0 "$@"
69 test_run 1 0 "$@"
70 test_run 1 1 "$@"
71 test_run 1 2 "$@"
/linux-6.15/tools/testing/selftests/sparc64/drivers/
H A Ddrivers_test.sh6 test_run() function
29 test_run
/linux-6.15/tools/testing/selftests/net/
H A Dtest_ingress_egress_chaining.sh68 function test_run() { function
77 test_run
/linux-6.15/net/bpf/
H A DMakefile2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
/linux-6.15/tools/testing/selftests/kvm/
H A Darch_timer.c145 static void test_run(struct kvm_vm *vm) in test_run() function
253 test_run(vm); in main()
/linux-6.15/tools/testing/selftests/arm64/signal/
H A Dtest_signals.c35 test_run(current); in main()
H A Dtest_signals_utils.h19 int test_run(struct tdescr *td);
H A Dtest_signals_utils.c400 int test_run(struct tdescr *td) in test_run() function
/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dhypercalls.c298 static void test_run(void) in test_run() function
332 test_run(); in main()
H A Darch_timer_edge_cases.c922 static void test_run(struct kvm_vm *vm, struct kvm_vcpu *vcpu) in test_run() function
1051 test_run(vm, vcpu); in main()
1057 test_run(vm, vcpu); in main()
/linux-6.15/net/netfilter/
H A Dnf_bpf_link.c269 .test_run = bpf_prog_test_run_nf,
/linux-6.15/net/core/
H A Dfilter.c11089 .test_run = bpf_prog_test_run_skb,
11102 .test_run = bpf_prog_test_run_skb,
11114 .test_run = bpf_prog_test_run_xdp,
11124 .test_run = bpf_prog_test_run_skb,
11134 .test_run = bpf_prog_test_run_skb,
11144 .test_run = bpf_prog_test_run_skb,
11155 .test_run = bpf_prog_test_run_skb,
11221 .test_run = bpf_prog_test_run_flow_dissector,
11763 .test_run = bpf_prog_test_run_sk_lookup,
/linux-6.15/kernel/bpf/
H A Dbpf_struct_ops.c74 .test_run = bpf_struct_ops_test_run,
H A Dsyscall.c4426 if (prog->aux->ops->test_run) in bpf_prog_test_run()
4427 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run()
6108 .test_run = bpf_prog_test_run_syscall,
/linux-6.15/kernel/trace/
H A Dbpf_trace.c2073 .test_run = bpf_prog_test_run_raw_tp,
2083 .test_run = bpf_prog_test_run_tracing,
/linux-6.15/include/linux/
H A Dbpf.h1020 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member