Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_kmod.sh21 test_run() function
62 test_run 0 0
63 test_run 1 0
64 test_run 1 1
65 test_run 1 2
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
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()
/Linux-v5.10/tools/testing/selftests/sparc64/drivers/
Ddrivers_test.sh6 test_run() function
29 test_run
/Linux-v5.10/net/bpf/
DMakefile2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
/Linux-v5.10/tools/testing/selftests/arm64/signal/
Dtest_signals.c23 test_run(current); in main()
Dtest_signals_utils.h16 int test_run(struct tdescr *td);
Dtest_signals_utils.c305 int test_run(struct tdescr *td) in test_run() function
/Linux-v5.10/kernel/trace/
Dbpf_trace.c1794 .test_run = bpf_prog_test_run_raw_tp,
1804 .test_run = bpf_prog_test_run_tracing,
/Linux-v5.10/net/core/
Dfilter.c9654 .test_run = bpf_prog_test_run_skb,
9666 .test_run = bpf_prog_test_run_skb,
9677 .test_run = bpf_prog_test_run_xdp,
9687 .test_run = bpf_prog_test_run_skb,
9697 .test_run = bpf_prog_test_run_skb,
9707 .test_run = bpf_prog_test_run_skb,
9718 .test_run = bpf_prog_test_run_skb,
9728 .test_run = bpf_prog_test_run_skb,
9785 .test_run = bpf_prog_test_run_flow_dissector,
/Linux-v5.10/include/linux/
Dbpf.h433 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member
/Linux-v5.10/kernel/bpf/
Dsyscall.c3124 if (prog->aux->ops->test_run) in bpf_prog_test_run()
3125 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run()