linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] perf/core: Wake up parent event if inherited event has no ring buffer
@ 2021-12-06 11:38 James Clark
  2021-12-06 11:38 ` [RFC PATCH 1/1] " James Clark
  0 siblings, 1 reply; 8+ messages in thread
From: James Clark @ 2021-12-06 11:38 UTC (permalink / raw)
  To: peterz, mingo, acme, mark.rutland, alexander.shishkin, jolsa, namhyung
  Cc: linux-perf-users, leo.yan, Suzuki.Poulose, James Clark, linux-kernel

This is one possible fix to the issue described in the commit message.

What I'm not sure about is whether these other two possibilities should
be done instead, which is what I'm looking for feedback on:

 * Assign the ring buffer of the parent event to the child in inherit_event()

 * Move the poll list from the RB to the event, although it was moved into
   the RB for a specific reason in 10c6db1

James Clark (1):
  perf/core: Wake up parent event if inherited event has no ring buffer

 kernel/events/core.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.28.0


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

end of thread, other threads:[~2022-01-27 11:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 11:38 [RFC PATCH 0/1] perf/core: Wake up parent event if inherited event has no ring buffer James Clark
2021-12-06 11:38 ` [RFC PATCH 1/1] " James Clark
2022-01-24 11:37   ` Ruben Ayrapetyan
2022-01-24 11:49   ` Peter Zijlstra
2022-01-24 14:58     ` James Clark
2022-01-25 19:12       ` Peter Zijlstra
2022-01-26 16:15         ` James Clark
2022-01-27 11:50   ` [tip: perf/urgent] perf: Always wake the parent event tip-bot2 for James Clark

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