mirror of
https://github.com/brendangregg/perf-tools.git
synced 2025-11-30 23:16:03 +07:00
correct argument in example
This commit is contained in:
committed by
Stephen Cope
parent
98d42a2a14
commit
f7474acc3c
@@ -28,7 +28,7 @@ The first several lines show opensnoop catching itself initializing.
|
||||
Use -h to print the USAGE message:
|
||||
|
||||
# ./opensnoop -h
|
||||
USAGE: opensnoop [-htx] [-d secs] [-p PID] [-T TID] [-n name] [filename]
|
||||
USAGE: opensnoop [-htx] [-d secs] [-p PID] [-L TID] [-n name] [filename]
|
||||
-d seconds # trace duration, and use buffers
|
||||
-n name # process name to match on open
|
||||
-p PID # PID to match on open
|
||||
|
||||
Reference in New Issue
Block a user