mirror of
https://github.com/brendangregg/perf-tools.git
synced 2025-11-30 23:16:03 +07:00
Fix usage copy&paste from opensnoop
This commit is contained in:
@@ -73,7 +73,7 @@ function usage {
|
||||
execsnoop # watch exec()s live (unbuffered)
|
||||
execsnoop -d 1 # trace 1 sec (buffered)
|
||||
execsnoop grep # trace process names containing grep
|
||||
execsnoop 'log$' # filenames ending in "log"
|
||||
execsnoop 'udevd$' # process names ending in "udevd"
|
||||
|
||||
See the man page and example file for more info.
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user