All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephane Eranian <eranian@hpl.hp.com>
To: perfmon@napali.hpl.hp.com
Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org,
	oprofile-list@lists.sourceforge.net, eranian@hpl.hp.com,
	perfctr-devel@lists.sourceforge.net
Subject: 2.6.20 new perfmon code base + libpfm + pfmon
Date: Tue, 13 Feb 2007 10:48:39 -0800	[thread overview]
Message-ID: <20070213184839.GC10031@frankl.hpl.hp.com> (raw)

Hello,

I have released another version of the perfmon new code base package.
This version of the kernel patch is relative to 2.6.20.

This  new kernel patch includes the following new features and
bug fixes:
	- first cut at supporting Oprofile on i386 and x86-64 architectures
	- several internal interfaces simplfications
	- various MIPS updates (Phil Mucci/Manoj Ekbote)
	- varous PPC32 updates (Phil Mucci)
	- fix bug in set switching with a single set
	- fix bug in pfm_restart() for per-thread mode with blocking notification

Unfortunately, this release does not build for PowerPC due to a problem with the
TIF_* flags. Perfmon adds 2 new flags which make the TIF now use more than 16 bits which
causes problem with some assembly instructions in entry_64.S. Hopefully,
this will be fixed in the next release.

To make Oprofile work, you need a modified user level Oprofile package. I have made
a first pass at modifying 0.9.2 to work on Perfmon 2.3 (and v2.0 for IA-64) for
the following processors: AMD Opteron, P6, Core Duo, Core 2 Duo, P4. The modified
package is available as Alpha at:

	ftp://ftp.hpl.hp.com/pub/linux-ia64/oprof-perfmon2-070122.diff

I have also released a new libpfm, libpfm-3.2-070206, with lots of
changes. Here are some of the most important ones:
	- Full Intel Core 2 Duo event table (Thanks to Dan Terpstra for his help)
	- Full event table for P6 and Pentium M (Dan Terpstra)
	- various MIPS updates (Phil Mucci)
	- improved Montecito event->counter assignment routine
   	- rewritten P6 event->counter assignment routine
   	- extended detect_unavail_pmcs() code to handle pmds
   	- extended whichpmu.c example to show implement vs.  available registers
	- possiblity to force a libpfm PMU different from host PMU
   	- several bug fixes to library and examples

Also a new version of pfmon, pfmon-3.2-070206, with a few changes:
	- rewritten the automatic sampling buffer sizing based on
     	  the resource limits (rlimits) and perfmon global settings
   	- Intel Core 2 Duo event listing now shows if event supports PEBS
   	- fixed important memory leak that showed up when monitoring across fork/pthread
	
You can get the packages and more detailed changelogs our the web site:

	 http://perfmon2.sf.net (go to Project Files)

Enjoy,

PS: home page not yet updated due to a problem connecting via ssh to SF.net today.

-- 

-Stephane

WARNING: multiple messages have this Message-ID (diff)
From: Stephane Eranian <eranian@hpl.hp.com>
To: perfmon@napali.hpl.hp.com
Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org,
	oprofile-list@lists.sourceforge.net, eranian@hpl.hp.com,
	perfctr-devel@lists.sourceforge.net
Subject: 2.6.20 new perfmon code base + libpfm + pfmon
Date: Tue, 13 Feb 2007 18:48:39 +0000	[thread overview]
Message-ID: <20070213184839.GC10031@frankl.hpl.hp.com> (raw)

Hello,

I have released another version of the perfmon new code base package.
This version of the kernel patch is relative to 2.6.20.

This  new kernel patch includes the following new features and
bug fixes:
	- first cut at supporting Oprofile on i386 and x86-64 architectures
	- several internal interfaces simplfications
	- various MIPS updates (Phil Mucci/Manoj Ekbote)
	- varous PPC32 updates (Phil Mucci)
	- fix bug in set switching with a single set
	- fix bug in pfm_restart() for per-thread mode with blocking notification

Unfortunately, this release does not build for PowerPC due to a problem with the
TIF_* flags. Perfmon adds 2 new flags which make the TIF now use more than 16 bits which
causes problem with some assembly instructions in entry_64.S. Hopefully,
this will be fixed in the next release.

To make Oprofile work, you need a modified user level Oprofile package. I have made
a first pass at modifying 0.9.2 to work on Perfmon 2.3 (and v2.0 for IA-64) for
the following processors: AMD Opteron, P6, Core Duo, Core 2 Duo, P4. The modified
package is available as Alpha at:

	ftp://ftp.hpl.hp.com/pub/linux-ia64/oprof-perfmon2-070122.diff

I have also released a new libpfm, libpfm-3.2-070206, with lots of
changes. Here are some of the most important ones:
	- Full Intel Core 2 Duo event table (Thanks to Dan Terpstra for his help)
	- Full event table for P6 and Pentium M (Dan Terpstra)
	- various MIPS updates (Phil Mucci)
	- improved Montecito event->counter assignment routine
   	- rewritten P6 event->counter assignment routine
   	- extended detect_unavail_pmcs() code to handle pmds
   	- extended whichpmu.c example to show implement vs.  available registers
	- possiblity to force a libpfm PMU different from host PMU
   	- several bug fixes to library and examples

Also a new version of pfmon, pfmon-3.2-070206, with a few changes:
	- rewritten the automatic sampling buffer sizing based on
     	  the resource limits (rlimits) and perfmon global settings
   	- Intel Core 2 Duo event listing now shows if event supports PEBS
   	- fixed important memory leak that showed up when monitoring across fork/pthread
	
You can get the packages and more detailed changelogs our the web site:

	 http://perfmon2.sf.net (go to Project Files)

Enjoy,

PS: home page not yet updated due to a problem connecting via ssh to SF.net today.

-- 

-Stephane

             reply	other threads:[~2007-02-13 18:50 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-13 18:48 Stephane Eranian [this message]
2007-02-13 18:48 ` 2.6.20 new perfmon code base + libpfm + pfmon Stephane Eranian
2007-02-13 21:40 ` [perfmon] " William Cohen
2007-02-13 21:40   ` William Cohen
2007-02-14 17:05   ` William Cohen
2007-02-14 17:05     ` William Cohen
2007-02-14 23:03     ` Stephane Eranian
2007-02-14 23:03       ` Stephane Eranian
2007-02-13 22:05 ` Andrew Morton
2007-02-13 22:05   ` Andrew Morton
2007-02-13 22:21   ` Andi Kleen
2007-02-13 23:20     ` Andi Kleen
2007-02-15  9:00     ` Stephane Eranian
2007-02-15  9:00       ` Stephane Eranian
2007-02-14  1:24   ` Chuck Ebbert
2007-02-14  1:24     ` Chuck Ebbert
2007-02-14 18:29   ` Stephane Eranian
2007-02-14 18:29     ` Stephane Eranian
2007-02-14 18:37     ` Andrew Morton
2007-02-14 18:37       ` Andrew Morton

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=20070213184839.GC10031@frankl.hpl.hp.com \
    --to=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.