Hello list,

I ran an application on Intel Core 2 Duo twice as following:
sudo perf stat -r 5 -e r2E41 -a my/application
         3,131,111,625
r2e41                                                         ( +-  0.65% )

sudo perf stat -r 5 -e cache-misses -a my/application
         5,783,139
cache-misses                                                  ( +-  3.25% )

As you know, event 2E41H counts LLC_misses in Intel core 2 Duo. It is clear
that there is a noticeable difference between two results.
May I know what cache-misses hardware event in Perf counts?

Thanks
-- 
Hamid Reza Khaleghzadeh
http://hkhaleghzadeh.webs.com
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
perfmon2-devel mailing list
perfmon2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to