cpudist: Fix extraneous filtering of descheduled tasks
When the `-O` switch was provided, cpudist was unnecessarily filtering out scheduling events arising from a task waking up when the previous task was not running. On an idle system, this happens a lot, and causes events to be missed. This is now fixed.
Showing
Please register or sign in to comment