perf-probe.txt (6288cf1e768ae73db5ddaaae54d85245cc1c2b56) | perf-probe.txt (14a8fd7ceea6915c613746203d6e9a2bf273f16c) |
---|---|
1perf-probe(1) 2============= 3 4NAME 5---- 6perf-probe - Define new dynamic tracepoints 7 8SYNOPSIS --- 20 unchanged lines hidden (view full) --- 29 30OPTIONS 31------- 32-k:: 33--vmlinux=PATH:: 34 Specify vmlinux path which has debuginfo (Dwarf binary). 35 36-m:: | 1perf-probe(1) 2============= 3 4NAME 5---- 6perf-probe - Define new dynamic tracepoints 7 8SYNOPSIS --- 20 unchanged lines hidden (view full) --- 29 30OPTIONS 31------- 32-k:: 33--vmlinux=PATH:: 34 Specify vmlinux path which has debuginfo (Dwarf binary). 35 36-m:: |
37--module=MODNAME:: | 37--module=MODNAME|PATH:: |
38 Specify module name in which perf-probe searches probe points | 38 Specify module name in which perf-probe searches probe points |
39 or lines. | 39 or lines. If a path of module file is passed, perf-probe 40 treat it as an offline module (this means you can add a probe on 41 a module which has not been loaded yet). |
40 41-s:: 42--source=PATH:: 43 Specify path to kernel source. 44 45-v:: 46--verbose:: 47 Be more verbose (show parsed arguments, etc). --- 139 unchanged lines hidden --- | 42 43-s:: 44--source=PATH:: 45 Specify path to kernel source. 46 47-v:: 48--verbose:: 49 Be more verbose (show parsed arguments, etc). --- 139 unchanged lines hidden --- |