Searched refs:bpf_program__attach_perf_event_opts (Results 1 – 4 of 4) sorted by relevance
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
| D | bpf_cookie.c | 202 link = bpf_program__attach_perf_event_opts(skel->progs.handle_pe, pfd, &opts); in pe_subtest() 221 link = bpf_program__attach_perf_event_opts(skel->progs.handle_pe, pfd, &opts); in pe_subtest()
|
| /external/libbpf/src/ |
| D | libbpf.map | 378 bpf_program__attach_perf_event_opts;
|
| D | libbpf.h | 404 bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd,
|
| D | libbpf.c | 9727 struct bpf_link *bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd, in bpf_program__attach_perf_event_opts() function 9804 return bpf_program__attach_perf_event_opts(prog, pfd, NULL); in bpf_program__attach_perf_event() 10061 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_kprobe_opts() 10257 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_uprobe_opts() 10363 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_tracepoint_opts()
|