type internal/trace/tracev2.GoStatus
7 uses
internal/trace/tracev2 (current package)
events.go#L503: type GoStatus uint8
events.go#L506: GoBad GoStatus = iota
events.go#L513: func (s GoStatus) String() string {
runtime
traceevent.go#L40: func (tl traceLocker) eventWriter(goStatus tracev2.GoStatus, procStatus tracev2.ProcStatus) traceEventWriter {
tracestatus.go#L20: func (w traceWriter) writeGoStatus(goid uint64, mid int64, status tracev2.GoStatus, markAssist bool, stackID uint64) traceWriter {
tracestatus.go#L114: func goStatusToTraceGoStatus(status uint32, wr waitReason) tracev2.GoStatus {
tracestatus.go#L116: var tgs tracev2.GoStatus
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |