This repo contains some eBPF-based tools for tracing.
This tool uses ras:mc_event tracepoint and prints EDAC errors.
Summarizes generic_make_request() latency as a histogramm.
Shows generic_make_request() calls which were slower than expected. Usefull to find out when kernel submits requests slowly. Possible reasons are: a lot of blk_mq_queue_freeze() calls or slow generic_make_request_checks().