aboutsummaryrefslogtreecommitdiff
path: root/Documentation/trace-cmd/trace-cmd-clear.1.txt
blob: 742369609c434b5adc0b224a03f6b15fd2410d1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
TRACE-CMD-CLEAR(1)
=================

NAME
----
trace-cmd-clear - clear the Ftrace buffer.

SYNOPSIS
--------
*trace-cmd clear* ['OPTIONS']

DESCRIPTION
-----------
The *trace-cmd(1) clear* clears the content of the Ftrace ring buffer.

OPTIONS
-------
*-B* 'buffer-name'::
    If the kernel supports multiple buffers, this will clear only the given
    buffer. It does not affect any other buffers. This may be used multiple
    times to specify different buffers. The top level buffer will not be
    clearded if this option is given.

*-a*::
    Clear all existing buffers, including the top level one.

SEE ALSO
--------
trace-cmd(1), trace-cmd-record(1), trace-cmd-report(1), trace-cmd-start(1),
trace-cmd-extract(1), trace-cmd-reset(1), trace-cmd-split(1),
trace-cmd-list(1), trace-cmd-listen(1)

AUTHOR
------
[verse]
--
*Steven Rostedt* <rostedt@goodmis.org>, author of *trace-cmd*.
*Tzvetomir Stoyanov* <tz.stoyanov@gmail.com>, author of this man page.
--
REPORTING BUGS
--------------
Report bugs to  <linux-trace-devel@vger.kernel.org>

LICENSE
-------
trace-cmd is Free Software licensed under the terms of the
GNU Public License (GPL).

RESOURCES
---------
https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/