mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] perf: Scheduling optimizations
@ 2017-01-19 16:43 Alexander Shishkin
  2017-01-19 16:43 ` [PATCH 1/2] perf: Don't re-schedule cpu flexible events needlessly Alexander Shishkin
  2017-01-19 16:43 ` [PATCH 2/2] perf: Optimize event rescheduling on active contexts Alexander Shishkin
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Shishkin @ 2017-01-19 16:43 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: Ingo Molnar, linux-kernel, vince, eranian,
	Arnaldo Carvalho de Melo, Alexander Shishkin

Hi Peter,

These here two patches deal with rescheduling on active contexts. The common
idea is that we shouldn't reschedule groups of higher priority than the ones
that are being added or scheduled in. 1/1 takes on the scheduling path, where
we don't want to touch cpu flexible groups if the scheduling context doesn't
carry pinned groups. 1/2 deals with the enable/install cases, where we have
to consider all four types of groups.

Alexander Shishkin (2):
  perf: Don't re-schedule cpu flexible events needlessly
  perf: Optimize event rescheduling on active contexts

 kernel/events/core.c | 86 ++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 74 insertions(+), 12 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-01-30 11:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-19 16:43 [PATCH 0/2] perf: Scheduling optimizations Alexander Shishkin
2017-01-19 16:43 ` [PATCH 1/2] perf: Don't re-schedule cpu flexible events needlessly Alexander Shishkin
2017-01-30 11:58   ` [tip:perf/core] perf/core: Don't re-schedule CPU " tip-bot for Alexander Shishkin
2017-01-19 16:43 ` [PATCH 2/2] perf: Optimize event rescheduling on active contexts Alexander Shishkin
2017-01-30 11:59   ` [tip:perf/core] perf/core: " tip-bot for Alexander Shishkin

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

Powered by JetHome