type internal/trace/tracev2.ProcStatus
6 uses
internal/trace/tracev2 (current package)
events.go#L530: type ProcStatus uint8
events.go#L533: ProcBad ProcStatus = iota
events.go#L550: func (s ProcStatus) String() string {
runtime
traceevent.go#L40: func (tl traceLocker) eventWriter(goStatus tracev2.GoStatus, procStatus tracev2.ProcStatus) traceEventWriter {
tracestatus.go#L54: var status tracev2.ProcStatus
tracestatus.go#L89: func (w traceWriter) writeProcStatus(pid uint64, status tracev2.ProcStatus, inSweep bool) traceWriter {
![]() |
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. |