diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-10 04:48:41 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-06-10 13:06:25 -0400 |
commit | bc5c6c043d8381676339fb3da59cc4cc5921d368 (patch) | |
tree | 9fb2f01d7a651b4c6e25e0a5dccf337a9dd9a3d5 /Documentation/trace/ftrace.txt | |
parent | tracing/events: convert block trace points to TRACE_EVENT(), fix !CONFIG_BLOCK (diff) | |
download | linux-dev-bc5c6c043d8381676339fb3da59cc4cc5921d368.tar.xz linux-dev-bc5c6c043d8381676339fb3da59cc4cc5921d368.zip |
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@gentoo.org>
LKML-Reference: <1244623722-6325-1-git-send-email-vapier@gentoo.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to '')
-rw-r--r-- | 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 fd9a3e693813..5ad2ded8aa63 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 |