Hello all,

I observed one behavior when I simulated same benchmark with different core
frequencies (core and private caches frequency scaled), that the
instructions and other stats like cache misses e.t.c decrease with increase
in frequency. I suspect that it is due to something like timed interrupts
which will occurs less often on higher core frequencies.

So I want to filter out all the statistics related to only user mode
instructions which will help me in comparing different frequency settings.
I saw from previous posts that there is a method "TheISA::inUserMode(tc)"
which can tell if the instruction is a user mode instruction or not.

But i would not want to do this check for all the statistics i am
interested in. Is there a way to only get all the statistics related to
only usermode instructions?

Thanks for your help.

-- 
Warm regards
Nimish Girdhar
Department of Electrical and Computer Engineering
Texas A&M University
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to