Searched refs:test_run (Results 1 – 18 of 18) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A 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()
|
| A 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/tools/testing/selftests/bpf/ |
| A 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/tools/testing/selftests/sparc64/drivers/ |
| A D | drivers_test.sh | 6 test_run() function 29 test_run
|
| /linux/tools/testing/selftests/net/ |
| A D | test_ingress_egress_chaining.sh | 68 function test_run() { function 77 test_run
|
| /linux/net/bpf/ |
| A D | Makefile | 2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
|
| /linux/tools/testing/selftests/arm64/signal/ |
| A D | test_signals.c | 21 test_run(current); in main()
|
| A D | test_signals_utils.h | 18 int test_run(struct tdescr *td);
|
| A D | test_signals_utils.c | 388 int test_run(struct tdescr *td) in test_run() function
|
| /linux/tools/testing/selftests/kvm/ |
| A D | arch_timer.c | 145 static void test_run(struct kvm_vm *vm) in test_run() function 253 test_run(vm); in main()
|
| /linux/tools/testing/selftests/kvm/aarch64/ |
| A D | hypercalls.c | 272 static void test_run(void) in test_run() function 306 test_run(); in main()
|
| A D | arch_timer_edge_cases.c | 922 static void test_run(struct kvm_vm *vm, struct kvm_vcpu *vcpu) in test_run() function 1051 test_run(vm, vcpu); in main() 1057 test_run(vm, vcpu); in main()
|
| /linux/net/netfilter/ |
| A D | nf_bpf_link.c | 269 .test_run = bpf_prog_test_run_nf,
|
| /linux/kernel/bpf/ |
| A D | bpf_struct_ops.c | 73 .test_run = bpf_struct_ops_test_run,
|
| A D | syscall.c | 4265 if (prog->aux->ops->test_run) in bpf_prog_test_run() 4266 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run() 5927 .test_run = bpf_prog_test_run_syscall,
|
| /linux/net/core/ |
| A D | filter.c | 11010 .test_run = bpf_prog_test_run_skb, 11023 .test_run = bpf_prog_test_run_skb, 11035 .test_run = bpf_prog_test_run_xdp, 11045 .test_run = bpf_prog_test_run_skb, 11055 .test_run = bpf_prog_test_run_skb, 11065 .test_run = bpf_prog_test_run_skb, 11076 .test_run = bpf_prog_test_run_skb, 11142 .test_run = bpf_prog_test_run_flow_dissector, 11678 .test_run = bpf_prog_test_run_sk_lookup,
|
| /linux/kernel/trace/ |
| A D | bpf_trace.c | 2041 .test_run = bpf_prog_test_run_raw_tp, 2051 .test_run = bpf_prog_test_run_tracing,
|
| /linux/include/linux/ |
| A D | bpf.h | 969 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member
|
Completed in 70 milliseconds