Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.map274 bpf_program__attach_perf_event_opts;
H A Dlibbpf.h510 bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd,
H A Dlibbpf.c10897 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 Dfill_link_info.c226 link = bpf_program__attach_perf_event_opts(skel->progs.event_run, pfd, &opts); in test_event_fill_link_info()