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

/linux-master/arch/parisc/kernel/
H A Dperf.c468 static const struct file_operations perf_fops = { variable in typeref:struct:file_operations
481 &perf_fops
/linux-master/kernel/events/
H A Dcore.c1244 * means that only external vectors (perf_fops, prctl) can perturb the event
5852 static const struct file_operations perf_fops; variable in typeref:struct:file_operations
5860 if (f.file->f_op != &perf_fops) {
6669 static const struct file_operations perf_fops = { variable in typeref:struct:file_operations
12704 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, f_flags);
13279 if (file->f_op != &perf_fops) {
13289 if (file->f_op != &perf_fops)

Completed in 267 milliseconds