Home
last modified time | relevance | path

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

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