Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + type TraceEvent struct + CPU string + Flags string + Function string + Message string + PID string + Raw string + Task string + Timestamp string + type TracePipe struct + func NewTracePipe() (*TracePipe, error) + func (t *TracePipe) Channel() (<-chan *TraceEvent, <-chan error) + func (t *TracePipe) Close() error + func (t *TracePipe) ReadLine() (*TraceEvent, error)