aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace-cmd-start.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/trace-cmd-start.1.txt')
-rw-r--r--Documentation/trace-cmd-start.1.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/Documentation/trace-cmd-start.1.txt b/Documentation/trace-cmd-start.1.txt
new file mode 100644
index 0000000..3264abf
--- /dev/null
+++ b/Documentation/trace-cmd-start.1.txt
@@ -0,0 +1,44 @@
1TRACE-CMD-START(1)
2===================
3
4NAME
5----
6trace-cmd-start - start the Ftrace Linux kernel tracer without recording
7
8SYNOPSIS
9--------
10*trace-cmd start* ['OPTIONS']
11
12DESCRIPTION
13-----------
14The trace-cmd(1) start enables all the Ftrace tracing the same way
15trace-cmd-record(1) does. The difference is that it does not run threads to
16create a trace.dat file. This is useful just to enable Ftrace and you are only
17interested in the trace after some event has occurred and the trace is
18stopped. Then the trace can be read straight from the Ftrace pseudo file
19system or can be extracted with trace-cmd-extract(1).
20
21OPTIONS
22-------
23The options are the same as 'trace-cmd-record(1)', except that it does not
24take options specific to recording (*-s*, *-o*, *-F*, *-N*, and *-t*).
25
26SEE ALSO
27--------
28trace-cmd(1), trace-cmd-record(1), trace-cmd-report(1), trace-cmd-stop(1),
29trace-cmd-extract(1), trace-cmd-reset(1), trace-cmd-split(1),
30trace-cmd-list(1), trace-cmd-listen(1)
31
32AUTHOR
33------
34Written by Steven Rostedt, <rostedt@goodmis.org>
35
36RESOURCES
37---------
38git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
39
40COPYING
41-------
42Copyright \(C) 2010 Red Hat, Inc. Free use of this software is granted under
43the terms of the GNU Public License (GPL).
44