Hello,
Thank you for your response. I had previously tried using Event = '0x44' with Mask = '0x48', but the reported number was lower than what I expected. The event and mask you suggested also reports the same number. The reason I want this counter is because I wanted total number of DRAM accesses for my program. I was calculating it by multiplying the event count and multiplying it by the cache line size (64 bytes). Is this how I should go about calculating the total DRAM accesses?
Thank you!