[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170712075711.vojapr64cq75dqen@gmail.com>
Date: Wed, 12 Jul 2017 09:57:11 +0200
From: Ingo Molnar <mingo@...nel.org>
To: "Jin, Yao" <yao.jin@...ux.intel.com>
Cc: Kyle Huey <me@...ehuey.com>, Mark Rutland <mark.rutland@....com>,
gregkh@...uxfoundation.org, Peter Zijlstra <peterz@...radead.org>,
Vince Weaver <vincent.weaver@...ne.edu>,
stable@...r.kernel.org,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Jiri Olsa <jolsa@...hat.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Namhyung Kim <namhyung@...nel.org>,
Stephane Eranian <eranian@...gle.com>,
Thomas Gleixner <tglx@...utronix.de>, acme@...nel.org,
jolsa@...nel.org, kan.liang@...el.com,
Will Deacon <will.deacon@....com>,
open list <linux-kernel@...r.kernel.org>,
Robert O'Callahan <robert@...llahan.org>
Subject: Re: [PATCH] perf/core: generate overflow signal when samples are
dropped (WAS: Re: [REGRESSION] perf/core: PMU interrupts dropped if we
entered the kernel in the "skid" region)
* Jin, Yao <yao.jin@...ux.intel.com> wrote:
> Could we provide 2 options in user space when enabling the event sampling?
>
> One option is for the use case like rr debugger which only cares the PMI
> interrupt but doesn't care the skid. The skid samples doesn't need to be
> dropped.
Since it's an information leak, this is not something we want to expose as an
interface. It's also a very ugly interface: why not just *clear* the sample,
instead of dropping it?
The hardware messed up and gave us something we specifically did not permit
user-space to collect. We have to fix the bad effects to the best extent we can,
and not based on some knob.
Thanks,
Ingo
Powered by blists - more mailing lists