Searched refs:BPF_PERF_EVENT (Results 1 – 6 of 6) sorted by relevance
51 BPF_PERF_EVENT, NULL); in test_perf_link()
996 BPF_PERF_EVENT, enumerator
711 case BPF_PERF_EVENT: in bpf_link_create()
4363 link_fd = bpf_link_create(prog_fd, -1, BPF_PERF_EVENT, NULL); in probe_perf_link()9051 link_fd = bpf_link_create(prog_fd, pfd, BPF_PERF_EVENT, &link_opts); in bpf_program__attach_perf_event_opts()
4227 if (attr->link_create.attach_type != BPF_PERF_EVENT) { in link_create()