Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EventString (0.18 sec)

  1. src/internal/trace/order.go

    	state, ok := o.pStates[curCtx.P]
    	if !ok {
    		return curCtx, false, fmt.Errorf("event %s for proc (%v) that doesn't exist", go122.EventString(ev.typ), curCtx.P)
    	}
    	if state.status != go122.ProcRunning && state.status != go122.ProcSyscall {
    		return curCtx, false, fmt.Errorf("%s event for proc that's not %s or %s", go122.EventString(ev.typ), go122.ProcRunning, go122.ProcSyscall)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
Back to top