Searched refs:PERF_EVENT_IOC_SET_BPF (Results 1 – 8 of 8) sorted by relevance
/linux/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/include/uapi/linux/ |
H A D | perf_event.h | 559 #define PERF_EVENT_IOC_SET_BPF _IOW('$', 8, __u32) macro
|
/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 559 #define PERF_EVENT_IOC_SET_BPF _IOW('$', 8, __u32) macro
|
/linux/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 | 2391 PERF_EVENT_IOC_SET_BPF, in evsel__open_cpu()
|
/linux/kernel/events/ |
H A D | core.c | 6079 case PERF_EVENT_IOC_SET_BPF: in _perf_ioctl()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 10803 if (ioctl(pfd, PERF_EVENT_IOC_SET_BPF, prog_fd) < 0) { in bpf_program__attach_perf_event_opts()
|