[tip:tracing/core] ftrace/documentation: fix typo in function grapher name

From: tip-bot for Mike Frysinger
Date: Wed Jun 10 2009 - 18:34:17 EST


Commit-ID: bc5c6c043d8381676339fb3da59cc4cc5921d368
Gitweb: http://git.kernel.org/tip/bc5c6c043d8381676339fb3da59cc4cc5921d368
Author: Mike Frysinger <vapier@xxxxxxxxxx>
AuthorDate: Wed, 10 Jun 2009 04:48:41 -0400
Committer: Steven Rostedt <rostedt@xxxxxxxxxxx>
CommitDate: Wed, 10 Jun 2009 13:06:25 -0400

ftrace/documentation: fix typo in function grapher name

The function graph tracer is called just "function_graph" (no trailing
"_tracer" needed).

Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
LKML-Reference: <1244623722-6325-1-git-send-email-vapier@xxxxxxxxxx>
Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>


---
Documentation/trace/ftrace.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/trace/ftrace.txt b/Documentation/trace/ftrace.txt
index fd9a3e6..5ad2ded 100644
--- a/Documentation/trace/ftrace.txt
+++ b/Documentation/trace/ftrace.txt
@@ -179,7 +179,7 @@ Here is the list of current tracers that may be configured.

Function call tracer to trace all kernel functions.

- "function_graph_tracer"
+ "function_graph"

Similar to the function tracer except that the
function tracer probes the functions on their entry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/