Listing ioctl calls from userspace to kernelspace

ioctl, linux, linux-kernel

Solution

did you try `strace`? it list all syscalls.

Problem

Might be my question sounds more naive. But I wanted to know if it is possible to list the ioctl calls made from user space to kernel space in Linux.

Original source