Searched refs:test_run (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | test_overhead.c | 42 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.15/tools/testing/selftests/bpf/ |
D | test_kmod.sh | 21 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.15/tools/testing/selftests/sparc64/drivers/ |
D | drivers_test.sh | 6 test_run() function 29 test_run
|
/Linux-v5.15/net/bpf/ |
D | Makefile | 2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
|
/Linux-v5.15/tools/testing/selftests/arm64/signal/ |
D | test_signals.c | 23 test_run(current); in main()
|
D | test_signals_utils.h | 16 int test_run(struct tdescr *td);
|
D | test_signals_utils.c | 311 int test_run(struct tdescr *td) in test_run() function
|
/Linux-v5.15/kernel/trace/ |
D | bpf_trace.c | 1606 .test_run = bpf_prog_test_run_raw_tp, 1616 .test_run = bpf_prog_test_run_tracing,
|
/Linux-v5.15/net/core/ |
D | filter.c | 9927 .test_run = bpf_prog_test_run_skb, 9940 .test_run = bpf_prog_test_run_skb, 9951 .test_run = bpf_prog_test_run_xdp, 9961 .test_run = bpf_prog_test_run_skb, 9971 .test_run = bpf_prog_test_run_skb, 9981 .test_run = bpf_prog_test_run_skb, 9992 .test_run = bpf_prog_test_run_skb, 10002 .test_run = bpf_prog_test_run_skb, 10059 .test_run = bpf_prog_test_run_flow_dissector, 10568 .test_run = bpf_prog_test_run_sk_lookup,
|
/Linux-v5.15/kernel/bpf/ |
D | syscall.c | 3309 if (prog->aux->ops->test_run) in bpf_prog_test_run() 3310 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run() 4780 .test_run = bpf_prog_test_run_syscall,
|
/Linux-v5.15/include/linux/ |
D | bpf.h | 485 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member
|