From: Alexey Budankov <alexey.budankov@linux.intel.com>
To: Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
Arnaldo Carvalho de Melo <acme@kernel.org>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>, Kan Liang <kan.liang@intel.com>,
Mark Rutland <mark.rutland@arm.com>,
David Carrillo-Cisneros <davidcc@google.com>,
Stephane Eranian <eranian@google.com>,
Dmitri Prokhorov <Dmitry.Prohorov@intel.com>,
Valery Cherepennikov <valery.cherepennikov@intel.com>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH v8 0/2] perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi
Date: Thu, 24 Aug 2017 13:16:36 +0300 [thread overview]
Message-ID: <a0f836aa-e0bc-73fd-1bf3-e643767a7e93@linux.intel.com> (raw)
Hi,
This patch set v8 addresses feedback captured on review of v7. For more
background details please refer to v7 and earlier.
Specifically in this version mux switch is renamed to rotation switch
and the value of rotation switch may be the one of defined by
ROTATION_DISABLED or ROTATION_ENABLED macros.
ctx->rotate_disable bool flag is renamed to ctx->rotation and also employs
ROTATION_DISABLE and ROTATION_ENABLED macros.
pinned_group_sched_in() and flexible_group_sched_in() API are introduced
to consolidate code enabling a whole group from pinned and flexible
groups appropriately.
Patches in the set are expected to be applied one after another in
the mentioned order and they are logically split into two parts
to simplify the review process.
The patch set was successfully tested over a night using perf_fuzzer tool.
Thanks,
Alexey
---
Alexey Budankov (2):
perf/core: use rb trees for pinned/flexible groups
perf/core: add rotation switch to skip to the current CPU's events list on mux interrupt
include/linux/perf_event.h | 21 ++-
kernel/events/core.c | 456 ++++++++++++++++++++++++++++++++++-----------
2 files changed, 362 insertions(+), 115 deletions(-)
next reply other threads:[~2017-08-24 10:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-24 10:16 Alexey Budankov [this message]
2017-08-24 10:18 ` [PATCH v8 1/2] perf/core: use rb trees for pinned/flexible groups Alexey Budankov
2017-08-24 10:19 ` [PATCH v8 2/2] perf/core: add rotation switch to skip to the current CPU's events list on mux interrupt Alexey Budankov
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=a0f836aa-e0bc-73fd-1bf3-e643767a7e93@linux.intel.com \
--to=alexey.budankov@linux.intel.com \
--cc=Dmitry.Prohorov@intel.com \
--cc=acme@kernel.org \
--cc=ak@linux.intel.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=davidcc@google.com \
--cc=eranian@google.com \
--cc=kan.liang@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=valery.cherepennikov@intel.com \
/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