Searched refs:bpf_test_run_opts (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | xdp_context_test_run.c | 6 void test_xdp_context_error(int prog_fd, struct bpf_test_run_opts opts, in test_xdp_context_error() 34 DECLARE_LIBBPF_OPTS(bpf_test_run_opts, opts, in test_xdp_context_test_run()
|
A D | pe_preserve_elems.c | 13 DECLARE_LIBBPF_OPTS(bpf_test_run_opts, opts); in test_one_map()
|
A D | raw_tp_test_run.c | 19 DECLARE_LIBBPF_OPTS(bpf_test_run_opts, opts, in test_raw_tp_test_run()
|
A D | sk_lookup.c | 1061 DECLARE_LIBBPF_OPTS(bpf_test_run_opts, opts, in run_sk_assign()
|
/linux/tools/lib/bpf/ |
A D | bpf.h | 264 struct bpf_test_run_opts { struct 287 struct bpf_test_run_opts *opts); argument
|
A D | bpf.c | 884 int bpf_prog_test_run_opts(int prog_fd, struct bpf_test_run_opts *opts) in bpf_prog_test_run_opts() 889 if (!OPTS_VALID(opts, bpf_test_run_opts)) in bpf_prog_test_run_opts()
|
/linux/tools/perf/util/ |
A D | bpf_counter.h | 120 DECLARE_LIBBPF_OPTS(bpf_test_run_opts, opts, in bperf_trigger_reading()
|
Completed in 20 milliseconds