Added man page describing trace-cmd clear subcommand. Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> --- Documentation/trace-cmd-clear.1.txt | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Documentation/trace-cmd-clear.1.txt diff --git a/Documentation/trace-cmd-clear.1.txt b/Documentation/trace-cmd-clear.1.txt new file mode 100644 index 00000000..67e5851a --- /dev/null +++ b/Documentation/trace-cmd-clear.1.txt @@ -0,0 +1,40 @@ +TRACE-CMD-CLEAR(1) +================= + +NAME +---- +trace-cmd-clear - clear the Ftrace buffer. + +SYNOPSIS +-------- +*trace-cmd clear* + +DESCRIPTION +----------- +The *trace-cmd(1) clear* clears the content of the Ftrace ring buffer. + +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@xxxxxxxxxxx>, author of *trace-cmd*. +*Tzvetomir Stoyanov* <tz.stoyanov@xxxxxxxxx>, author of this man page. +-- +REPORTING BUGS +-------------- +Report bugs to <linux-trace-devel@xxxxxxxxxxxxxxx> + +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 \ No newline at end of file -- 2.26.2
![]() |