Home
last modified time | relevance | path

Searched refs:PERF_EVENT_IOC_ID (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h554 #define PERF_EVENT_IOC_ID _IOR('$', 7, __u64 *) macro
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h554 #define PERF_EVENT_IOC_ID _IOR('$', 7, __u64 *) macro
/openbmc/linux/tools/lib/perf/
H A Devlist.c293 ret = ioctl(fd, PERF_EVENT_IOC_ID, &id); in perf_evlist__id_add_fd()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch593 +pub const PERF_EVENT_IOC_ID: u32 = 2148017159;
/openbmc/linux/kernel/events/
H A Dcore.c5926 case PERF_EVENT_IOC_ID: in _perf_ioctl()
6037 case _IOC_NR(PERF_EVENT_IOC_ID): in perf_compat_ioctl()