pub fn walk_io_uring<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
) -> Result<Vec<IoUringEntry>>Expand description
Walk all io_ring_ctx structures reachable from each process’s
task_struct->io_uring field and return forensic entries.
Returns Ok(vec![]) gracefully when ISF symbols are unavailable.