Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/bpf/
Dlibbpf.map275 bpf_program__attach_perf_event_opts;
Dlibbpf.h467 bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd,
Dlibbpf.c10102 struct bpf_link *bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd, in bpf_program__attach_perf_event_opts() function
10181 return bpf_program__attach_perf_event_opts(prog, pfd, NULL); in bpf_program__attach_perf_event()
10570 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_kprobe_opts()
11469 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_uprobe_opts()
11716 link = bpf_program__attach_perf_event_opts(prog, pfd, &pe_opts); in bpf_program__attach_tracepoint_opts()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dbpf_cookie.c460 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()