type oldTraceConverter …
const sForever …
const sPreempted …
const sGosched …
const sSleep …
const sChanSend …
const sChanRecv …
const sNetwork …
const sSync …
const sSyncCond …
const sSelect …
const sEmpty …
const sMarkAssistWait …
const sSTWUnknown …
const sSTWGCMarkTermination …
const sSTWGCSweepTermination …
const sSTWWriteHeapDump …
const sSTWGoroutineProfile …
const sSTWGoroutineProfileCleanup …
const sSTWAllGoroutinesStackTrace …
const sSTWReadMemStats …
const sSTWAllThreadsSyscall …
const sSTWGOMAXPROCS …
const sSTWStartTrace …
const sSTWStopTrace …
const sSTWCountPagesInUse …
const sSTWReadMetricsSlow …
const sSTWReadMemStatsSlow …
const sSTWPageCachePagesLeaked …
const sSTWResetDebugLog …
const sLast …
func (it *oldTraceConverter) init(pr oldtrace.Trace) error { … }
func (it *oldTraceConverter) next() (Event, error) { … }
var errSkip …
func (it *oldTraceConverter) convertEvent(ev *oldtrace.Event) (OUT Event, ERR error) { … }
func convertOldFormat(pr oldtrace.Trace) *oldTraceConverter { … }