Searched refs:perf_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/parisc/kernel/ |
D | perf.c | 187 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg); 427 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function 472 .unlocked_ioctl = perf_ioctl, 473 .compat_ioctl = perf_ioctl,
|
/linux-6.6.21/tools/perf/ |
D | Makefile.perf | 533 perf_ioctl_tbl := $(srctree)/tools/perf/trace/beauty/perf_ioctl.sh
|
/linux-6.6.21/kernel/events/ |
D | core.c | 5977 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function 6011 return perf_ioctl(file, cmd, arg); in perf_compat_ioctl() 6662 .unlocked_ioctl = perf_ioctl,
|