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[=[GROUP:]EVENT]
19 'perf probe' [options] --line='LINE'
21 'perf probe' [options] --vars='PROBEPOINT'
23 'perf probe' [options] --funcs
40 Specify module name in which perf-probe searches probe points
41 or lines. If a path of module file is passed, perf-probe
128 In absence of -m/-x options, perf probe checks if the first argument after
129 the options is an absolute path name. If its an absolute path, perf probe
159 'TYPE' casts the type of this argument (optional). If omitted, perf probe automatically set the typ…
192 With --filter "foo* | bar*", perf probe -V shows variables which start with "foo" or "bar".
193 …With --filter "!foo* & *bar", perf probe -V shows variables which don't start with "foo" and end w…
199 ./perf probe --line schedule
203 ./perf probe schedule:12 cpu
205 ./perf probe --add='schedule:12 cpu'
211 ./perf probe 'schedule;update_rq_clock*'
213 ./perf probe --add='schedule;update_rq_clock*'
217 ./perf probe --del='schedule*'
221 ./perf probe -x /bin/zsh zfree or ./perf probe /bin/zsh zfree
225 ./perf probe -x /lib/libc.so.6 malloc or ./perf probe /lib/libc.so.6 malloc
229 linkperf:perf-trace[1], linkperf:perf-record[1]