Enum perfcnt::linux::CacheId
[−]
[src]
pub enum CacheId { L1D, L1I, LL, DTLB, ITLB, BPU, NODE, }
Variants
L1D
For measuring Level 1 Data Cache
L1I
For measuring Level 1 Instruction Cache
LL
For measuring Last-Level Cache
DTLB
For measuring the Data TLB
ITLB
For measuring the Instruction TLB
BPU
For measuring the branch prediction unit
NODE
For measuring local memory accesses
(Since Linux 3.0)