Re: [perfmon2] Help on make the Pfmon-3.9

2011-09-02 Thread Junjie Qian
Hi guys, After double check, I found that the error is that the program says the function stat is not declared in pfmon_symbols.c which is included in the folder pfmon. The statement in the file is, " if(!mod && *path == '/' && !stat(path, &st)) {" Could anyone tell me how to fix it? Or any hi

Re: [perfmon2] Help on make the Pfmon-3.9

2011-09-02 Thread Xu Liu
Are you sure you installed libpfm3-10 correctly? Run the examples in libpfm3-10. I don't think 2.6.38 kernel still supports perfmon. Maybe you have to try perf_events/perf. Xu On Sep 2, 2011, at 3:44 PM, Junjie Qian wrote: > Hi guys, > > After double check, I found that the error is that the p

Re: [perfmon2] Help on make the Pfmon-3.9

2011-09-02 Thread Junjie Qian
Hi Xu, Thanks for reply! I think I installed libpfm-3.10 successfully, but I have no idea how to run the examples, could you please tell me how to do this? And thanks for the information about perf_events/perf. I will try this also. Thanks! Best Junjie From:

Re: [perfmon2] Help on make the Pfmon-3.9

2011-09-02 Thread Can Hankendi
pfmon-3.9 is not supported by 2.6.38 kernel, you need to use the perf tool which basically has the same functionality. Latest kernel that supports the pfmon is 2.6.30. c. On Fri, Sep 2, 2011 at 5:39 PM, Junjie Qian wrote: > Hi Xu, > > Thanks for reply! > > I think I installed libpfm-3.10 succe

Re: [perfmon2] Help on make the Pfmon-3.9

2011-09-02 Thread Junjie Qian
Hi Can, Thank you for this information! Thanks! Best Junjie From: Can Hankendi To: Junjie Qian Cc: Xu Liu ; "perfmon2-devel@lists.sourceforge.net" Sent: Friday, September 2, 2011 4:55 PM Subject: Re: [perfmon2] Help on make the Pfmon-3.9 pfmon-3.9 is not s