Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dperf_event.h554 #define PERF_EVENT_IOC_ID _IOR('$', 7, __u64 *) macro
/linux-6.6.21/tools/include/uapi/linux/
Dperf_event.h554 #define PERF_EVENT_IOC_ID _IOR('$', 7, __u64 *) macro
/linux-6.6.21/tools/lib/perf/
Devlist.c287 ret = ioctl(fd, PERF_EVENT_IOC_ID, &id); in perf_evlist__id_add_fd()
/linux-6.6.21/kernel/events/
Dcore.c5890 case PERF_EVENT_IOC_ID: in _perf_ioctl()
6001 case _IOC_NR(PERF_EVENT_IOC_ID): in perf_compat_ioctl()