lkml.org 
[lkml]   [2006]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.17-rc1 perfmon2 new code base + libpfm available
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
--- libpfm-3.2-060405/include/Makefile.orig 2006-04-05 14:09:32.000000000 -0400
+++ libpfm-3.2-060405/include/Makefile 2006-04-05 14:35:09.000000000 -0400
@@ -40,7 +40,6 @@

ifeq ($(CONFIG_PFMLIB_ARCH_X86_64),y)
HEADERS += perfmon/pfmlib_os_x86_64.h \
- perfmon/perfmon_x86_64.h \
perfmon/pfmlib_comp_x86_64.h
endif
\
 
 \ /
  Last update: 2006-04-05 20:45    [W:0.029 / U:0.436 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site