Hi community.
I am using RAPL to measure DRAM power consumption on XEON-E5-2670. I checked the arch_soft_dev_manual provided by intel.
I read the chapter about SNB aval events.
And I set the counter-seleter pair respectively according to the manual. Then I found that:
UNCORE_DRAM_PAGE_OPEN Y
UNCORE_DRAM_PAGE_CLOSE Y
UNCORE_DRAM_PAGE_MISS N
UNCORE_DRAM_READ_CAS Y
UNCORE_DRAM_WRITE_CAS N
UNCORE_DRAM_REFRESH N
UNCORE_DRAM_PRE_ALL N
Y means that I can see the counter working, N mean that the event seems to be not aval on my CPU.
It seems not every event is supported on my CPU.Why?

