Skip to content

Draft: [Experimental] Interrupt handler trace analysis support

Morten Rasmussen requested to merge Morten.Rasmussen/lisa:irq_analysis into main

FEATURE

Interrupt handler trace analysis based on ftrace events 'irq_handler_entry' and 'irq_handler_exit'. Provide functions to extract interrupt handler, activity, and plot activity.

The analysis is implemented using polars.

Merge request reports