login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2011
»
January
»
3
Re: [PATCH 5/7] perf: Optimise topology iteration
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Peter Zijlstra
Subject:
Re: [PATCH 5/7] perf: Optimise topology iteration
Date: Monday, January 3, 2011 - 4:02 am
On Mon, 2010-12-27 at 23:38 +0800, Lin Ming wrote:
quoted text
> Currently we iterate the full machine looking for a matching core_id/nb > for the percore and the amd northbridge stuff , using a smaller topology > mask makes sense.
Does topology_thread_cpumask() include offline cpus? I tried looking at it, but I cannot find any code clearing bits in that mask on offline.
quoted text
> Signed-off-by: Lin Ming <ming.m.lin@intel.com> > --- > arch/x86/kernel/cpu/perf_event_amd.c | 2 +- > arch/x86/kernel/cpu/perf_event_intel.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/x86/kernel/cpu/perf_event_amd.c b/arch/x86/kernel/cpu/perf_event_amd.c > index 67e2202..5a3b7b8 100644 > --- a/arch/x86/kernel/cpu/perf_event_amd.c > +++ b/arch/x86/kernel/cpu/perf_event_amd.c > @@ -323,7 +323,7 @@ static void amd_pmu_cpu_starting(int cpu) > nb_id = amd_get_nb_id(cpu); > WARN_ON_ONCE(nb_id == BAD_APICID); > > - for_each_online_cpu(i) { > + for_each_cpu(i, topology_core_cpumask(cpu)) { > nb = per_cpu(cpu_hw_events, i).amd_nb; > if (WARN_ON_ONCE(!nb)) > continue; > diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu/perf_event_intel.c > index 354d1de..ad70c2c 100644 > --- a/arch/x86/kernel/cpu/perf_event_intel.c > +++ b/arch/x86/kernel/cpu/perf_event_intel.c > @@ -1111,7 +1111,7 @@ static void intel_pmu_cpu_starting(int cpu) > if (!ht_enabled(cpu)) > return; > > - for_each_online_cpu(i) { > + for_each_cpu(i, topology_thread_cpumask(cpu)) { > struct intel_percore *pc = per_cpu(cpu_hw_events, i).per_core; > > if (pc && pc->core_id == core_id) {
--
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 5/7] perf: Optimise topology iteration
, Lin Ming
, (Mon Dec 27, 8:38 am)
Re: [PATCH 5/7] perf: Optimise topology iteration
, Peter Zijlstra
, (Mon Jan 3, 4:02 am)
Re: [PATCH 5/7] perf: Optimise topology iteration
, Andi Kleen
, (Mon Jan 3, 8:20 am)
Re: [PATCH 5/7] perf: Optimise topology iteration
, Lin Ming
, (Mon Jan 3, 11:18 pm)
Re: [PATCH 5/7] perf: Optimise topology iteration
, Lin Ming
, (Tue Jan 4, 12:13 am)
Re: [PATCH 5/7] perf: Optimise topology iteration
, Peter Zijlstra
, (Tue Jan 4, 5:06 am)
Re: [PATCH 5/7] perf: Optimise topology iteration
, Borislav Petkov
, (Tue Jan 4, 7:22 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate