Home
last modified time | relevance | path

Searched refs:perf_ioctl (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dperf.c187 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,
/OK3568_Linux_fs/kernel/tools/perf/
H A DMakefile.perf518 perf_ioctl_tbl := $(srctree)/tools/perf/trace/beauty/perf_ioctl.sh
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c5615 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function
5649 return perf_ioctl(file, cmd, arg); in perf_compat_ioctl()
6313 .unlocked_ioctl = perf_ioctl,