USAGE message

This commit is contained in:
Brendan Gregg
2015-07-11 11:58:54 -07:00
parent 30ff475891
commit 06aa0eb988
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ function usage {
USAGE: kprobe [-FhHsv] [-d secs] [-p PID] kprobe_definition [filter]
-F # force. trace despite warnings.
-d seconds # trace duration, and use buffers
-p PID # PID to match on I/O issue
-p PID # PID to match on events
-v # view format file (don't trace)
-H # include column headers
-s # show kernel stack traces

View File

@@ -76,7 +76,7 @@ function usage {
-F # force. trace despite warnings.
-d seconds # trace duration, and use buffers
-l target # list functions from this executable
-p PID # PID to match on I/O issue
-p PID # PID to match on events
-v # view format file (don't trace)
-H # include column headers
-s # show user stack traces