Searched refs:test_run (Results 1 – 13 of 13) 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()
|
/linux/tools/testing/selftests/bpf/ |
A 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/tools/testing/selftests/sparc64/drivers/ |
A D | drivers_test.sh | 6 test_run() function 29 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 | 23 test_run(current); in main()
|
A D | test_signals_utils.h | 16 int test_run(struct tdescr *td);
|
A D | test_signals_utils.c | 311 int test_run(struct tdescr *td) in test_run() function
|
/linux/tools/testing/selftests/kvm/aarch64/ |
A D | arch_timer.c | 315 static void test_run(struct kvm_vm *vm) in test_run() function 475 test_run(vm); in main()
|
/linux/kernel/bpf/ |
A D | bpf_struct_ops.c | 97 .test_run = bpf_struct_ops_test_run,
|
A D | syscall.c | 3348 if (prog->aux->ops->test_run) in bpf_prog_test_run() 3349 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run() 4850 .test_run = bpf_prog_test_run_syscall,
|
/linux/net/core/ |
A D | filter.c | 9996 .test_run = bpf_prog_test_run_skb, 10009 .test_run = bpf_prog_test_run_skb, 10020 .test_run = bpf_prog_test_run_xdp, 10030 .test_run = bpf_prog_test_run_skb, 10040 .test_run = bpf_prog_test_run_skb, 10050 .test_run = bpf_prog_test_run_skb, 10061 .test_run = bpf_prog_test_run_skb, 10071 .test_run = bpf_prog_test_run_skb, 10128 .test_run = bpf_prog_test_run_flow_dissector, 10641 .test_run = bpf_prog_test_run_sk_lookup,
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 1672 .test_run = bpf_prog_test_run_raw_tp, 1682 .test_run = bpf_prog_test_run_tracing,
|
/linux/include/linux/ |
A D | bpf.h | 494 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member
|
Completed in 49 milliseconds