Searched refs:PERF_EVENT_IOC_SET_BPF (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | task_fd_query_tp.c | 52 err = ioctl(pmu_fd, PERF_EVENT_IOC_SET_BPF, prog_fd); in test_task_fd_query_tp_core()
|
| H A D | tp_attach_query.c | 82 err = ioctl(pmu_fd[i], PERF_EVENT_IOC_SET_BPF, prog_fd[i]); in serial_test_tp_attach_query()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | perf_event.h | 570 #define PERF_EVENT_IOC_SET_BPF _IOW('$', 8, __u32) macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | perf_event.h | 570 #define PERF_EVENT_IOC_SET_BPF _IOW('$', 8, __u32) macro
|
| /linux-6.15/tools/perf/util/ |
| H A D | bpf-filter.c | 490 ret = ioctl(FD(evsel, x, y), PERF_EVENT_IOC_SET_BPF, fd); in perf_bpf_filter__prepare()
|
| H A D | evsel.c | 2665 PERF_EVENT_IOC_SET_BPF, in evsel__open_cpu()
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 6295 case PERF_EVENT_IOC_SET_BPF: in _perf_ioctl()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 10925 if (ioctl(pfd, PERF_EVENT_IOC_SET_BPF, prog_fd) < 0) { in bpf_program__attach_perf_event_opts()
|