Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dperf_link.c52 BPF_PERF_EVENT, NULL); in serial_test_perf_link()
Dunpriv_bpf_disabled.c129 BPF_PERF_EVENT, NULL); in test_unpriv_bpf_disabled_positive()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h1025 BPF_PERF_EVENT, enumerator
/Linux-v6.1/include/uapi/linux/
Dbpf.h1025 BPF_PERF_EVENT, enumerator
/Linux-v6.1/tools/lib/bpf/
Dbpf.c712 case BPF_PERF_EVENT: in bpf_link_create()
Dlibbpf.c117 [BPF_PERF_EVENT] = "perf_event",
4719 link_fd = bpf_link_create(prog_fd, -1, BPF_PERF_EVENT, NULL); in probe_perf_link()
9724 link_fd = bpf_link_create(prog_fd, pfd, BPF_PERF_EVENT, &link_opts); in bpf_program__attach_perf_event_opts()
/Linux-v6.1/kernel/bpf/
Dsyscall.c4541 if (attr->link_create.attach_type != BPF_PERF_EVENT) { in link_create()
4547 if (attr->link_create.attach_type != BPF_PERF_EVENT && in link_create()
4610 if (attr->link_create.attach_type == BPF_PERF_EVENT) in link_create()