tracing/function-return-tracer: change the name into function-graph-tracer
authorFrederic Weisbecker <fweisbec@gmail.com>
Tue, 25 Nov 2008 20:07:04 +0000 (21:07 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 00:59:45 +0000 (01:59 +0100)
Impact: cleanup

This patch changes the name of the "return function tracer" into
function-graph-tracer which is a more suitable name for a tracing
which makes one able to retrieve the ordered call stack during
the code flow.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found