]> git.karo-electronics.de Git - karo-tx-linux.git/commit
intel_th: Mark sth_stm_packet() with notrace
authorChunyan Zhang <zhang.chunyan@linaro.org>
Mon, 21 Nov 2016 07:57:21 +0000 (15:57 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 22 Nov 2016 22:47:56 +0000 (17:47 -0500)
commit22975be20f40616420dc4b26e8c1fe84e9f68427
tree34ec8cf145f8159891d1dd34b5ac70a734c8f1cf
parentdea5d0e1fcac657ea0d699afb1595e52cb051d46
intel_th: Mark sth_stm_packet() with notrace

If CONFIG_STM_SOURCE_FTRACE is selected, Function trace data can be
writen to sink via STM, all functions that related to writing data
packets to STM should be marked 'notrace' to avoid being traced by
Ftrace, otherwise the program would stall into an endless loop.

Link: http://lkml.kernel.org/r/1479715043-6534-5-git-send-email-zhang.chunyan@linaro.org
Signed-off-by: Chunyan Zhang <zhang.chunyan@linaro.org>
Acked-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
drivers/hwtracing/intel_th/sth.c