From: Michael Cree <mcree@orcon.net.nz>
To: linux-kernel@vger.kernel.org
Cc: Michael Cree <mcree@orcon.net.nz>,
Richard Henderson <rth@twiddle.net>,
Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
Matt Turner <mattst88@gmail.com>,
Thomas Gleixner <tglx@linutronix.de>,
Peter Zijlstra <peterz@infradead.org>,
Paul Mackerras <paulus@samba.org>, Ingo Molnar <mingo@elte.hu>,
Arnaldo Carvalho de Melo <acme@redhat.com>,
Tejun Heo <tj@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
linux-alpha@vger.kernel.org
Subject: [PATCH 0/3] alpha: Implement Hardware Performance Events
Date: Sat, 1 May 2010 11:55:37 +1200 [thread overview]
Message-ID: <cover.1272668360.git.mcree@orcon.net.nz> (raw)
The following patches implement hardware performance events for the Alpha
EV67 and later CPUs. I have had this running on a Compaq XP1000 (EV67,
single CPU) for a few days now. Pretty cool -- discovered that the glibc
exp2() library routine uses on average 985 cycles to execute 777 CPU
instructions whereas Compaq's CPML library version of exp2() uses on average
32 cycles to execute 47 CPU instructions to achieve the same thing!
Michael Cree (3):
alpha: Add performance monitor interrupt counter.
alpha: Add wrperfmon.h header file to aid use of wrperfmon PALcall.
alpha: Implement HW performance events on the EV67 and later CPUs.
arch/alpha/include/asm/hw_irq.h | 1 +
arch/alpha/include/asm/perf_event.h | 8 +-
arch/alpha/include/asm/wrperfmon.h | 93 ++++
arch/alpha/kernel/Makefile | 1 +
arch/alpha/kernel/irq.c | 7 +-
arch/alpha/kernel/irq_alpha.c | 3 +
arch/alpha/kernel/perf_event.c | 836 +++++++++++++++++++++++++++++++++++
7 files changed, 946 insertions(+), 3 deletions(-)
create mode 100644 arch/alpha/include/asm/wrperfmon.h
create mode 100644 arch/alpha/kernel/perf_event.c
next reply other threads:[~2010-04-30 23:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-30 23:55 Michael Cree [this message]
2010-04-30 23:55 ` [PATCH 1/3] alpha: Add performance monitor interrupt counter Michael Cree
2010-04-30 23:55 ` [PATCH 2/3] alpha: Add wrperfmon.h header file to aid use of wrperfmon PALcall Michael Cree
2010-04-30 23:55 ` [PATCH 3/3] alpha: Implement HW performance events on the EV67 and later CPUs Michael Cree
2010-05-04 7:40 ` Peter Zijlstra
2010-05-24 21:58 ` Michael Cree
2010-07-27 10:29 ` Michael Cree
2010-07-27 10:29 ` [PATCH 3/3 V2] " Michael Cree
2010-07-28 19:53 ` Andrew Morton
2010-07-28 20:52 ` Michael Cree
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=cover.1272668360.git.mcree@orcon.net.nz \
--to=mcree@orcon.net.nz \
--cc=acme@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=ink@jurassic.park.msu.ru \
--cc=linux-alpha@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mattst88@gmail.com \
--cc=mingo@elte.hu \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--cc=rth@twiddle.net \
--cc=tglx@linutronix.de \
--cc=tj@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;
as well as URLs for NNTP newsgroup(s).