From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751328AbWDESms (ORCPT ); Wed, 5 Apr 2006 14:42:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751326AbWDESms (ORCPT ); Wed, 5 Apr 2006 14:42:48 -0400 Received: from mx1.redhat.com ([66.187.233.31]:8097 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1751324AbWDESmr (ORCPT ); Wed, 5 Apr 2006 14:42:47 -0400 Message-ID: <44340ED6.2060208@redhat.com> Date: Wed, 05 Apr 2006 14:39:18 -0400 From: William Cohen User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: eranian@hpl.hp.com CC: perfmon@napali.hpl.hp.com, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, oprofile-list@lists.sourceforge.net, perfctr-devel@lists.sourceforge.net Subject: Re: 2.6.17-rc1 perfmon2 new code base + libpfm available References: <20060405154319.GD6232@frankl.hpl.hp.com> In-Reply-To: <20060405154319.GD6232@frankl.hpl.hp.com> Content-Type: multipart/mixed; boundary="------------000508030400010306050906" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This is a multi-part message in MIME format. --------------000508030400010306050906 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------000508030400010306050906 Content-Type: text/x-patch; name="x86_64_merge.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="x86_64_merge.diff" --- 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 --------------000508030400010306050906--