Files
kernel_google_wahoo/kernel/trace
Sami Tolvanen 1d9af6fbcf add support for CONFIG_DYNAMIC_FTRACE with clang LTO
This change postpones recordmcount processing until after all LLVM IR
has been compiled into object files. In order to exclude the critical
functions in kernel/trace/ftrace.c from inspection, we add a new
code section .text..ftrace, where recordmcount doesn't look, and a
__norecordmcount attribute that allows functions to be moved to this
section.

Bug: 62093296
Change-Id: I4f79112d7c0919315ee61968890eb255d56282cf
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
2017-10-25 13:42:15 -07:00
..
2015-10-26 21:53:34 -07:00
2016-02-16 13:53:29 -08:00