Stephane Eranian wrote: > The new version of the library, libpfm, includes the following changes: > > - updated to match 2.6.17-rc1 new system call numbers > > - modified pfmlib.h to use 64-bit integer for generic PMC register > (submitted by Kevin Corry from IBM) Hi Stephane, There isn't an perfmon_x86_64.h file anymore. Shouldn't the Makefile eliminate that? The stock "make install" fails because that file doesn't exist. I think the attached patch fixes this problem. -Will