Home
last modified time | relevance | path

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

/Linux-v6.6/arch/parisc/kernel/
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,
/Linux-v6.6/tools/perf/
DMakefile.perf529 perf_ioctl_tbl := $(srctree)/tools/perf/trace/beauty/perf_ioctl.sh
/Linux-v6.6/kernel/events/
Dcore.c5942 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function
5976 return perf_ioctl(file, cmd, arg); in perf_compat_ioctl()
6627 .unlocked_ioctl = perf_ioctl,