Lines Matching refs:instructions
38 instructions have executed, or how many cache misses have happened.
105 instructions
116 into instructions. The raw events are provided in case we want to use some events supported on the
126 # Stat using default events (cpu-cycles,instructions,...), and monitor process 7394 for 10 seconds.
131 510,426,028 instructions # 2.587047 cycles per instruction (100%)
161 -e cache-misses,cache-misses:u,cache-misses:k,instructions --duration 1
170 9,688,515 instructions # 10.561 M/sec (89%)
183 -e instructions --duration 1
192 8,921,161 instructions # 10.070 M/sec (86%)
261 # Capture instructions (kernel only) and cache misses with interval of 300 milliseconds for 15
263 $ su 0 simpleperf stat -e instructions:k,cache-misses -a --interval 300 --duration 15
347 # Record using event instructions.
348 $ simpleperf record -e instructions -p 11904 --duration 10