lkml.org 
[lkml]   [2018]   [Jun]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH] perf: Sharing PMU counters across compatible events
Date
This is to follow up earlier discussion on sharing hardware PMU counters
across compatible events:

https://marc.info/?t=151213803600016
https://marc.info/?t=152547569200001

This version limits PMU sharing to events within same ctx. As a result,
compatible events are not evaluated during task schedule. This vesion also
limits PMU sharing to hardware counting events. From our discussion with
internal users, this is sufficient for most cases.

This version introduces virtual master event. The virtual master event
does require careful handling. But it is makes the logic of event add/del
cleaner.

This version has been stable in my tests.

Cc: Tejun Heo <tj@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Alexey Budankov <alexey.budankov@linux.intel.com>

Song Liu (1):
perf: Sharing PMU counters across compatible events

include/linux/perf_event.h | 61 ++++++++++
kernel/events/core.c | 284 +++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 335 insertions(+), 10 deletions(-)

--
2.9.5

\
 
 \ /
  Last update: 2018-06-09 00:47    [W:0.037 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site