perf-probe.txt (b3ac032b7a76fea678de225d26ae04d10e47f0ac) | perf-probe.txt (b6a896438b3275df434a8f99bee58292b31693bd) |
---|---|
1perf-probe(1) 2============= 3 4NAME 5---- 6perf-probe - Define new dynamic tracepoints 7 8SYNOPSIS 9-------- 10[verse] 11'perf probe' [options] --add='PROBE' [...] 12or 13'perf probe' [options] PROBE 14or 15'perf probe' [options] --del='[GROUP:]EVENT' [...] 16or | 1perf-probe(1) 2============= 3 4NAME 5---- 6perf-probe - Define new dynamic tracepoints 7 8SYNOPSIS 9-------- 10[verse] 11'perf probe' [options] --add='PROBE' [...] 12or 13'perf probe' [options] PROBE 14or 15'perf probe' [options] --del='[GROUP:]EVENT' [...] 16or |
17'perf probe' --list | 17'perf probe' --list[=[GROUP:]EVENT] |
18or 19'perf probe' [options] --line='LINE' 20or 21'perf probe' [options] --vars='PROBEPOINT' 22or 23'perf probe' [options] --funcs 24 25DESCRIPTION --- 35 unchanged lines hidden (view full) --- 61 Define a probe event (see PROBE SYNTAX for detail). 62 63-d:: 64--del=:: 65 Delete probe events. This accepts glob wildcards('*', '?') and character 66 classes(e.g. [a-z], [!A-Z]). 67 68-l:: | 18or 19'perf probe' [options] --line='LINE' 20or 21'perf probe' [options] --vars='PROBEPOINT' 22or 23'perf probe' [options] --funcs 24 25DESCRIPTION --- 35 unchanged lines hidden (view full) --- 61 Define a probe event (see PROBE SYNTAX for detail). 62 63-d:: 64--del=:: 65 Delete probe events. This accepts glob wildcards('*', '?') and character 66 classes(e.g. [a-z], [!A-Z]). 67 68-l:: |
69--list:: 70 List up current probe events. | 69--list[=[GROUP:]EVENT]:: 70 List up current probe events. This can also accept filtering patterns of event names. |
71 72-L:: 73--line=:: 74 Show source code lines which can be probed. This needs an argument 75 which specifies a range of the source code. (see LINE SYNTAX for detail) 76 77-V:: 78--vars=:: --- 146 unchanged lines hidden --- | 71 72-L:: 73--line=:: 74 Show source code lines which can be probed. This needs an argument 75 which specifies a range of the source code. (see LINE SYNTAX for detail) 76 77-V:: 78--vars=:: --- 146 unchanged lines hidden --- |