Searched refs:bpf_program__attach_perf_event_opts (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.map | 274 bpf_program__attach_perf_event_opts;
|
D | libbpf.h | 497 bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd,
|
D | libbpf.c | 10752 struct bpf_link *bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd, in bpf_program__attach_perf_event_opts() function 10831 return bpf_program__attach_perf_event_opts(prog, pfd, NULL); in bpf_program__attach_perf_event() 11220 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_kprobe_opts() 12164 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_uprobe_opts() 12421 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_tracepoint_opts()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_cookie.c | 460 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()
|
D | fill_link_info.c | 220 link = bpf_program__attach_perf_event_opts(skel->progs.event_run, pfd, &opts); in test_event_fill_link_info()
|