Searched refs:BPF_PERF_EVENT (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | unpriv_bpf_disabled.c | 111 BPF_PERF_EVENT, NULL); in test_unpriv_bpf_disabled_positive()
|
| /linux/tools/lib/bpf/ |
| H A D | features.c | 352 link_fd = bpf_link_create(prog_fd, -1, BPF_PERF_EVENT, NULL); in probe_perf_link()
|
| H A D | libbpf.c | 128 [BPF_PERF_EVENT] = "perf_event", 11604 link_fd = bpf_link_create(prog_fd, pfd, BPF_PERF_EVENT, &link_opts); in bpf_program__attach_perf_event_opts()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1141 BPF_PERF_EVENT, enumerator
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1141 BPF_PERF_EVENT, enumerator
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 4507 if (attach_type != BPF_PERF_EVENT) in bpf_prog_attach_check_attach_type() 4523 if (attach_type != BPF_PERF_EVENT && in bpf_prog_attach_check_attach_type() 5880 if (attr->link_create.attach_type == BPF_PERF_EVENT) in link_create()
|