| From: |
| eranian@googlemail.com |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| [patch 00/21] perfmon2 minimal: introduction |
| Date: |
| Mon, 09 Jun 2008 15:33:32 -0700 (PDT) |
| Message-ID: |
| <484dafbc.09a1660a.2a60.274a@mx.google.com> |
| Archive-link: |
| Article,
Thread
|
Hello,
The following patches implement a minimal perfmon2 subsystem which provides
access to the hardware performance counters of modern processors.
This series supports ONLY per-thread counting of PMU events (no sampling) for
AMD64 and Intel processors supporting architectural perfmon (version 1 and 2)
in both 32 and 64 bit modes.
Please review.
Signed-off-by: Stephane Eranian <eranian@gmail.com>
--