pub struct TraceEntryParser;Expand description
A parser for trace entries that formats them into human-readable strings.
Implementations§
Source§impl TraceEntryParser
impl TraceEntryParser
Sourcepub fn parse<K: KernelTraceOps>(
tracepoint_map: &TracePointMap<K>,
cmdline_cache: &TraceCmdLineCache,
record: &TracePipeRecord,
) -> String
pub fn parse<K: KernelTraceOps>( tracepoint_map: &TracePointMap<K>, cmdline_cache: &TraceCmdLineCache, record: &TracePipeRecord, ) -> String
Parse the trace entry and return a formatted string.
Auto Trait Implementations§
impl Freeze for TraceEntryParser
impl RefUnwindSafe for TraceEntryParser
impl Send for TraceEntryParser
impl Sync for TraceEntryParser
impl Unpin for TraceEntryParser
impl UnsafeUnpin for TraceEntryParser
impl UnwindSafe for TraceEntryParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more