diff options
author | KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> | 2009-03-07 23:55:09 +0900 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-08 16:50:07 +0100 |
commit | 42b40b3d55f5782b00b74d9105c3565fbfa5cb80 (patch) | |
tree | 59d934a2cb452eddeb604234cd16c6f243ac6ad7 | |
parent | dba58e39ced7af63f2748d12bbb2b4ac83c72391 (diff) | |
download | op-kernel-dev-42b40b3d55f5782b00b74d9105c3565fbfa5cb80.zip op-kernel-dev-42b40b3d55f5782b00b74d9105c3565fbfa5cb80.tar.gz |
ftrace: fix documentation typo s/trace_max_latency/tracing_max_latency/
There isn't a trace_max_latency file, there is tracing_max_latency.
Fix it.
Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Acked-by: Steven Rostedt <srostedt@redhat.com>
LKML-Reference: <20090307235409.5A87.A69D9226@jp.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | Documentation/ftrace.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ftrace.txt b/Documentation/ftrace.txt index 22614be..fd9a3e6 100644 --- a/Documentation/ftrace.txt +++ b/Documentation/ftrace.txt @@ -100,7 +100,7 @@ of ftrace. Here is a list of some of the key files: that is displayed in one of the above output files. - trace_max_latency: + tracing_max_latency: Some of the tracers record the max latency. For example, the time interrupts are disabled. |