Home
last modified time | relevance | path

Searched refs:BPF_PERF_EVENT (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dperf_link.c51 BPF_PERF_EVENT, NULL); in test_perf_link()
/Linux-v5.15/include/uapi/linux/
Dbpf.h996 BPF_PERF_EVENT, enumerator
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h996 BPF_PERF_EVENT, enumerator
/Linux-v5.15/tools/lib/bpf/
Dbpf.c711 case BPF_PERF_EVENT: in bpf_link_create()
Dlibbpf.c4363 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()
/Linux-v5.15/kernel/bpf/
Dsyscall.c4227 if (attr->link_create.attach_type != BPF_PERF_EVENT) { in link_create()