[PATCH v3 0/3] perf: Trigger IO signals for watermark_wakeup

Kyle Huey posted 3 patches 1 year, 10 months ago
[PATCH v3 0/3] perf: Trigger IO signals for watermark_wakeup
Posted by Kyle Huey 1 year, 10 months ago
watermark_wakeup triggers poll events. It would be helpful for rr if
it also triggered FASYNC signals since that's what we use.

Since the last version I split the main code change into a pure move of
perf_event_fasync() and a separate behavior change.