aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/trace')
-rw-r--r--Documentation/trace/ftrace.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/trace/ftrace.txt b/Documentation/trace/ftrace.txt
index 67f1cc473257..1ebc24cf9a55 100644
--- a/Documentation/trace/ftrace.txt
+++ b/Documentation/trace/ftrace.txt
@@ -454,6 +454,11 @@ x494] <- /root/a.out[+0x4a8] <- /lib/libc-2.7.so[+0x1e1a6]
454 latencies, as described in "Latency 454 latencies, as described in "Latency
455 trace format". 455 trace format".
456 456
457 overwrite - This controls what happens when the trace buffer is
458 full. If "1" (default), the oldest events are
459 discarded and overwritten. If "0", then the newest
460 events are discarded.
461
457ftrace_enabled 462ftrace_enabled
458-------------- 463--------------
459 464