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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dperf.c416 static const struct file_operations perf_fops = { variable in typeref:struct:file_operations
429 &perf_fops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dperf_event.c2241 static const struct file_operations perf_fops; variable in typeref:struct:file_operations
2251 if (file->f_op != &perf_fops) {
2826 static const struct file_operations perf_fops = { variable in typeref:struct:file_operations
5185 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, O_RDWR);

Completed in 179 milliseconds