Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_link.c52 BPF_PERF_EVENT, NULL); in serial_test_perf_link()
H A Dunpriv_bpf_disabled.c129 BPF_PERF_EVENT, NULL); in test_unpriv_bpf_disabled_positive()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1035 BPF_PERF_EVENT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1035 BPF_PERF_EVENT, enumerator
/openbmc/linux/tools/lib/bpf/
H A Dbpf.c756 case BPF_PERF_EVENT: in bpf_link_create()
H A Dlibbpf.c118 [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 Dsyscall.c3832 if (attach_type != BPF_PERF_EVENT) in bpf_prog_attach_check_attach_type()
3842 if (attach_type != BPF_PERF_EVENT && in bpf_prog_attach_check_attach_type()
5047 if (attr->link_create.attach_type == BPF_PERF_EVENT) in link_create()