Home
last modified time | relevance | path

Searched refs:bpf_prog_test_run_tracing (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/net/bpf/
Dtest_run.c199 int bpf_prog_test_run_tracing(struct bpf_prog *prog, in bpf_prog_test_run_tracing() function
/linux-5.10/include/linux/
Dbpf.h1413 int bpf_prog_test_run_tracing(struct bpf_prog *prog,
1616 static inline int bpf_prog_test_run_tracing(struct bpf_prog *prog, in bpf_prog_test_run_tracing() function
/linux-5.10/kernel/trace/
Dbpf_trace.c1780 int __weak bpf_prog_test_run_tracing(struct bpf_prog *prog, in bpf_prog_test_run_tracing() function
1804 .test_run = bpf_prog_test_run_tracing,