lkml.org 
[lkml]   [2021]   [Dec]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v12 2/5] perf: Add a counter for number of user access events in context
On Tue, Nov 30, 2021 at 4:57 PM Thomas Gleixner <tglx@linutronix.de> wrote:
>
> On Wed, Oct 27 2021 at 15:16, Rob Herring wrote:
> > For controlling user space counter access, we need to know if any event
> > in a context (currently scheduled or not) is using user space counters.
>
> Who is 'we'?
>
> Come on. How is someone without context supposed to figure out that 'we'
> means ARM64 when staring at that changelog a year later?
>
> Is it really that hard to write coherent changelogs which make sense on
> their own and actually follow Documentation/process/ which exists for a
> reason?

I've rewritten it like this:

On arm64, user space counter access will be controlled differently
compared to x86. On x86, access in the strictest mode is enabled for all
tasks in an MM when any event is mmap'ed. For arm64, access is
explicitly requested for an event and only enabled when the event's
context is active. This avoids hooks into the arch context switch code
and gives better control of when access is enabled.

In order to configure user space access when the PMU is enabled, it is
necessary to know if any event (currently active or not) in the current
context has user space accessed enabled. Add a counter similar to other
counters in the context to avoid walking the event list every time.

\
 
 \ /
  Last update: 2021-12-03 16:59    [W:0.062 / U:0.716 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site