Searched refs:bpf_test_run (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/trace/events/
H A Dbpf_test_run.h3 #define TRACE_SYSTEM bpf_test_run
/linux-master/net/bpf/
H A Dtest_run.c29 #include <trace/events/bpf_test_run.h>
394 static int bpf_test_run(struct bpf_prog *prog, void *ctx, u32 repeat, function
1058 ret = bpf_test_run(prog, skb, repeat, &retval, &duration, false);
1269 ret = bpf_test_run(prog, &xdp, repeat, &retval, &duration, true);
1667 ret = bpf_test_run(prog, &ctx, repeat, &retval, &duration, false);

Completed in 161 milliseconds