]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: mcount call site on boot nops core
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 14 Aug 2008 19:45:08 +0000 (15:45 -0400)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:34:44 +0000 (10:34 +0200)
commitb0711ba0215d0ad66093933068c727b24c9fc1ea
tree54d4d4f7e8311b77f3166a8807a635347d479081
parent30d41676af18a1f3ffdd8c64ca1e490c17571104
ftrace: mcount call site on boot nops core

This is the infrastructure to the converting the mcount call sites
recorded by the __mcount_loc section into nops on boot. It also allows
for using these sites to enable tracing as normal. When the __mcount_loc
section is used, the "ftraced" kernel thread is disabled.

This uses the current infrastructure to record the mcount call sites
as well as convert them to nops. The mcount function is kept as a stub
on boot up and not converted to the ftrace_record_ip function. We use the
ftrace_record_ip to only record from the table.

This patch does not handle modules. That comes with a later patch.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/ftrace.h
include/linux/ftrace.h
init/main.c
kernel/trace/ftrace.c