Home
last modified time | relevance | path

Searched refs:bpf_program__attach_perf_event (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dget_stackid_cannot_attach.c49 skel->links.oncpu = bpf_program__attach_perf_event(skel->progs.oncpu, in test_get_stackid_cannot_attach()
66 skel->links.oncpu = bpf_program__attach_perf_event(skel->progs.oncpu, in test_get_stackid_cannot_attach()
83 skel->links.oncpu = bpf_program__attach_perf_event(skel->progs.oncpu, in test_get_stackid_cannot_attach()
H A Dperf_event_stackmap.c98 skel->links.oncpu = bpf_program__attach_perf_event(skel->progs.oncpu, in test_perf_event_stackmap()
H A Dperf_branches.c76 link = bpf_program__attach_perf_event(skel->progs.perf_branches, perf_fd); in test_perf_branches_common()
H A Dstacktrace_build_id_nmi.c63 skel->links.oncpu = bpf_program__attach_perf_event(skel->progs.oncpu, in test_stacktrace_build_id_nmi()
H A Dsend_signal.c109 bpf_program__attach_perf_event(skel->progs.send_signal_perf, pmu_fd); in test_send_signal_common()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtrace_event_user.c158 links[i] = bpf_program__attach_perf_event(prog, pmu_fd); in test_perf_event_all_cpu()
197 link = bpf_program__attach_perf_event(prog, pmu_fd); in test_perf_event_task()
H A Dsampleip_user.c56 links[i] = bpf_program__attach_perf_event(prog, pmu_fd); in sampling_start()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map173 bpf_program__attach_perf_event;
H A Dlibbpf.h239 bpf_program__attach_perf_event(struct bpf_program *prog, int pfd);
H A Dlibbpf.c9287 struct bpf_link *bpf_program__attach_perf_event(struct bpf_program *prog, in bpf_program__attach_perf_event() function
9453 link = bpf_program__attach_perf_event(prog, pfd); in bpf_program__attach_kprobe()
9495 link = bpf_program__attach_perf_event(prog, pfd); in bpf_program__attach_uprobe()
9573 link = bpf_program__attach_perf_event(prog, pfd); in bpf_program__attach_tracepoint()