From: William Cohen <wcohen@redhat.com>
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
Date: Wed, 05 Apr 2006 18:39:18 +0000 [thread overview]
Message-ID: <44340ED6.2060208@redhat.com> (raw)
In-Reply-To: <20060405154319.GD6232@frankl.hpl.hp.com>
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
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
[-- Attachment #2: x86_64_merge.diff --]
[-- Type: text/x-patch, Size: 336 bytes --]
--- 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
WARNING: multiple messages have this Message-ID (diff)
From: William Cohen <wcohen@redhat.com>
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
Date: Wed, 05 Apr 2006 14:39:18 -0400 [thread overview]
Message-ID: <44340ED6.2060208@redhat.com> (raw)
In-Reply-To: <20060405154319.GD6232@frankl.hpl.hp.com>
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
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
[-- Attachment #2: x86_64_merge.diff --]
[-- Type: text/x-patch, Size: 336 bytes --]
--- 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
next prev parent reply other threads:[~2006-04-05 18:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-05 15:43 2.6.17-rc1 perfmon2 new code base + libpfm available Stephane Eranian
2006-04-05 15:43 ` Stephane Eranian
2006-04-05 18:39 ` William Cohen [this message]
2006-04-05 18:39 ` William Cohen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44340ED6.2060208@redhat.com \
--to=wcohen@redhat.com \
--cc=eranian@hpl.hp.com \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oprofile-list@lists.sourceforge.net \
--cc=perfctr-devel@lists.sourceforge.net \
--cc=perfmon@napali.hpl.hp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.