From: Borislav Petkov <bp@alien8.de>
To: mingo@kernel.org, hpa@zytor.com, paulus@samba.org,
eranian@google.com, linux-kernel@vger.kernel.org,
peterz@infradead.org, acme@kernel.org, zheng.z.yan@intel.com,
ak@linux.intel.com, tglx@linutronix.de, bp@suse.de
Cc: linux-tip-commits@vger.kernel.org
Subject: Re: [tip:perf/core] perf/x86/uncore: move NHM-EX/ WSM-EX specific code to seperate file
Date: Wed, 13 Aug 2014 12:41:53 +0200 [thread overview]
Message-ID: <20140813104153.GB20522@pd.tnic> (raw)
In-Reply-To: <tip-c1e46580c3b7bf25053519cf39f01a2f9ea4d865@git.kernel.org>
On Wed, Aug 13, 2014 at 01:23:12AM -0700, tip-bot for Yan, Zheng wrote:
> Commit-ID: c1e46580c3b7bf25053519cf39f01a2f9ea4d865
> Gitweb: http://git.kernel.org/tip/c1e46580c3b7bf25053519cf39f01a2f9ea4d865
> Author: Yan, Zheng <zheng.z.yan@intel.com>
> AuthorDate: Wed, 30 Jul 2014 15:22:15 +0800
> Committer: Ingo Molnar <mingo@kernel.org>
> CommitDate: Wed, 13 Aug 2014 07:51:08 +0200
>
> perf/x86/uncore: move NHM-EX/WSM-EX specific code to seperate file
>
> Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
> Signed-off-by: Peter Zijlstra <peterz@infradead.org>
> Cc: Andi Kleen <ak@linux.intel.com>
> Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
> Cc: Borislav Petkov <bp@suse.de>
> Cc: Paul Mackerras <paulus@samba.org>
> Cc: Stephane Eranian <eranian@google.com>
> Link: http://lkml.kernel.org/r/1406704935-27708-4-git-send-email-zheng.z.yan@intel.com
> Signed-off-by: Ingo Molnar <mingo@kernel.org>
> ---
> arch/x86/kernel/cpu/Makefile | 2 +-
> arch/x86/kernel/cpu/perf_event_intel_uncore.c | 1038 +-------------
> arch/x86/kernel/cpu/perf_event_intel_uncore.h | 185 +--
> ...el_uncore.c => perf_event_intel_uncore_nhmex.c} | 1483 +++-----------------
> 4 files changed, 196 insertions(+), 2512 deletions(-)
>
> diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile
> index 7dee866..7e1fd4e 100644
> --- a/arch/x86/kernel/cpu/Makefile
> +++ b/arch/x86/kernel/cpu/Makefile
> @@ -37,7 +37,7 @@ endif
> obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_p6.o perf_event_knc.o perf_event_p4.o
> obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_intel_lbr.o perf_event_intel_ds.o perf_event_intel.o
> obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_intel_uncore.o perf_event_intel_uncore_snb.o
> -obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_intel_uncore_snbep.o
> +obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_intel_uncore_snbep.o perf_event_intel_uncore_nhmex.o
> obj-$(CONFIG_CPU_SUP_INTEL) += perf_event_intel_rapl.o
These filenames are begging to go to a separate dir. arch/x86/perf/
would be a good one, peterz says.
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
next prev parent reply other threads:[~2014-08-13 10:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-30 7:22 [PATCH 1/4] perf/x86/uncore: declare some functions and variables Yan, Zheng
2014-07-30 7:22 ` [PATCH 2/4] perf/x86/uncore: move NHM/SNB/IVB specific code to seperate file Yan, Zheng
2014-08-13 8:22 ` [tip:perf/core] perf/x86/uncore: Move NHM/SNB/ IVB " tip-bot for Yan, Zheng
2014-07-30 7:22 ` [PATCH 3/4] perf/x86/uncore: move SNB-EP/IvyTown " Yan, Zheng
2014-07-30 9:05 ` Peter Zijlstra
2014-07-31 1:08 ` Yan, Zheng
2014-07-31 1:11 ` Yan, Zheng
2014-07-31 19:21 ` Andi Kleen
2014-08-13 8:22 ` [tip:perf/core] perf/x86/uncore: Move SNB/ IVB-EP " tip-bot for Yan, Zheng
2014-07-30 7:22 ` [PATCH 4/4] perf/x86/uncore: move NHM-EX/WSM-EX " Yan, Zheng
2014-08-13 8:23 ` [tip:perf/core] perf/x86/uncore: move NHM-EX/ WSM-EX " tip-bot for Yan, Zheng
2014-08-13 10:41 ` Borislav Petkov [this message]
2014-08-13 10:52 ` Ingo Molnar
2014-08-13 8:22 ` [tip:perf/core] perf/x86/uncore: Declare some functions and variables tip-bot for Yan, Zheng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140813104153.GB20522@pd.tnic \
--to=bp@alien8.de \
--cc=acme@kernel.org \
--cc=ak@linux.intel.com \
--cc=bp@suse.de \
--cc=eranian@google.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--cc=zheng.z.yan@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome