Searched refs:perf_ioctl (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/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-2.6.39/kernel/ |
D | perf_event.c | 3273 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function 3843 .unlocked_ioctl = perf_ioctl, 3844 .compat_ioctl = perf_ioctl,
|