diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2011-03-18 15:16:56 -0400 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2011-03-18 15:22:55 -0400 |
| commit | b5d9ba0ed7a62ecc6b44a2375f4d321b68e96610 (patch) | |
| tree | 9005ce8942ef2ec199b32b71f59e24432f080844 /Documentation | |
| parent | 3e3c3b167e44d701b338dd83c789752948d9fb87 (diff) | |
trace-cmd: Add -O to trace-cmd report to pass options to plugins
The -O field now passes options to the plugins. The format is of:
-O [plugin:]var[=val]
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/trace-cmd-report.1.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/trace-cmd-report.1.txt b/Documentation/trace-cmd-report.1.txt index 148f9d9..9c9a8e7 100644 --- a/Documentation/trace-cmd-report.1.txt +++ b/Documentation/trace-cmd-report.1.txt | |||
| @@ -167,6 +167,17 @@ OPTIONS | |||
| 167 | *-q*:: | 167 | *-q*:: |
| 168 | Quiet non critical warnings. | 168 | Quiet non critical warnings. |
| 169 | 169 | ||
| 170 | *-O*:: | ||
| 171 | Pass options to the trace-cmd plugins that are loaded. | ||
| 172 | |||
| 173 | -O plugin:var=value | ||
| 174 | |||
| 175 | The 'plugin:' and '=value' are optional. Value may be left off for options | ||
| 176 | that are boolean. If the 'plugin:' is left off, then any variable that matches | ||
| 177 | in all plugins will be set. | ||
| 178 | |||
| 179 | Example: -O fgraph:tailprint | ||
| 180 | |||
| 170 | EXAMPLES | 181 | EXAMPLES |
| 171 | -------- | 182 | -------- |
| 172 | 183 | ||
