mirror of
https://github.com/brendangregg/perf-tools.git
synced 2025-11-30 23:16:03 +07:00
kprobe USAGE message update
This commit is contained in:
@@ -372,5 +372,7 @@ version's function names and platform's register usage.
|
||||
# trace open() with filename
|
||||
kprobe -s 'p:myprobe tcp_retransmit_skb'
|
||||
# show kernel stacks
|
||||
kprobe 'p:do_sys_open file=+0(%si):string' 'file ~ "*stat"'
|
||||
# opened files ending in "stat"
|
||||
|
||||
See the man page and example file for more info.
|
||||
|
||||
Reference in New Issue
Block a user