pub fn walk_systemd_units<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
) -> Result<Vec<SystemdUnitInfo>>Expand description
Walk the systemd process VMAs and extract unit information from memory strings.
Returns Ok(vec![]) if init_task symbol is missing.