Searched refs:perf_ioctl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/parisc/kernel/ |
D | perf.c | 200 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg); 440 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function 485 .unlocked_ioctl = perf_ioctl, 486 .compat_ioctl = perf_ioctl,
|
/Linux-v4.19/tools/perf/ |
D | Makefile.perf | 451 perf_ioctl_tbl := $(srctree)/tools/perf/trace/beauty/perf_ioctl.sh
|
/Linux-v4.19/kernel/events/ |
D | core.c | 5104 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function 5133 return perf_ioctl(file, cmd, arg); in perf_compat_ioctl() 5767 .unlocked_ioctl = perf_ioctl,
|