aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-06-29 12:29:21 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-06-29 12:29:21 -0400
commitca50cc080ccba4a1fcf336968326d49bbecaf0bd (patch)
tree5a25fd884f25f75295166a58a56ee721bf29af5a /Documentation
parent68781c924a424c5a96fb33d50b2ed9d4cb4f49c8 (diff)
trace-cmd: Update documentation for added '-i' option to trace-cmd record
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/trace-cmd-record.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/trace-cmd-record.1.txt b/Documentation/trace-cmd-record.1.txt
index 9a51f91..a8c9b98 100644
--- a/Documentation/trace-cmd-record.1.txt
+++ b/Documentation/trace-cmd-record.1.txt
@@ -147,6 +147,11 @@ OPTIONS
147 Note: usually trace-cmd will set the "tracing_on" file back to what it 147 Note: usually trace-cmd will set the "tracing_on" file back to what it
148 was before it was called. This option will leave that file set to zero. 148 was before it was called. This option will leave that file set to zero.
149 149
150*-i*::
151 By default, if an event is listed that trace-cmd does not find, it
152 will exit with an error. This option will just ignore events that are
153 listed on the command line but are not found on the system.
154
150*-N* 'host:port':: 155*-N* 'host:port'::
151 If another machine is running "trace-cmd listen", this option is used to 156 If another machine is running "trace-cmd listen", this option is used to
152 have the data sent to that machine with UDP packets. Instead of writing 157 have the data sent to that machine with UDP packets. Instead of writing