The simulator gives you the number of accesses (hits and misses,
read/write, etc) to a cache. But if you want to get the number of accesses
to each cache line separately, I would guess you need to modify "tags"
files. In classic mode, tags files are located in src/mem/cache/tags/*.

Thanks,
Amin


On Sat, Dec 1, 2012 at 3:49 PM, Gerald Runion <gsrun...@gmail.com> wrote:

>
> All,
>   I am working on a research project for school that requires me to do
> some benchmarking of cache line access counts. I am very new to gem5 and I
> need to add a statistic or some other method to each line in the cache. Can
> anybody point me in the right direction as a starting point?
>
> Steve
> _______________________________________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to