Files
kernel_google_wahoo/kernel
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
..
2017-09-02 07:06:51 +02:00
2015-11-04 08:23:51 -05:00
2017-05-22 23:19:33 -07:00
2015-11-23 09:44:58 +01:00
2017-05-20 14:27:02 +02:00
2017-08-24 17:02:36 -07:00
2016-09-24 10:59:58 -07:00
2015-11-05 19:34:48 -08:00