summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
authorAndi Kleen2017-12-22 00:37:32 +0100
committerSteven Rostedt (VMware)2018-01-23 21:57:29 +0100
commitdd3dad0d716dbb9fccadcc8709900d9cac6ca252 (patch)
treecdebce0c3eea35eb5cb490994f9dc43db21695c0 /lib/vsprintf.c
parenttrace_uprobe: Display correct offset in uprobe_events (diff)
downloadkernel-qcow2-linux-dd3dad0d716dbb9fccadcc8709900d9cac6ca252.tar.gz
kernel-qcow2-linux-dd3dad0d716dbb9fccadcc8709900d9cac6ca252.tar.xz
kernel-qcow2-linux-dd3dad0d716dbb9fccadcc8709900d9cac6ca252.zip
ftrace: Mark function tracer test functions noinline/noclone
The ftrace function tracer self tests calls some functions to verify the get traced. This relies on them not being inlined. Previously this was ensured by putting them into another file, but with LTO the compiler can inline across files, which makes the tests fail. Mark these functions as noinline and noclone. Link: http://lkml.kernel.org/r/20171221233732.31896-1-andi@firstfloor.org Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'lib/vsprintf.c')
0 files changed, 0 insertions, 0 deletions