Searched refs:test_run (Results 1 - 17 of 17) sorted by relevance

/linux-master/net/bpf/
H A DMakefile2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
/linux-master/tools/testing/selftests/sparc64/drivers/
H A Ddrivers_test.sh6 test_run() function
29 test_run
/linux-master/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-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals.c21 test_run(current);
H A Dtest_signals_utils.h18 int test_run(struct tdescr *td);
H A Dtest_signals_utils.c388 int test_run(struct tdescr *td) function
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_overhead.c42 static void test_run(const char *prog) function
106 test_run("base");
113 test_run("kprobe");
121 test_run("kretprobe");
128 test_run("raw_tp");
135 test_run("fentry");
142 test_run("fexit");
H A Dmap_kptr.c9 static void test_map_kptr_success(bool test_run) argument
40 if (test_run)
/linux-master/tools/testing/selftests/net/
H A Dtest_ingress_egress_chaining.sh68 function test_run() { function
77 test_run
/linux-master/tools/testing/selftests/kvm/
H A Darch_timer.c147 static void test_run(struct kvm_vm *vm) function
255 test_run(vm);
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dhypercalls.c272 static void test_run(void) function
306 test_run();
/linux-master/net/netfilter/
H A Dnf_bpf_link.c264 .test_run = bpf_prog_test_run_nf,
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c71 .test_run = bpf_struct_ops_test_run,
H A Dsyscall.c4268 if (prog->aux->ops->test_run)
4269 ret = prog->aux->ops->test_run(prog, attr, uattr);
5932 .test_run = bpf_prog_test_run_syscall,
/linux-master/net/core/
H A Dfilter.c10932 .test_run = bpf_prog_test_run_skb,
10945 .test_run = bpf_prog_test_run_skb,
10957 .test_run = bpf_prog_test_run_xdp,
10967 .test_run = bpf_prog_test_run_skb,
10977 .test_run = bpf_prog_test_run_skb,
10987 .test_run = bpf_prog_test_run_skb,
10998 .test_run = bpf_prog_test_run_skb,
11008 .test_run = bpf_prog_test_run_skb,
11065 .test_run = bpf_prog_test_run_flow_dissector,
11601 .test_run
[all...]
/linux-master/kernel/trace/
H A Dbpf_trace.c2112 .test_run = bpf_prog_test_run_raw_tp,
2122 .test_run = bpf_prog_test_run_tracing,
/linux-master/include/linux/
H A Dbpf.h939 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member in struct:bpf_prog_ops

Completed in 236 milliseconds