* [PATCH] perf, x86: Add model 45 SandyBridge support
@ 2011-08-02 6:01 Youquan Song
2011-08-02 10:27 ` Peter Zijlstra
2011-08-09 14:30 ` [tip:perf/urgent] " tip-bot for Youquan Song
0 siblings, 2 replies; 3+ messages in thread
From: Youquan Song @ 2011-08-02 6:01 UTC (permalink / raw)
To: linux-kernel, mingo, peterz
Cc: ming.m.lin, anhua.xu, chaohong.guo, kent.liu, Youquan Song,
Youquan Song
Add support to Romely-EP SandyBridge.
Signed-off-by: Youquan Song <youquan.song@intel.com>
Signed-off-by: Anhua Xu <anhua.xu@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
---
arch/x86/kernel/cpu/perf_event_intel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu/perf_event_intel.c
index 45fbb8f..f88af2c 100644
--- a/arch/x86/kernel/cpu/perf_event_intel.c
+++ b/arch/x86/kernel/cpu/perf_event_intel.c
@@ -1590,6 +1590,7 @@ static __init int intel_pmu_init(void)
break;
case 42: /* SandyBridge */
+ case 45: /* SandyBridge, "Romely-EP" */
memcpy(hw_cache_event_ids, snb_hw_cache_event_ids,
sizeof(hw_cache_event_ids));
--
1.6.4.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] perf, x86: Add model 45 SandyBridge support
2011-08-02 6:01 [PATCH] perf, x86: Add model 45 SandyBridge support Youquan Song
@ 2011-08-02 10:27 ` Peter Zijlstra
2011-08-09 14:30 ` [tip:perf/urgent] " tip-bot for Youquan Song
1 sibling, 0 replies; 3+ messages in thread
From: Peter Zijlstra @ 2011-08-02 10:27 UTC (permalink / raw)
To: Youquan Song
Cc: linux-kernel, mingo, ming.m.lin, anhua.xu, chaohong.guo, kent.liu,
Youquan Song
On Tue, 2011-08-02 at 14:01 +0800, Youquan Song wrote:
> Add support to Romely-EP SandyBridge.
>
> Signed-off-by: Youquan Song <youquan.song@intel.com>
> Signed-off-by: Anhua Xu <anhua.xu@intel.com>
> Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Hehe, lots of SOBs for 1 line ;-)
Thanks though!
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:perf/urgent] perf, x86: Add model 45 SandyBridge support
2011-08-02 6:01 [PATCH] perf, x86: Add model 45 SandyBridge support Youquan Song
2011-08-02 10:27 ` Peter Zijlstra
@ 2011-08-09 14:30 ` tip-bot for Youquan Song
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Youquan Song @ 2011-08-09 14:30 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, hpa, mingo, a.p.zijlstra, anhua.xu, youquan.song,
ming.m.lin, tglx, mingo
Commit-ID: a34668f6beb4ab01e07683276d6a24bab6c175e0
Gitweb: http://git.kernel.org/tip/a34668f6beb4ab01e07683276d6a24bab6c175e0
Author: Youquan Song <youquan.song@intel.com>
AuthorDate: Tue, 2 Aug 2011 14:01:35 +0800
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Tue, 9 Aug 2011 11:58:06 +0200
perf, x86: Add model 45 SandyBridge support
Add support to Romely-EP SandyBridge.
Signed-off-by: Youquan Song <youquan.song@intel.com>
Signed-off-by: Anhua Xu <anhua.xu@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1312264895-2010-1-git-send-email-youquan.song@intel.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
arch/x86/kernel/cpu/perf_event_intel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu/perf_event_intel.c
index 45fbb8f..f88af2c 100644
--- a/arch/x86/kernel/cpu/perf_event_intel.c
+++ b/arch/x86/kernel/cpu/perf_event_intel.c
@@ -1590,6 +1590,7 @@ static __init int intel_pmu_init(void)
break;
case 42: /* SandyBridge */
+ case 45: /* SandyBridge, "Romely-EP" */
memcpy(hw_cache_event_ids, snb_hw_cache_event_ids,
sizeof(hw_cache_event_ids));
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-09 14:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 6:01 [PATCH] perf, x86: Add model 45 SandyBridge support Youquan Song
2011-08-02 10:27 ` Peter Zijlstra
2011-08-09 14:30 ` [tip:perf/urgent] " tip-bot for Youquan Song
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox