]> asedeno.scripts.mit.edu Git - linux.git/commit
coresight: Mark stm_generic_packet() with notrace
authorChunyan Zhang <zhang.chunyan@linaro.org>
Mon, 21 Nov 2016 07:57:20 +0000 (15:57 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 22 Nov 2016 22:47:53 +0000 (17:47 -0500)
commitdea5d0e1fcac657ea0d699afb1595e52cb051d46
tree3e372fcc3bed48094da930d8ed4aface33c143c7
parent262e1f6e39143c2a0f559e2fb4a835069a7693a9
coresight: Mark stm_generic_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-4-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/coresight/coresight-stm.c