Searched refs:perf_ioctl (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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.1.27/kernel/events/ |
D | core.c | 4149 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function 4176 return perf_ioctl(file, cmd, arg); in perf_compat_ioctl() 4783 .unlocked_ioctl = perf_ioctl,
|