Skip to main content

walk_kmsg

Function walk_kmsg 

Source
pub fn walk_kmsg<P: PhysicalMemoryProvider>(
    reader: &ObjectReader<P>,
) -> Result<Vec<KmsgEntry>>
Expand description

Walk the kernel log ring buffer and return parsed entries.

Returns Ok(Vec::new()) when __log_buf symbol is absent.