public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] oprofile, x86: updates for AMD family 15h systems
@ 2010-12-10 11:49 Robert Richter
  2010-12-10 11:49 ` [PATCH 1/2] oprofile, x86: Add support for AMD family 15h Robert Richter
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Robert Richter @ 2010-12-10 11:49 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: LKML, oprofile-list

(resending due to mail corruption)

This patch set adds support for AMD family 15h systems. It adds cpu
detection code for family 15h and implements support for 6 counters.

Suravee already sent updates for the oprofile userland to the oprofile
mailing list.

Please review. If the patches are fine I will apply them to the
oprofile git repostitory on kernel.org.

Thanks,

-Robert




^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH 0/2] oprofile, x86: updates for AMD family 15h systems
@ 2010-12-10 11:29 Robert Richter
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Richter @ 2010-12-10 11:29 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: LKML, oprofile-list

This patch set adds support for AMD family 15h systems. It adds cpu
detection code for family 15h and implements support for 6 counters.

Suravee already sent updates for the oprofile userland to the oprofile
mailing list.

Please review. If the patches are fine I will apply them to the
oprofile git repostitory on kernel.org.

Thanks,

-Robert
>From robert.richter@amd.com Fri Dec 10 12:29:57 2010 +0100
From: Robert Richter <robert.richter@amd.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: LKML <linux-kernel@vger.kernel.org>, oprofile-list <oprofile-list@lists.sourceforge.net>, Robert Richter <robert.richter@amd.com>
Bcc: osrc-patches@elbe.amd.com
Subject: [PATCH 1/2] oprofile, x86: Add support for AMD family 15h
Date: Fri, 10 Dec 2010 12:29:57 +0100
Message-Id: <1291980598-21625-2-git-send-email-robert.richter@amd.com>
X-Mailer: git-send-email 1.7.3.2
In-Reply-To: <1291980598-21625-1-git-send-email-robert.richter@amd.com>
References: <1291980598-21625-1-git-send-email-robert.richter@amd.com>

This patch adds support for AMD family 15h (Interlagos/Valencia/
Zambezi) cpus.

Signed-off-by: Robert Richter <robert.richter@amd.com>
---
 arch/x86/oprofile/nmi_int.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c
index 4e8baad..358c8b9 100644
--- a/arch/x86/oprofile/nmi_int.c
+++ b/arch/x86/oprofile/nmi_int.c
@@ -732,6 +732,9 @@ int __init op_nmi_init(struct oprofile_operations *ops)
 		case 0x14:
 			cpu_type = "x86-64/family14h";
 			break;
+		case 0x15:
+			cpu_type = "x86-64/family15h";
+			break;
 		default:
 			return -ENODEV;
 		}
-- 
1.7.3.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-19 13:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-10 11:49 [PATCH 0/2] oprofile, x86: updates for AMD family 15h systems Robert Richter
2010-12-10 11:49 ` [PATCH 1/2] oprofile, x86: Add support for AMD family 15h Robert Richter
2010-12-10 11:49 ` [PATCH 2/2] oprofile, x86: Add support for 6 counters (AMD family 15h) Robert Richter
2010-12-19 13:27 ` [PATCH 0/2] oprofile, x86: updates for AMD family 15h systems Robert Richter
  -- strict thread matches above, loose matches on Subject: below --
2010-12-10 11:29 Robert Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox