Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h556 #define PERF_EVENT_IOC_PAUSE_OUTPUT _IOW('$', 9, __u32) macro
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h556 #define PERF_EVENT_IOC_PAUSE_OUTPUT _IOW('$', 9, __u32) macro
/openbmc/linux/tools/perf/util/
H A Devlist.c758 err = ioctl(fd, PERF_EVENT_IOC_PAUSE_OUTPUT, value ? 1 : 0); in evlist__set_paused()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1323 +pub const PERF_EVENT_IOC_PAUSE_OUTPUT: u32 = 1074013193;
/openbmc/linux/kernel/events/
H A Dcore.c5974 case PERF_EVENT_IOC_PAUSE_OUTPUT: { in _perf_ioctl()