1TRACE-CMD-STOP(1) [FIXME: manual] TRACE-CMD-STOP(1)
2
3
4
6 trace-cmd-stop - stop the Ftrace Linux kernel tracer from writing to
7 the ring buffer.
8
10 trace-cmd stop
11
13 The trace-cmd(1) stop is a complement to trace-cmd-start(1). This will
14 disable Ftrace from writing to the ring buffer. This does not stop the
15 overhead that the tracing may incur. Only the updating of the ring
16 buffer is disabled, the Ftrace tracing may still be inducing overhead.
17
18 After stopping the trace, the trace-cmd-extract(1) may strip out the
19 data from the ring buffer and create a trace.dat file. The Ftrace
20 pseudo file system may also be examined.
21
22 To disable the tracing completely to remove the overhead it causes, use
23 trace-cmd-reset(1). But after a reset is performed, the data that has
24 been recorded is lost.
25
27 trace-cmd(1), trace-cmd-record(1), trace-cmd-report(1),
28 trace-cmd-start(1), trace-cmd-extract(1), trace-cmd-reset(1),
29 trace-cmd-split(1), trace-cmd-list(1), trace-cmd-listen(1)
30
32 Written by Steven Rostedt, <rostedt@goodmis.org[1]>
33
35 git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
36
38 Copyright (C) 2010 Red Hat, Inc. Free use of this software is granted
39 under the terms of the GNU Public License (GPL).
40
42 1. rostedt@goodmis.org
43 mailto:rostedt@goodmis.org
44
45
46
47[FIXME: source] 03/23/2017 TRACE-CMD-STOP(1)