Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755436Ab2KBKls (ORCPT ); Fri, 2 Nov 2012 06:41:48 -0400 Received: from mail1.windriver.com ([147.11.146.13]:59169 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751163Ab2KBKlr (ORCPT ); Fri, 2 Nov 2012 06:41:47 -0400 From: To: , , CC: , , Subject: [PATCH 1/1] ARM: oprofile: add A5/A7/A15 entries in op_perf_name Date: Fri, 2 Nov 2012 18:43:36 +0800 Message-ID: <1351853016-4476-1-git-send-email-jgq516@gmail.com> X-Mailer: git-send-email 1.7.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1068 Lines: 34 From: Xiao Jiang Add related name for A5/A7/A15 which are consistent with the OProfile user ABI. Signed-off-by: Xiao Jiang --- arch/arm/oprofile/common.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/oprofile/common.c b/arch/arm/oprofile/common.c index 99c63d4b..ec10db1 100644 --- a/arch/arm/oprofile/common.c +++ b/arch/arm/oprofile/common.c @@ -37,8 +37,11 @@ static struct op_perf_name { { "xscale1", "arm/xscale2" }, { "v6", "arm/armv6" }, { "v6mpcore", "arm/mpcore" }, + { "ARMv7 Cortex-A5", "arm/armv7-ca5" }, + { "ARMv7 Cortex-A7", "arm/armv7-ca7" }, { "ARMv7 Cortex-A8", "arm/armv7" }, { "ARMv7 Cortex-A9", "arm/armv7-ca9" }, + { "ARMv7 Cortex-A15", "arm/armv7-ca15" }, }; char *op_name_from_perf_id(void) -- 1.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/