Hi,
I'm using the linux perf tool that comes with the 3.4 tilt kernel on OMAP4460. According to the TRM, the PMU event 4 is "Data read or write operation that causes a cache access". PMU event 6 and 7 are "Data read/write architecturally executed". perf shows the number of event 4 almost doubles event 6+event 7. My program is running a dummy loop. So the mis-speculation of data read/write should be rare. So I expect event 4 to be close to event 6+event 7. Could some one helps me to explain this? Thank you!
