Searched refs:bpf_program__attach_perf_event_opts (Results 1 – 4 of 4) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | libbpf.map | 274 bpf_program__attach_perf_event_opts;
|
H A D | libbpf.h | 510 bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd,
|
H A D | libbpf.c | 10897 struct bpf_link *bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd, in bpf_program__attach_perf_event_opts() function 10974 return bpf_program__attach_perf_event_opts(prog, pfd, NULL); in bpf_program__attach_perf_event() 11357 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_kprobe_opts() 12332 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_uprobe_opts() 12587 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 | fill_link_info.c | 226 link = bpf_program__attach_perf_event_opts(skel->progs.event_run, pfd, &opts); in test_event_fill_link_info()
|