Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.h495 struct bpf_perf_event_opts { struct
513 const struct bpf_perf_event_opts *opts); argument
H A Dlibbpf.c10909 const struct bpf_perf_event_opts *opts) in bpf_program__attach_perf_event_opts()
10915 if (!OPTS_VALID(opts, bpf_perf_event_opts)) in bpf_program__attach_perf_event_opts()
11309 DECLARE_LIBBPF_OPTS(bpf_perf_event_opts, pe_opts); in bpf_program__attach_kprobe_opts()
12243 DECLARE_LIBBPF_OPTS(bpf_perf_event_opts, pe_opts); in bpf_program__attach_uprobe_opts()
12585 DECLARE_LIBBPF_OPTS(bpf_perf_event_opts, pe_opts); in bpf_program__attach_tracepoint_opts()
/linux/tools/perf/util/
H A Dbpf-filter.c454 DECLARE_LIBBPF_OPTS(bpf_perf_event_opts, pe_opts, in perf_bpf_filter__prepare()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfill_link_info.c208 DECLARE_LIBBPF_OPTS(bpf_perf_event_opts, opts, in test_event_fill_link_info()
H A Dbpf_cookie.c443 DECLARE_LIBBPF_OPTS(bpf_perf_event_opts, opts); in pe_subtest()