Home
last modified time | relevance | path

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

/linux-6.15/tools/counter/
H A Dcounter_example.c56 ret = ioctl(fd, COUNTER_ADD_WATCH_IOCTL, watches + i); in main()
H A Dcounter_watch_events.c363 ret = ioctl(fd, COUNTER_ADD_WATCH_IOCTL, watches + i); in main()
/linux-6.15/include/uapi/linux/
H A Dcounter.h91 #define COUNTER_ADD_WATCH_IOCTL _IOW(0x3E, 0x00, struct counter_watch) macro
/linux-6.15/Documentation/driver-api/
H A Dgeneric-counter.rst548 * :c:macro:`COUNTER_ADD_WATCH_IOCTL`
557 read, and then pass it via the ``COUNTER_ADD_WATCH_IOCTL`` ioctl
567 The ``COUNTER_ADD_WATCH_IOCTL`` command will buffer these Counter
/linux-6.15/drivers/counter/
H A Dcounter-chrdev.c394 case COUNTER_ADD_WATCH_IOCTL: in counter_chrdev_ioctl()