SHORT TLB miss rate

EVENTSET
FIXC0 INSTR_RETIRED_ANY
FIXC1 CPU_CLK_UNHALTED_CORE
PMC0  DATA_TLB_MISSES_DTLB_MISS

METRICS
Runtime [s] FIXC1*inverseClock
CPI  FIXC1/FIXC0
DTLB misses       PMC0
DTLB miss rate    PMC0/FIXC0

LONG
The DTLB miss rate gives a measure how often a TLB miss occurred per instruction.

