lkml.org 
[lkml]   [2011]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 3/3] [ARM] Oprofile: Add Qualcomm Scorpion and ScorpionMP CPU type
Date
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



\
 
 \ /
  Last update: 2011-03-07 22:51    [W:0.031 / U:0.408 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site