Searched refs:BPF_PERF_EVENT (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | perf_link.c | 57 BPF_PERF_EVENT, NULL); in serial_test_perf_link()
|
| H A D | unpriv_bpf_disabled.c | 130 BPF_PERF_EVENT, NULL); in test_unpriv_bpf_disabled_positive()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | features.c | 353 link_fd = bpf_link_create(prog_fd, -1, BPF_PERF_EVENT, NULL); in probe_perf_link()
|
| H A D | bpf.c | 764 case BPF_PERF_EVENT: in bpf_link_create()
|
| H A D | libbpf.c | 126 [BPF_PERF_EVENT] = "perf_event", 10910 link_fd = bpf_link_create(prog_fd, pfd, BPF_PERF_EVENT, &link_opts); in bpf_program__attach_perf_event_opts()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 1106 BPF_PERF_EVENT, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 1106 BPF_PERF_EVENT, enumerator
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 4148 if (attach_type != BPF_PERF_EVENT) in bpf_prog_attach_check_attach_type() 4164 if (attach_type != BPF_PERF_EVENT && in bpf_prog_attach_check_attach_type() 5436 if (attr->link_create.attach_type == BPF_PERF_EVENT) in link_create()
|