* [PATCH 3/3] [ARM] Oprofile: Add Qualcomm Scorpion and ScorpionMP CPU type
@ 2011-03-04 22:10 Sheetal Sahasrabudhe
0 siblings, 0 replies; only message in thread
From: Sheetal Sahasrabudhe @ 2011-03-04 22:10 UTC (permalink / raw)
To: linux-arm-kernel
Cc: will.deacon, robert.richter, linux-arm-msm, linux-kernel,
Sheetal Sahasrabudhe
This commit adds Qualcomm Scorpion and ScorpionMP CPU type
to Oprofile kernel driver.
Signed-off-by: Sheetal Sahasrabudhe <sheetals@codeaurora.org>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-04 22:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04 22:10 [PATCH 3/3] [ARM] Oprofile: Add Qualcomm Scorpion and ScorpionMP CPU type Sheetal Sahasrabudhe
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).