Hi All, I am using gem5 v19. My requirement is to track the number of accesses made by a core to a cache block. I will need to keep a map with the key as the cache block address and the value as the total number of accesses to the block. Is it possible to add new custom stats (based on unordered map in this scenario) to Gem5 and then dump the custom stats to the stat file at the end of the simulation?
Regards, Vipin
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org