* [GIT PULL] ARM: perf: split by architecture
@ 2010-11-25 17:01 Will Deacon
2010-11-26 10:27 ` Russell King - ARM Linux
0 siblings, 1 reply; 3+ messages in thread
From: Will Deacon @ 2010-11-25 17:01 UTC (permalink / raw)
To: linux-arm-kernel
Hi Russell,
I tried to submit these to your patch system but the nature of the final
patch means that it is too large (because it moves code out of perf_event.c
and into the new per-arch files). Please can you pull these changes now that
they have been reviewed on the list?
Thanks,
Will
The following changes since commit 3561d43fd289f590fdae672e5eb831b8d5cf0bf6:
Linus Torvalds (1):
Linux 2.6.37-rc3
are available in the git repository at:
git://linux-arm-org/linux-2.6-wd.git perf-split
Will Deacon (5):
ARM: perf: consolidate common PMU behaviour
ARM: perf: avoid exposing internal stop function for v6 PMU
ARM: perf: add _init() functions to PMUs
ARM: perf: encode PMU name in arm_pmu structure
ARM: perf: separate PMU backends into multiple files
arch/arm/kernel/perf_event.c | 2448 +----------------------------------
arch/arm/kernel/perf_event_v6.c | 672 ++++++++++
arch/arm/kernel/perf_event_v7.c | 906 +++++++++++++
arch/arm/kernel/perf_event_xscale.c | 807 ++++++++++++
4 files changed, 2419 insertions(+), 2414 deletions(-)
create mode 100644 arch/arm/kernel/perf_event_v6.c
create mode 100644 arch/arm/kernel/perf_event_v7.c
create mode 100644 arch/arm/kernel/perf_event_xscale.c
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: perf: split by architecture
2010-11-25 17:01 [GIT PULL] ARM: perf: split by architecture Will Deacon
@ 2010-11-26 10:27 ` Russell King - ARM Linux
2010-11-26 11:02 ` Will Deacon
0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2010-11-26 10:27 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Nov 25, 2010 at 05:01:21PM -0000, Will Deacon wrote:
> The following changes since commit 3561d43fd289f590fdae672e5eb831b8d5cf0bf6:
> Linus Torvalds (1):
> Linux 2.6.37-rc3
>
> are available in the git repository at:
>
> git://linux-arm-org/linux-2.6-wd.git perf-split
At a guess you mean linux-arm.org here.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: perf: split by architecture
2010-11-26 10:27 ` Russell King - ARM Linux
@ 2010-11-26 11:02 ` Will Deacon
0 siblings, 0 replies; 3+ messages in thread
From: Will Deacon @ 2010-11-26 11:02 UTC (permalink / raw)
To: linux-arm-kernel
Hi Russell,
> On Thu, Nov 25, 2010 at 05:01:21PM -0000, Will Deacon wrote:
> > The following changes since commit 3561d43fd289f590fdae672e5eb831b8d5cf0bf6:
> > Linus Torvalds (1):
> > Linux 2.6.37-rc3
> >
> > are available in the git repository at:
> >
> > git://linux-arm-org/linux-2.6-wd.git perf-split
>
> At a guess you mean linux-arm.org here.
D'oh, yes, sorry about that. There's also a mirror here:
git://repo.or.cz/linux-2.6/linux-wd.git perf-split
Which is (a) spelled correctly and (b) probably faster. It
just takes a while to sync up, although the perf-split branch
is up-to-date.
Will
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-26 11:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-25 17:01 [GIT PULL] ARM: perf: split by architecture Will Deacon
2010-11-26 10:27 ` Russell King - ARM Linux
2010-11-26 11:02 ` Will Deacon
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).