diff options
author | Andi Kleen <[email protected]> | 2017-12-21 15:37:32 -0800 |
---|---|---|
committer | Steven Rostedt (VMware) <[email protected]> | 2018-01-23 15:57:29 -0500 |
commit | dd3dad0d716dbb9fccadcc8709900d9cac6ca252 (patch) | |
tree | cdebce0c3eea35eb5cb490994f9dc43db21695c0 /lib/assoc_array.c | |
parent | 0e4d819d0893dc043ea7b7cb6baf4be1e310bd96 (diff) |
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/[email protected]
Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'lib/assoc_array.c')
0 files changed, 0 insertions, 0 deletions