Searched refs:BPF_PERF_EVENT (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | perf_link.c | 52 BPF_PERF_EVENT, NULL); in serial_test_perf_link()
|
H A D | unpriv_bpf_disabled.c | 129 BPF_PERF_EVENT, NULL); in test_unpriv_bpf_disabled_positive()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1052 BPF_PERF_EVENT, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1052 BPF_PERF_EVENT, enumerator
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf.c | 756 case BPF_PERF_EVENT: in bpf_link_create()
|
H A D | libbpf.c | 118 [BPF_PERF_EVENT] = "perf_event", 4827 link_fd = bpf_link_create(prog_fd, -1, BPF_PERF_EVENT, NULL); in probe_perf_link() 10143 link_fd = bpf_link_create(prog_fd, pfd, BPF_PERF_EVENT, &link_opts); in bpf_program__attach_perf_event_opts()
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 3857 if (attach_type != BPF_PERF_EVENT) in bpf_prog_attach_check_attach_type() 3867 if (attach_type != BPF_PERF_EVENT && in bpf_prog_attach_check_attach_type() 5072 if (attr->link_create.attach_type == BPF_PERF_EVENT) in link_create()
|