mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch 00/24] perfmon3:  introduction
@ 2008-10-17 15:05 eranian
  2008-10-22  4:25 ` David Miller
  2008-11-10  2:41 ` Paul Mackerras
  0 siblings, 2 replies; 9+ messages in thread
From: eranian @ 2008-10-17 15:05 UTC (permalink / raw)
  To: linux-kernel

Hello,

This series of patches implements the perfmon interface which provides access
to the hardware performance counters of modern processors. In particular,
this version supports per-thread counting for all AMD64 processors, and
recent Intel processors with architectural PMU (Core Duo, Core 2, Atom).

It does not supersede Oprofile in this first implementation. Oprofile
and perfmon can be compiled in the same kernel, but only one can have
an active session at a time.

This implementation takes into account the various comments received from
previous reviews on LKML. This is a much simplified version compared to
the fully featured version maintained as a separate GIT tree on kernel.org.

This new version, named perfmon3, uses only 5 system calls (instead of 12).
Each call was carefully designed to allow for future extensions. 

Full documentation is available in Documentation/perfmon.txt and is provided
by one of the patches.

Once this basic set of perfmon functionalities is upstream, we will build
on it and add other features such as support for sampling, event set
multiplexing and multi-architecture.

I will be releasing updated versions of libpfm and pfmon which can work
with this new API while continuing to work with the v2.x versions.

The patch series is against 2.6.27.

Please consider adding this patch series for 2.6.28.

Thanks to all the people who have contributed to this new release.

S.Eranian
-- 


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

end of thread, other threads:[~2008-11-11  0:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-17 15:05 [patch 00/24] perfmon3: introduction eranian
2008-10-22  4:25 ` David Miller
2008-10-22  8:39   ` stephane eranian
2008-10-22 16:58     ` Jesse Barnes
2008-10-22 17:22       ` Andrew Morton
2008-10-23  7:19         ` stephane eranian
2008-11-10  2:41 ` Paul Mackerras
2008-11-10 15:24   ` stephane eranian
2008-11-11  0:29     ` stephane eranian

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

Powered by JetHome