Re: [PATCH V2 2/4] STM Ftrace: Adding generic buffer interface driver

2016-06-23 Thread kbuild test robot
Hi, [auto build test ERROR on tip/perf/core] [also build test ERROR on v4.7-rc4 next-20160623] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Chunyan-Zhang/Integration-of-function-trace-with-Sys

Re: [PATCH V2 2/4] STM Ftrace: Adding generic buffer interface driver

2016-06-23 Thread kbuild test robot
Hi, [auto build test ERROR on tip/perf/core] [also build test ERROR on v4.7-rc4 next-20160623] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Chunyan-Zhang/Integration-of-function-trace-with-Sys

[PATCH V2 2/4] STM Ftrace: Adding generic buffer interface driver

2016-06-21 Thread Chunyan Zhang
This patch adds a driver that models itself as an stm_source and who's sole purpose is to be an interface to the rest of the kernel. Once the stm and stm_source have been linked via sysfs, everything that is passed to the interface will endup in the STM trace engine. Signed-off-by: Chunyan Zhang