All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Richter <robert.richter@amd.com>
To: Sheetal Sahasrabudhe <sheetals@codeaurora.org>
Cc: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"will.deacon@arm.com" <will.deacon@arm.com>,
	"jamie.iles@picochip.com" <jamie.iles@picochip.com>,
	"jean.pihet@newoldbits.com" <jean.pihet@newoldbits.com>,
	"dwalker@fifo99.com" <dwalker@fifo99.com>,
	"bryanh@codeaurora.org" <bryanh@codeaurora.org>,
	"davidb@codeaurora.org" <davidb@codeaurora.org>,
	"linux-arm-msm@vger.kernel.org" <linux-arm-msm@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 0/3] ARM: Add Scorpion/ScorpionMP support to perf and Oprofile
Date: Wed, 16 Mar 2011 15:06:10 +0100	[thread overview]
Message-ID: <20110316140610.GN31407@erda.amd.com> (raw)
In-Reply-To: <1299534404-25346-1-git-send-email-sheetals@codeaurora.org>

On 07.03.11 16:46:44, Sheetal Sahasrabudhe wrote:
> This patchset contains the following features:
> It adds support for Qualcomm Scorpion and ScorpionMP processors to perfevents
> and Oprofile.
> It adds PMU support for Scorpion and ScorpionMP.
> It also updates PMU IRQ identifiers for various Scorpion and ScorpionMP targets.
> 
> Sheetal Sahasrabudhe (3):
>   msm: Add support for Scorpion and ScorpionMP PMU
>   [ARM] perfevents: Add support for Scorpion performance monitors
>   [ARM] Oprofile: Add Qualcomm Scorpion and ScorpionMP CPU type
> 
>  arch/arm/include/asm/perf_event.h          |    2 +
>  arch/arm/kernel/perf_event.c               |   11 +
>  arch/arm/kernel/perf_event_msm.c           |  665 ++++++++++++++++++++++++++++
>  arch/arm/mach-msm/Makefile                 |    2 +
>  arch/arm/mach-msm/include/mach/irqs-7x30.h |    2 +-
>  arch/arm/mach-msm/include/mach/irqs-8960.h |    2 +-
>  arch/arm/mach-msm/include/mach/irqs-8x50.h |    2 +-
>  arch/arm/mach-msm/include/mach/irqs-8x60.h |    2 +-
>  arch/arm/mach-msm/pmu.c                    |   35 ++
>  arch/arm/oprofile/common.c                 |    4 +

Oprofile changes ...

Acked-by: Robert Richter <robert.richter@amd.com>

>  10 files changed, 723 insertions(+), 4 deletions(-)
>  create mode 100644 arch/arm/kernel/perf_event_msm.c
>  create mode 100644 arch/arm/mach-msm/pmu.c
> 
> -- 
> 1.7.4.1
> 
> --
> Sent by an employee of the Qualcomm Innovation Center, Inc.
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum
> 
> 

-- 
Advanced Micro Devices, Inc.
Operating System Research Center


WARNING: multiple messages have this Message-ID (diff)
From: robert.richter@amd.com (Robert Richter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] ARM: Add Scorpion/ScorpionMP support to perf and Oprofile
Date: Wed, 16 Mar 2011 15:06:10 +0100	[thread overview]
Message-ID: <20110316140610.GN31407@erda.amd.com> (raw)
In-Reply-To: <1299534404-25346-1-git-send-email-sheetals@codeaurora.org>

On 07.03.11 16:46:44, Sheetal Sahasrabudhe wrote:
> This patchset contains the following features:
> It adds support for Qualcomm Scorpion and ScorpionMP processors to perfevents
> and Oprofile.
> It adds PMU support for Scorpion and ScorpionMP.
> It also updates PMU IRQ identifiers for various Scorpion and ScorpionMP targets.
> 
> Sheetal Sahasrabudhe (3):
>   msm: Add support for Scorpion and ScorpionMP PMU
>   [ARM] perfevents: Add support for Scorpion performance monitors
>   [ARM] Oprofile: Add Qualcomm Scorpion and ScorpionMP CPU type
> 
>  arch/arm/include/asm/perf_event.h          |    2 +
>  arch/arm/kernel/perf_event.c               |   11 +
>  arch/arm/kernel/perf_event_msm.c           |  665 ++++++++++++++++++++++++++++
>  arch/arm/mach-msm/Makefile                 |    2 +
>  arch/arm/mach-msm/include/mach/irqs-7x30.h |    2 +-
>  arch/arm/mach-msm/include/mach/irqs-8960.h |    2 +-
>  arch/arm/mach-msm/include/mach/irqs-8x50.h |    2 +-
>  arch/arm/mach-msm/include/mach/irqs-8x60.h |    2 +-
>  arch/arm/mach-msm/pmu.c                    |   35 ++
>  arch/arm/oprofile/common.c                 |    4 +

Oprofile changes ...

Acked-by: Robert Richter <robert.richter@amd.com>

>  10 files changed, 723 insertions(+), 4 deletions(-)
>  create mode 100644 arch/arm/kernel/perf_event_msm.c
>  create mode 100644 arch/arm/mach-msm/pmu.c
> 
> -- 
> 1.7.4.1
> 
> --
> Sent by an employee of the Qualcomm Innovation Center, Inc.
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum
> 
> 

-- 
Advanced Micro Devices, Inc.
Operating System Research Center

  reply	other threads:[~2011-03-16 14:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-07 21:46 [PATCH v2 0/3] ARM: Add Scorpion/ScorpionMP support to perf and Oprofile Sheetal Sahasrabudhe
2011-03-07 21:46 ` Sheetal Sahasrabudhe
2011-03-16 14:06 ` Robert Richter [this message]
2011-03-16 14:06   ` Robert Richter

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=20110316140610.GN31407@erda.amd.com \
    --to=robert.richter@amd.com \
    --cc=bryanh@codeaurora.org \
    --cc=davidb@codeaurora.org \
    --cc=dwalker@fifo99.com \
    --cc=jamie.iles@picochip.com \
    --cc=jean.pihet@newoldbits.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sheetals@codeaurora.org \
    --cc=will.deacon@arm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.