tracing/function-graph-tracer: drop the kernel_text_address check
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 7 Feb 2009 23:04:02 +0000 (00:04 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Feb 2009 09:51:38 +0000 (10:51 +0100)
commit3861a17bcc0af815f684c6178bc9ec2d790c350e
treee5ab19215ea802a0c57279cd6dd89f68347b53b4
parent1292211058aaf872eeb2a0e2677d237916b4501f
tracing/function-graph-tracer: drop the kernel_text_address check

When the function graph tracer picks a return address, it ensures this address
is really a kernel text one by calling __kernel_text_address()

Actually this path has never been taken.Its role was more likely to debug the tracer
on the beginning of its development but this function is wasteful since it is called
for every traced function.

The fault check is already sufficient.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/ftrace.c
kernel/extable.c
kernel/module.c