Searched refs:test_run (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/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()
|
D | map_kptr.c | 9 static void test_map_kptr_success(bool test_run) in test_map_kptr_success() argument 40 if (test_run) in test_map_kptr_success()
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | test_kmod.sh | 26 test_run() function 68 test_run 0 0 "$@" 69 test_run 1 0 "$@" 70 test_run 1 1 "$@" 71 test_run 1 2 "$@"
|
/linux-6.6.21/tools/testing/selftests/sparc64/drivers/ |
D | drivers_test.sh | 6 test_run() function 29 test_run
|
/linux-6.6.21/tools/testing/selftests/net/ |
D | test_ingress_egress_chaining.sh | 68 function test_run() { function 77 test_run
|
/linux-6.6.21/net/bpf/ |
D | Makefile | 2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
|
/linux-6.6.21/tools/testing/selftests/arm64/signal/ |
D | test_signals.c | 21 test_run(current); in main()
|
D | test_signals_utils.h | 18 int test_run(struct tdescr *td);
|
D | test_signals_utils.c | 388 int test_run(struct tdescr *td) in test_run() function
|
/linux-6.6.21/tools/testing/selftests/kvm/aarch64/ |
D | hypercalls.c | 272 static void test_run(void) in test_run() function 306 test_run(); in main()
|
D | arch_timer.c | 321 static void test_run(struct kvm_vm *vm) in test_run() function 476 test_run(vm); in main()
|
/linux-6.6.21/net/netfilter/ |
D | nf_bpf_link.c | 264 .test_run = bpf_prog_test_run_nf,
|
/linux-6.6.21/kernel/bpf/ |
D | bpf_struct_ops.c | 107 .test_run = bpf_struct_ops_test_run,
|
D | syscall.c | 4045 if (prog->aux->ops->test_run) in bpf_prog_test_run() 4046 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run() 5653 .test_run = bpf_prog_test_run_syscall,
|
/linux-6.6.21/net/core/ |
D | filter.c | 10903 .test_run = bpf_prog_test_run_skb, 10916 .test_run = bpf_prog_test_run_skb, 10928 .test_run = bpf_prog_test_run_xdp, 10938 .test_run = bpf_prog_test_run_skb, 10948 .test_run = bpf_prog_test_run_skb, 10958 .test_run = bpf_prog_test_run_skb, 10969 .test_run = bpf_prog_test_run_skb, 10979 .test_run = bpf_prog_test_run_skb, 11036 .test_run = bpf_prog_test_run_flow_dissector, 11572 .test_run = bpf_prog_test_run_sk_lookup,
|
/linux-6.6.21/kernel/trace/ |
D | bpf_trace.c | 2040 .test_run = bpf_prog_test_run_raw_tp, 2050 .test_run = bpf_prog_test_run_tracing,
|
/linux-6.6.21/include/linux/ |
D | bpf.h | 926 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member
|