Lines Matching refs:stat
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>]
50 stat events on existing process id (comma separated list)
54 stat events on existing thread id (comma separated list)
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