Searched hist:a773d419275bf54854ca6cfda8f2594ed2790faa (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/trace/ |
H A D | trace.c | diff a773d419275bf54854ca6cfda8f2594ed2790faa Fri Jun 02 12:20:25 CEST 2017 Felipe Balbi <felipe.balbi@linux.intel.com> tracing: Pass export pointer as argument to ->write()
By passing an export descriptor to the write function, users don't need to keep a global static pointer and can rely on container_of() to fetch their own structure.
Link: http://lkml.kernel.org/r/20170602102025.5140-1-felipe.balbi@linux.intel.com
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Reviewed-by: Chunyan Zhang <zhang.chunyan@linaro.org> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|