From: Mike Frysinger Date: Wed, 10 Jun 2009 08:48:41 +0000 (-0400) Subject: ftrace/documentation: fix typo in function grapher name X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bc5c6c043d8381676339fb3da59cc4cc5921d368;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 LKML-Reference: <1244623722-6325-1-git-send-email-vapier@gentoo.org> Signed-off-by: Steven Rostedt --- 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