[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1273484401.5605.3333.camel@twins>
Date: Mon, 10 May 2010 11:40:01 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Lin Ming <ming.m.lin@...el.com>
Cc: Ingo Molnar <mingo@...e.hu>,
Frederic Weisbecker <fweisbec@...il.com>,
"eranian@...il.com" <eranian@...il.com>,
"Gary.Mohr@...l.com" <Gary.Mohr@...l.com>,
Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
"arjan@...ux.intel.com" <arjan@...ux.intel.com>,
"Zhang, Yanmin" <yanmin_zhang@...ux.intel.com>,
Paul Mackerras <paulus@...ba.org>,
"David S. Miller" <davem@...emloft.net>,
Russell King <rmk+kernel@....linux.org.uk>,
Paul Mundt <lethal@...ux-sh.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: [RFC][PATCH 3/9] perf: export registerred pmus via sysfs
On Mon, 2010-05-10 at 17:27 +0800, Lin Ming wrote:
> Export pmus via sysfs /sys/devices/system/cpu/pmus/0...N
> The file name is the pmu id, ie, /sys/devices/system/cpu/pmus/N
> represents pmu id N.
> So perf tool can use it to initialize perf_event_attr.
Why create a whole new directory, why not:
/sys/devices/system/cpu/cpuN/pmu_id ?
That way we can simply extend it to things like:
/sys/devices/system/cpu/cpuN/nodeN/pmu_id
/sys/devices/system/node/nodeN/pmi_id
Instead of having to add something like:
/sys/devices/system/node/pmus/0..N
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists