Lines Matching refs:perf
1 perf-probe(1)
6 perf-probe - Define new dynamic tracepoints
11 'perf probe' [options] --add='PROBE' [...]
13 'perf probe' [options] PROBE
15 'perf probe' [options] --del='[GROUP:]EVENT' [...]
17 'perf probe' --list
19 'perf probe' [options] --line='LINE'
21 'perf probe' [options] --vars='PROBEPOINT'
38 Specify module name in which perf-probe searches probe points
39 or lines. If a path of module file is passed, perf-probe
121 In absence of -m/-x options, perf probe checks if the first argument after
122 the options is an absolute path name. If its an absolute path, perf probe
152 'TYPE' casts the type of this argument (optional). If omitted, perf probe automatically set the typ…
185 With --filter "foo* | bar*", perf probe -V shows variables which start with "foo" or "bar".
186 …With --filter "!foo* & *bar", perf probe -V shows variables which don't start with "foo" and end w…
192 ./perf probe --line schedule
196 ./perf probe schedule:12 cpu
198 ./perf probe --add='schedule:12 cpu'
204 ./perf probe 'schedule;update_rq_clock*'
206 ./perf probe --add='schedule;update_rq_clock*'
210 ./perf probe --del='schedule*'
214 ./perf probe -x /bin/zsh zfree or ./perf probe /bin/zsh zfree
218 ./perf probe -x /lib/libc.so.6 malloc or ./perf probe /lib/libc.so.6 malloc
222 linkperf:perf-trace[1], linkperf:perf-record[1]