public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: eranian@googlemail.com
To: linux-kernel@vger.kernel.org
Subject: [patch 00/19] perfmon2 minimal v3:  introduction
Date: Mon, 30 Jun 2008 06:13:26 -0700 (PDT)	[thread overview]
Message-ID: <4868dbf6.0af5660a.1972.52f4@mx.google.com> (raw)

The following patches implement a minimal perfmon2 subsystem which provides
access to the hardware performance counters of modern processors. Performance
counters are very useful resource to extract micro-architectural-level information
such the number of caches misses, or the number of instructions executed. The list
of events which can be monitored in highly specific to each processor implmentation.

This series supports ONLY per-thread counting of PMU events (no sampling) for
AMD64 and Intel processors with support for architectural perfmon (Core Duo/Solo,
Core 2) in both 32 and 64 bit modes.

This is version 3 of the series. It is against Stephen Rothwell linux-next GIT
tree. Compared to the previous version, there were a few more cleanups in the
Makefile structure suggested by Stephen. The series also merges more code
between 32 and 64 bit x86.

Please review.

More information about the perfmon2 project can be found at:

		http://perfmon2.sourceforge.net

To test this series, it is possible to use libpfm and pfmon, both
available from the web site above.

Signed-off-by: Stephane Eranian <eranian@gmail.com>

-- 


             reply	other threads:[~2008-06-30 13:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-30 13:13 eranian [this message]
2008-07-28 15:47 ` [patch 00/19] perfmon2 minimal v3: introduction Stephen Rothwell
2008-07-29  6:20   ` stephane eranian
2008-07-30 23:59     ` stephane eranian
2008-07-31  0:21       ` Stephen Rothwell
2008-07-31  0:26         ` stephane eranian
2008-07-31  0:43           ` Stephen Rothwell

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=4868dbf6.0af5660a.1972.52f4@mx.google.com \
    --to=eranian@googlemail.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox