Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace.c6812 static int tracing_buffers_open(struct inode *inode, struct file *filp);
6825 ret = tracing_buffers_open(inode, filp); in snapshot_raw_open()
7191 static int tracing_buffers_open(struct inode *inode, struct file *filp) in tracing_buffers_open() function
7501 .open = tracing_buffers_open,