Home
last modified time | relevance | path

Searched refs:perf_fops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/parisc/kernel/
Dperf.c482 static const struct file_operations perf_fops = { variable
495 &perf_fops
/linux-4.4.14/kernel/events/
Dcore.c4227 static const struct file_operations perf_fops; variable
4235 if (f.file->f_op != &perf_fops) { in perf_fget_light()
4944 static const struct file_operations perf_fops = { variable
8460 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, in SYSCALL_DEFINE5()