Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.map274 bpf_program__attach_perf_event_opts;
H A Dlibbpf.h486 bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd,
H A Dlibbpf.c10703 struct bpf_link *bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd, in bpf_program__attach_perf_event_opts() function
10782 return bpf_program__attach_perf_event_opts(prog, pfd, NULL); in bpf_program__attach_perf_event()
11171 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_kprobe_opts()
12115 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_uprobe_opts()
12372 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_tracepoint_opts()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c460 link = bpf_program__attach_perf_event_opts(skel->progs.handle_pe, pfd, &opts); in pe_subtest()
479 link = bpf_program__attach_perf_event_opts(skel->progs.handle_pe, pfd, &opts); in pe_subtest()
H A Dfill_link_info.c217 link = bpf_program__attach_perf_event_opts(skel->progs.event_run, pfd, &opts); in test_event_fill_link_info()