Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/tools/testing/selftests/sparc64/drivers/
Ddrivers_test.sh6 test_run() function
29 test_run
/kernel/linux/linux-5.10/net/bpf/
DMakefile2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
/kernel/linux/linux-5.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.c311 int test_run(struct tdescr *td) in test_run() function
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1780 .test_run = bpf_prog_test_run_raw_tp,
1790 .test_run = bpf_prog_test_run_tracing,
/kernel/linux/linux-5.10/net/core/
Dfilter.c9731 .test_run = bpf_prog_test_run_skb,
9743 .test_run = bpf_prog_test_run_skb,
9754 .test_run = bpf_prog_test_run_xdp,
9764 .test_run = bpf_prog_test_run_skb,
9774 .test_run = bpf_prog_test_run_skb,
9784 .test_run = bpf_prog_test_run_skb,
9795 .test_run = bpf_prog_test_run_skb,
9805 .test_run = bpf_prog_test_run_skb,
9862 .test_run = bpf_prog_test_run_flow_dissector,
/kernel/linux/linux-5.10/include/linux/
Dbpf.h493 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member
/kernel/linux/linux-5.10/kernel/bpf/
Dsyscall.c3147 if (prog->aux->ops->test_run) in bpf_prog_test_run()
3148 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run()