From: Sheetal Sahasrabudhe <sheetals@codeaurora.org>
To: linux-arm-kernel@lists.infradead.org
Cc: will.deacon@arm.com, robert.richter@amd.com,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
Sheetal Sahasrabudhe <sheetals@codeaurora.org>
Subject: [PATCH v2 3/3] [ARM] Oprofile: Add Qualcomm Scorpion and ScorpionMP CPU type
Date: Mon, 7 Mar 2011 16:48:38 -0500 [thread overview]
Message-ID: <1299534518-25856-1-git-send-email-sheetals@codeaurora.org> (raw)
This commit adds Qualcomm Scorpion and ScorpionMP CPU type
to Oprofile kernel driver.
Signed-off-by: Sheetal Sahasrabudhe <sheetals@codeaurora.org>
Reviewed-by: Jean Pihet <j-pihet@ti.com>
---
arch/arm/oprofile/common.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/oprofile/common.c b/arch/arm/oprofile/common.c
index c074e66..1a04f07 100644
--- a/arch/arm/oprofile/common.c
+++ b/arch/arm/oprofile/common.c
@@ -40,6 +40,10 @@ char *op_name_from_perf_id(void)
return "arm/armv7";
case ARM_PERF_PMU_ID_CA9:
return "arm/armv7-ca9";
+ case ARM_PERF_PMU_ID_SCORPION:
+ return "arm/armv7-scorpion";
+ case ARM_PERF_PMU_ID_SCORPIONMP:
+ return "arm/armv7-scorpionmp";
default:
return NULL;
}
--
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
reply other threads:[~2011-03-07 21:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1299534518-25856-1-git-send-email-sheetals@codeaurora.org \
--to=sheetals@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robert.richter@amd.com \
--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 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).