Re: [perfmon2] sampling with perfmon

2010-07-29 Thread stephane eranian
Hi, On Thu, Jul 29, 2010 at 2:56 AM, L F wrote: > Hi, > I'm using the sampling capability of perfmon to record last level cache > misses. I'm using commands such as the following: > taskset -c 4 pfmon  --smpl-outfile=pfout.out  --long-smpl-periods=1 > --show-time -e l3_cache_misses:0x27 ./a.out >

[perfmon2] sampling with perfmon

2010-07-28 Thread L F
Hi, I'm using the sampling capability of perfmon to record last level cache misses. I'm using commands such as the following: taskset -c 4 pfmon --smpl-outfile=pfout.out --long-smpl-periods=1 --show-time -e l3_cache_misses:0x27 ./a.out The output file contains instruction pointer (IP) values rel