From: Song Liu <songliubraving@fb.com>
To: <linux-kernel@vger.kernel.org>
Cc: <lkp@intel.com>, <kernel-team@fb.com>,
Song Liu <songliubraving@fb.com>, Tejun Heo <tj@kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Jiri Olsa <jolsa@kernel.org>,
Alexey Budankov <alexey.budankov@linux.intel.com>
Subject: [PATCH v2 0/1] perf: Sharing PMU counters across compatible events
Date: Wed, 15 Aug 2018 10:03:12 -0700 [thread overview]
Message-ID: <20180815170313.455943-1-songliubraving@fb.com> (raw)
Changes v1 -> v2:
1. Fixed a bug reported by 0day kernel testing robot
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.
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 | 289 +++++++++++++++++++++++++++++++++++--
2 files changed, 340 insertions(+), 10 deletions(-)
--
2.17.1
next reply other threads:[~2018-08-15 17:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-15 17:03 Song Liu [this message]
2018-08-15 17:03 ` [PATCH v2 1/1] perf: Sharing PMU counters across compatible events Song Liu
2018-08-30 15:13 ` Jiri Olsa
2018-08-30 18:35 ` Song Liu
2018-09-10 8:13 ` Jiri Olsa
2018-09-11 13:29 ` Song Liu
2018-09-23 21:44 ` Jiri Olsa
2018-08-30 15:18 ` Jiri Olsa
2018-08-30 18:51 ` Song Liu
2018-09-10 8:15 ` Jiri Olsa
2018-09-11 13:38 ` Song Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180815170313.455943-1-songliubraving@fb.com \
--to=songliubraving@fb.com \
--cc=alexey.budankov@linux.intel.com \
--cc=jolsa@kernel.org \
--cc=kernel-team@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=peterz@infradead.org \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).