Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dlibbpf.h405 struct bpf_perf_event_opts { struct
418 const struct bpf_perf_event_opts *opts); argument
Dlibbpf.c9692 const struct bpf_perf_event_opts *opts) in bpf_program__attach_perf_event_opts()
9698 if (!OPTS_VALID(opts, bpf_perf_event_opts)) in bpf_program__attach_perf_event_opts()
10071 DECLARE_LIBBPF_OPTS(bpf_perf_event_opts, pe_opts); in bpf_program__attach_kprobe_opts()
10738 DECLARE_LIBBPF_OPTS(bpf_perf_event_opts, pe_opts); in bpf_program__attach_uprobe_opts()
11036 DECLARE_LIBBPF_OPTS(bpf_perf_event_opts, pe_opts); in bpf_program__attach_tracepoint_opts()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dbpf_cookie.c367 DECLARE_LIBBPF_OPTS(bpf_perf_event_opts, opts); in pe_subtest()