Home
last modified time | relevance | path

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

/Linux-v6.1/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()
Dmap_kptr.c85 static void test_map_kptr_success(bool test_run) in test_map_kptr_success() argument
107 if (test_run) in test_map_kptr_success()
/Linux-v6.1/tools/testing/selftests/bpf/
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 "$@"
DDENYLIST.s390x11 dummy_st_ops # test_run unexpected error: -524 (errno 524) …
/Linux-v6.1/tools/testing/selftests/sparc64/drivers/
Ddrivers_test.sh6 test_run() function
29 test_run
/Linux-v6.1/tools/testing/selftests/net/
Dtest_ingress_egress_chaining.sh68 function test_run() { function
77 test_run
/Linux-v6.1/net/bpf/
DMakefile2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
/Linux-v6.1/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.c382 int test_run(struct tdescr *td) in test_run() function
/Linux-v6.1/tools/testing/selftests/kvm/aarch64/
Dhypercalls.c272 static void test_run(void) in test_run() function
311 test_run(); in main()
Darch_timer.c313 static void test_run(struct kvm_vm *vm) in test_run() function
475 test_run(vm); in main()
/Linux-v6.1/kernel/bpf/
Dbpf_struct_ops.c98 .test_run = bpf_struct_ops_test_run,
Dsyscall.c3629 if (prog->aux->ops->test_run) in bpf_prog_test_run()
3630 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run()
5232 .test_run = bpf_prog_test_run_syscall,
/Linux-v6.1/net/core/
Dfilter.c10642 .test_run = bpf_prog_test_run_skb,
10655 .test_run = bpf_prog_test_run_skb,
10667 .test_run = bpf_prog_test_run_xdp,
10677 .test_run = bpf_prog_test_run_skb,
10687 .test_run = bpf_prog_test_run_skb,
10697 .test_run = bpf_prog_test_run_skb,
10708 .test_run = bpf_prog_test_run_skb,
10718 .test_run = bpf_prog_test_run_skb,
10775 .test_run = bpf_prog_test_run_flow_dissector,
11311 .test_run = bpf_prog_test_run_sk_lookup,
/Linux-v6.1/kernel/trace/
Dbpf_trace.c1985 .test_run = bpf_prog_test_run_raw_tp,
1995 .test_run = bpf_prog_test_run_tracing,
/Linux-v6.1/include/linux/
Dbpf.h705 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member