Re: [perfmon2] cannot find address of symbol

2010-07-13 Thread lulu he
Hi, I've tried pfmon-3.9/libpfmon-3.9 , but failed too. [r...@localhost tests]# ldd /usr/local/bin/pfmon linux-vdso.so.1 => (0x7fffa4bfe000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0034bbe0) libm.so.6 => /lib64/libm.so.6 (0x0034bb60) librt

Re: [perfmon2] cannot find address of symbol

2010-07-13 Thread lulu he
Hi, noploop is comliled like this. [r...@localhost tests]# file noploop noploop: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped

Re: [perfmon2] Current libpfm-3.9.tar.gz tar ball contains incorrect Power6 codes

2010-07-13 Thread Corey Ashford
On 07/12/2010 08:59 PM, stephane eranian wrote: > Corey, > > Back from vacation. > > With what is currently in CVS do you pass the tests for Power? Yes, there are no problems that I know of for Power in the code in CVS. Thanks for asking. - Corey

[perfmon2] Get all performance coutner; Xeon

2010-07-13 Thread Eduard Diner
Hi, I want to compare performance on POWER6 and Xeon X5355. Basically I want to do the following with pfmon: Over a long time periode I want to collect all available performance counter for analysis. Are performance counter grouped? How can I do this for Xeon?

[perfmon2] howto: collect all performance counters systeme-wide?

2010-07-13 Thread Eduard Diner
Hi, I want to compare performance on POWER6 and Xeon X5355. Basically I want to do the following with pfmon: Over a long time periode I want to collect all available performance counter for analysis system-wide. Are performance counter grouped? How can I do this for Xeon? Any best-practices? --

[perfmon2] mix sampling and counting failed

2010-07-13 Thread lulu he
Hi, I use pfmon3.9/libpfm3.9, I want to collect the number of L2 misses every million instructions. But I got two errors. First, LAST_LEVEL_CACHE_MISSES was not counted at all !!! pfmon outputs zero for the second counting event. Secondly, when tasks was cloned , pfmon encounters lack of memory