public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/2] perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi
@ 2017-08-24 10:16 Alexey Budankov
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Alexey Budankov @ 2017-08-24 10:16 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Alexander Shishkin
  Cc: Andi Kleen, Kan Liang, Mark Rutland, David Carrillo-Cisneros,
	Stephane Eranian, Dmitri Prokhorov, Valery Cherepennikov,
	linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-24 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 10:16 [PATCH v8 0/2] perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi Alexey Budankov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox