Searched refs:PERF_EVENT_IOC_SET_BPF (Results 1 – 9 of 9) sorted by relevance
/openbmc/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()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | get_cgroup_id_user.c | 124 err = ioctl(pmu_fd, PERF_EVENT_IOC_SET_BPF, prog_fd); in main()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 555 #define PERF_EVENT_IOC_SET_BPF _IOW('$', 8, __u32) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 555 #define PERF_EVENT_IOC_SET_BPF _IOW('$', 8, __u32) macro
|
/openbmc/linux/tools/perf/util/ |
H A D | evsel.c | 2103 PERF_EVENT_IOC_SET_BPF, in evsel__open_cpu()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 614 +pub const PERF_EVENT_IOC_SET_BPF: u32 = 1074013192;
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 5964 case PERF_EVENT_IOC_SET_BPF: in _perf_ioctl()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 10159 if (ioctl(pfd, PERF_EVENT_IOC_SET_BPF, prog_fd) < 0) { in bpf_program__attach_perf_event_opts()
|