Home
last modified time | relevance | path

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

/Linux-v6.6/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.6/tools/include/uapi/linux/
Dbpf.h1035 BPF_PERF_EVENT, enumerator
/Linux-v6.6/include/uapi/linux/
Dbpf.h1035 BPF_PERF_EVENT, enumerator
/Linux-v6.6/tools/lib/bpf/
Dbpf.c756 case BPF_PERF_EVENT: in bpf_link_create()
Dlibbpf.c117 [BPF_PERF_EVENT] = "perf_event",
4824 link_fd = bpf_link_create(prog_fd, -1, BPF_PERF_EVENT, NULL); in probe_perf_link()
10137 link_fd = bpf_link_create(prog_fd, pfd, BPF_PERF_EVENT, &link_opts); in bpf_program__attach_perf_event_opts()
/Linux-v6.6/kernel/bpf/
Dsyscall.c3753 if (attach_type != BPF_PERF_EVENT) in bpf_prog_attach_check_attach_type()
3763 if (attach_type != BPF_PERF_EVENT && in bpf_prog_attach_check_attach_type()
4968 if (attr->link_create.attach_type == BPF_PERF_EVENT) in link_create()