Searched refs:perf_ioctl (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/parisc/kernel/ |
D | perf.c | 200 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg); 441 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function 486 .unlocked_ioctl = perf_ioctl, 487 .compat_ioctl = perf_ioctl,
|
/linux-4.4.14/kernel/events/ |
D | core.c | 4315 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function 4342 return perf_ioctl(file, cmd, arg); in perf_compat_ioctl() 4949 .unlocked_ioctl = perf_ioctl,
|