Lines Matching refs:perf
1 perf-stat(1)
6 perf-stat - Run a command and gather performance counter statistics
11 'perf stat' [-e <EVENT> | --event=EVENT] [-a] <command>
12 'perf stat' [-e <EVENT> | --event=EVENT] [-a] -- <command> [<options>]
30 - a symbolic event name (use 'perf list' to list all events)
128 3>results perf stat --log-fd 3 -- $cmd
129 3>>results perf stat --log-fd 3 --append -- $cmd
135 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
141 example: 'perf stat -I 1000 -e cycles -a sleep 5'
173 $ perf stat -- make -j
190 linkperf:perf-top[1], linkperf:perf-list[1]