Searched refs:test_run (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H 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()
|
| H 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/ |
| H 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/lib/math/ |
| H A D | test_mul_u64_u64_div_u64.c | 82 static int __init test_run(unsigned int fn_no, const char *fn_name) in test_run() function 140 if (test_run(0, "mul_u64_u64_div_u64")) in test_init() 142 if (test_run(1, "test_mul_u64_u64_div_u64")) in test_init() 145 if (test_run(2, "test_mul_u64_u64_div_u64_32bit")) in test_init()
|
| /linux/tools/testing/selftests/sparc64/drivers/ |
| H A D | drivers_test.sh | 6 test_run() function 29 test_run
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | host_sve.c | 77 static void test_run(void) in test_run() function 125 test_run(); in main()
|
| H A D | arch_timer_edge_cases.c | 898 static void test_run(struct kvm_vm *vm, struct kvm_vcpu *vcpu) in test_run() function 1048 test_run(vm, vcpu); in main() 1054 test_run(vm, vcpu); in main()
|
| /linux/tools/testing/selftests/net/ |
| H A D | test_ingress_egress_chaining.sh | 68 function test_run() { function 77 test_run
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | arch_timer.c | 140 static void test_run(struct kvm_vm *vm) in test_run() function 248 test_run(vm); in main()
|
| /linux/net/bpf/ |
| H A D | Makefile | 2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
|
| /linux/net/netfilter/ |
| H A D | nf_bpf_link.c | 270 .test_run = bpf_prog_test_run_nf,
|
| /linux/net/core/ |
| H A D | filter.c | 11211 .test_run = bpf_prog_test_run_skb, 11224 .test_run = bpf_prog_test_run_skb, 11236 .test_run = bpf_prog_test_run_xdp, 11246 .test_run = bpf_prog_test_run_skb, 11256 .test_run = bpf_prog_test_run_skb, 11266 .test_run = bpf_prog_test_run_skb, 11277 .test_run = bpf_prog_test_run_skb, 11343 .test_run = bpf_prog_test_run_flow_dissector, 11885 .test_run = bpf_prog_test_run_sk_lookup,
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 1785 .test_run = bpf_prog_test_run_raw_tp, 1795 .test_run = bpf_prog_test_run_tracing,
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 4702 if (prog->aux->ops->test_run) in bpf_prog_test_run() 4703 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run() 6441 .test_run = bpf_prog_test_run_syscall,
|