Home
last modified time | relevance | path

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

/linux-6.15/arch/parisc/kernel/
H A Dperf.c468 static const struct file_operations perf_fops = { variable
480 .fops = &perf_fops,
/linux-6.15/kernel/events/
H A Dcore.c6230 static const struct file_operations perf_fops; variable
6234 return !fd_empty(f) && fd_file(f)->f_op == &perf_fops; in is_perf_file()
7080 static const struct file_operations perf_fops = { variable
13350 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, f_flags); in SYSCALL_DEFINE5()
13920 if (file->f_op != &perf_fops) { in perf_event_get()
13930 if (file->f_op != &perf_fops) in perf_get_event()