Symbol: test_run
include/linux/bpf.h
1093
int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr,
kernel/bpf/bpf_struct_ops.c
74
.test_run = bpf_struct_ops_test_run,
kernel/bpf/syscall.c
4742
if (prog->aux->ops->test_run)
kernel/bpf/syscall.c
4743
ret = prog->aux->ops->test_run(prog, attr, uattr);
kernel/bpf/syscall.c
6529
.test_run = bpf_prog_test_run_syscall,
kernel/trace/bpf_trace.c
1799
.test_run = bpf_prog_test_run_raw_tp,
kernel/trace/bpf_trace.c
1809
.test_run = bpf_prog_test_run_tracing,
lib/math/test_mul_u64_u64_div_u64.c
140
if (test_run(0, "mul_u64_u64_div_u64"))
lib/math/test_mul_u64_u64_div_u64.c
142
if (test_run(1, "test_mul_u64_u64_div_u64"))
lib/math/test_mul_u64_u64_div_u64.c
145
if (test_run(2, "test_mul_u64_u64_div_u64_32bit"))
net/core/filter.c
11221
.test_run = bpf_prog_test_run_skb,
net/core/filter.c
11234
.test_run = bpf_prog_test_run_skb,
net/core/filter.c
11246
.test_run = bpf_prog_test_run_xdp,
net/core/filter.c
11256
.test_run = bpf_prog_test_run_skb,
net/core/filter.c
11266
.test_run = bpf_prog_test_run_skb,
net/core/filter.c
11276
.test_run = bpf_prog_test_run_skb,
net/core/filter.c
11287
.test_run = bpf_prog_test_run_skb,
net/core/filter.c
11353
.test_run = bpf_prog_test_run_flow_dissector,
net/core/filter.c
11895
.test_run = bpf_prog_test_run_sk_lookup,
net/netfilter/nf_bpf_link.c
270
.test_run = bpf_prog_test_run_nf,
tools/testing/selftests/arm64/signal/test_signals.c
35
test_run(current);
tools/testing/selftests/arm64/signal/test_signals_utils.h
19
int test_run(struct tdescr *td);
tools/testing/selftests/bpf/prog_tests/map_kptr.c
40
if (test_run)
tools/testing/selftests/bpf/prog_tests/map_kptr.c
9
static void test_map_kptr_success(bool test_run)
tools/testing/selftests/bpf/prog_tests/test_overhead.c
106
test_run("base");
tools/testing/selftests/bpf/prog_tests/test_overhead.c
113
test_run("kprobe");
tools/testing/selftests/bpf/prog_tests/test_overhead.c
121
test_run("kretprobe");
tools/testing/selftests/bpf/prog_tests/test_overhead.c
128
test_run("raw_tp");
tools/testing/selftests/bpf/prog_tests/test_overhead.c
135
test_run("fentry");
tools/testing/selftests/bpf/prog_tests/test_overhead.c
142
test_run("fexit");
tools/testing/selftests/kvm/arch_timer.c
248
test_run(vm);
tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c
1048
test_run(vm, vcpu);
tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c
1054
test_run(vm, vcpu);
tools/testing/selftests/kvm/arm64/host_sve.c
125
test_run();
tools/testing/selftests/kvm/arm64/hypercalls.c
332
test_run();