public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 00/19] perfmon2 minimal v3:  introduction
@ 2008-06-30 13:13 eranian
  2008-07-28 15:47 ` Stephen Rothwell
  0 siblings, 1 reply; 7+ messages in thread
From: eranian @ 2008-06-30 13:13 UTC (permalink / raw)
  To: linux-kernel

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>

-- 


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-07-31  0:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 13:13 [patch 00/19] perfmon2 minimal v3: introduction eranian
2008-07-28 15:47 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox