Home
last modified time | relevance | path

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

/linux-6.12.1/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
471 .unlocked_ioctl = perf_ioctl,
472 .compat_ioctl = perf_ioctl,
/linux-6.12.1/tools/perf/
DMakefile.perf627 perf_ioctl_tbl := $(srctree)/tools/perf/trace/beauty/perf_ioctl.sh
/linux-6.12.1/kernel/events/
Dcore.c6136 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function
6170 return perf_ioctl(file, cmd, arg); in perf_compat_ioctl()
6827 .unlocked_ioctl = perf_ioctl,