Searched refs:bpf_program__attach_perf_event_opts (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | libbpf.map | 274 bpf_program__attach_perf_event_opts;
|
| H A D | libbpf.c | 11570 struct bpf_link *bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd, in bpf_program__attach_perf_event_opts() function 11650 return bpf_program__attach_perf_event_opts(prog, pfd, NULL); in bpf_program__attach_perf_event() 12033 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_kprobe_opts() 13305 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_uprobe_opts() 13560 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 D | bpf_cookie.c | 479 link = bpf_program__attach_perf_event_opts(skel->progs.handle_pe, pfd, &opts); in pe_subtest() 498 link = bpf_program__attach_perf_event_opts(skel->progs.handle_pe, pfd, &opts); in verify_tracing_link_info()
|
| H A D | fill_link_info.c | 243 link = bpf_program__attach_perf_event_opts(skel->progs.event_run, pfd, &opts); in test_event_fill_link_info()
|
| /linux/tools/perf/util/ |
| H A D | bpf-filter.c | 532 link = bpf_program__attach_perf_event_opts(prog, FD(evsel, x, y), in perf_bpf_filter__prepare()
|