Re: [PATCH V3 2/3] stm class: ftrace: Add ftrace-export-over-stm driver

2016-08-09 Thread Chunyan Zhang
Removing maxime.coque...@st.com since it seems an unreachable address On Tue, Aug 9, 2016 at 2:32 PM, Chunyan Zhang wrote: > This patch adds a driver that models itself as an stm_source and > registers itself as a trace_export. Once the stm and stm_source > have been linked via sysfs, everything

[PATCH V3 2/3] stm class: ftrace: Add ftrace-export-over-stm driver

2016-08-08 Thread Chunyan Zhang
This patch adds a driver that models itself as an stm_source and registers itself as a trace_export. Once the stm and stm_source have been linked via sysfs, everything that is passed to the interface from Ftrace subsystem will endup in the STM trace engine. Signed-off-by: Chunyan Zhang --- driv