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)
120 3>results perf stat --log-fd 3 -- $cmd
121 3>>results perf stat --log-fd 3 --append -- $cmd
127 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
132 example: perf stat -I 1000 -e cycles -a sleep 5
160 $ perf stat -- make -j