[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100915222712.GU13563@erda.amd.com>
Date: Thu, 16 Sep 2010 00:27:12 +0200
From: Robert Richter <robert.richter@....com>
To: Stephane Eranian <eranian@...gle.com>
CC: Cyrill Gorcunov <gorcunov@...il.com>, Ingo Molnar <mingo@...e.hu>,
Peter Zijlstra <peterz@...radead.org>,
Don Zickus <dzickus@...hat.com>,
"fweisbec@...il.com" <fweisbec@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"ying.huang@...el.com" <ying.huang@...el.com>,
"ming.m.lin@...el.com" <ming.m.lin@...el.com>,
"yinghai@...nel.org" <yinghai@...nel.org>,
"andi@...stfloor.org" <andi@...stfloor.org>
Subject: Re: [PATCH] perf, x86: catch spurious interrupts after disabling
counters
> On Wed, Sep 15, 2010 at 10:21:10PM +0200, Stephane Eranian wrote:
> > When you do perf record foo, it's equivalent to
> > perf record -e cycles:uk -F 1000 foo
Yes, thanks.
I am asking because I have observed up to 4 back-to-back nmis from the
same counter when enabling an event. The period is not yet adjusted.
We should avoid those short sampling periods in the beginning and
better start with too long periods. Didn't look at the implementation
so far. I know this is not easy to handle because this very much
depends on the event we measure.
Maybe we start the counter with a delay and then calculate period =
duration - delay, later decreasing the delay until the frequency is
adjusted but keeping the total sampling rate more or less constant.
-Robert
--
Advanced Micro Devices, Inc.
Operating System Research Center
--
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