Searched refs:perf_ioctl (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/kernel/ |
H A 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,
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.perf | 533 perf_ioctl_tbl := $(srctree)/tools/perf/trace/beauty/perf_ioctl.sh
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 6021 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() function 6055 return perf_ioctl(file, cmd, arg); in perf_compat_ioctl() 6713 .unlocked_ioctl = perf_ioctl, 11007 * Since this is called in perf_ioctl() path, we're already holding in perf_event_set_addr_filter()
|