Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GoSyscallEndBlocked (0.26 sec)

  1. src/internal/trace/event/go122/event.go

    		Name:         "GoSyscallEnd",
    		Args:         []string{"dt"},
    		StartEv:      EvGoSyscallBegin,
    		IsTimedEvent: true,
    	},
    	EvGoSyscallEndBlocked: event.Spec{
    		Name:         "GoSyscallEndBlocked",
    		Args:         []string{"dt"},
    		StartEv:      EvGoSyscallBegin,
    		IsTimedEvent: true,
    	},
    	EvGoStatus: event.Spec{
    		Name:         "GoStatus",
    		Args:         []string{"dt", "g", "m", "gstatus"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  2. src/internal/trace/oldtrace.go

    // instantaneous event, gets turned into a 1 ns long pair of
    // GoSyscallStart+GoSyscallEnd, unless we observe a GoSysBlock, in which case we
    // emit a GoSyscallStart+GoSyscallEndBlocked pair with the correct duration
    // (i.e. starting at the original GoSyscall).
    //
    // The resulting trace treats the old trace as a single, large generation,
    // sharing a single evTable for all events.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 17.2K bytes
    - Viewed (0)
Back to top