Searched refs:perf_fops (Results 1 – 2 of 2) sorted by relevance
468 static const struct file_operations perf_fops = { variable480 &perf_fops
5992 static const struct file_operations perf_fops; variable5996 return !fd_empty(f) && fd_file(f)->f_op == &perf_fops; in is_perf_file()6801 static const struct file_operations perf_fops = { variable13010 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, f_flags); in SYSCALL_DEFINE5()13582 if (file->f_op != &perf_fops) { in perf_event_get()13592 if (file->f_op != &perf_fops) in perf_get_event()