Skip to main content

scan_execution_trace

Function scan_execution_trace 

Source
pub fn scan_execution_trace(
    store: &dyn EventStore,
    run_id: &RunId,
    from: Seq,
) -> Result<Vec<KernelTraceEvent>, KernelError>
Expand description

Scans the event store and returns the unified kernel trace event view.