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

/linux-4.1.27/arch/parisc/kernel/
H A Dperf.c482 static const struct file_operations perf_fops = { variable in typeref:struct:file_operations
495 &perf_fops
/linux-4.1.27/kernel/events/
H A Dcore.c954 * means that only external vectors (perf_fops, prctl) can perturb the event
4061 static const struct file_operations perf_fops; variable in typeref:struct:file_operations
4069 if (f.file->f_op != &perf_fops) { perf_fget_light()
4778 static const struct file_operations perf_fops = { variable in typeref:struct:file_operations
8118 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, SYSCALL_DEFINE5()

Completed in 267 milliseconds