Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for GoStop (0.35 sec)

  1. src/runtime/traceruntime.go

    }
    
    // GoSched emits a GoStop event with a GoSched reason.
    func (tl traceLocker) GoSched() {
    	tl.GoStop(traceGoStopGoSched)
    }
    
    // GoPreempt emits a GoStop event with a GoPreempted reason.
    func (tl traceLocker) GoPreempt() {
    	tl.GoStop(traceGoStopPreempted)
    }
    
    // GoStop emits a GoStop event with the provided reason.
    func (tl traceLocker) GoStop(reason traceGoStopReason) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  2. src/internal/trace/event/go122/event.go

    		IsTimedEvent: true,
    	},
    	EvGoDestroySyscall: event.Spec{
    		Name:         "GoDestroySyscall",
    		Args:         []string{"dt"},
    		IsTimedEvent: true,
    	},
    	EvGoStop: event.Spec{
    		Name:         "GoStop",
    		Args:         []string{"dt", "reason_string", "stack"},
    		IsTimedEvent: true,
    		StackIDs:     []int{2},
    		StringIDs:    []int{1},
    	},
    	EvGoBlock: event.Spec{
    		Name:         "GoBlock",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  3. src/internal/trace/internal/oldtrace/parser.go

    	EvGoStart:           {"GoStart", 5, false, []string{"g", "seq"}, nil}, // in 1.5 format it was {"g"}
    	EvGoEnd:             {"GoEnd", 5, false, []string{}, nil},
    	EvGoStop:            {"GoStop", 5, true, []string{}, nil},
    	EvGoSched:           {"GoSched", 5, true, []string{}, nil},
    	EvGoPreempt:         {"GoPreempt", 5, true, []string{}, nil},
    	EvGoSleep:           {"GoSleep", 5, true, []string{}, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  4. src/internal/trace/testdata/tests/go122-annotations-stress.test

    UserLog dt=7 task=9 key_string=27 value_string=48 stack=32
    UserRegionBegin dt=4 task=9 name_string=29 stack=33
    UserRegionEnd dt=7 task=9 name_string=29 stack=34
    HeapAlloc dt=11 heapalloc_value=1802240
    GoStop dt=674 reason_string=16 stack=53
    GoStart dt=12 g=51 g_seq=2
    GoBlock dt=8 reason_string=19 stack=35
    HeapAlloc dt=16 heapalloc_value=1810432
    ProcStop dt=8
    ProcStart dt=159907 p=0 p_seq=8
    ProcStop dt=25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  5. Makefile.core.mk

    GOPATH ?= $(shell cd ${ISTIO_GO}/../../..; pwd)
    export GOPATH
    
    # If GOPATH is made up of several paths, use the first one for our targets in this Makefile
    GO_TOP := $(shell echo ${GOPATH} | cut -d ':' -f1)
    export GO_TOP
    
    GO ?= go
    
    GOARCH_LOCAL := $(TARGET_ARCH)
    GOOS_LOCAL := $(TARGET_OS)
    
    #-----------------------------------------------------------------------------
    # Output control
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_ops_to_mhlo.cc

        }
    
        auto rhs_or =
            CreateConstantOrConvertOp(op, adaptor.getRhs(), *rhs_type, rewriter);
        if (failed(rhs_or)) {
          return failure();
        }
    
        rewriter.replaceOpWithNewOp<mhlo::DotOp>(op, op.getType(), op.getLhs(),
                                                 *rhs_or,
                                                 /*precision_config=*/nullptr);
        return success();
      }
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/dot_general.cc

    // be inserted when necessary. See ConvertDotGeneralOp for additional notes.
    Value ConvertDotOp(PatternRewriter& rewriter, Operation* old_op) {
      auto dot_op = cast<mhlo::DotOp>(old_op);
      auto lhs_rank = mlir::cast<ShapedType>(dot_op.getLhs().getType()).getRank();
      auto dot_dimension_numbers =
          mhlo::DotDimensionNumbersAttr::get(rewriter.getContext(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	TIOCSSERIAL                      = 0x5485
    	TIOCSSOFTCAR                     = 0x5482
    	TIOCSTI                          = 0x5472
    	TIOCSWINSZ                       = 0x80087467
    	TIOCVHANGUP                      = 0x5437
    	TOSTOP                           = 0x8000
    	TUNATTACHFILTER                  = 0x801054d5
    	TUNDETACHFILTER                  = 0x801054d6
    	TUNGETDEVNETNS                   = 0x200054e3
    	TUNGETFEATURES                   = 0x400454cf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	TIOCSSERIAL                      = 0x541f
    	TIOCSSOFTCAR                     = 0x541a
    	TIOCSTI                          = 0x5412
    	TIOCSWINSZ                       = 0x5414
    	TIOCVHANGUP                      = 0x5437
    	TOSTOP                           = 0x100
    	TUNATTACHFILTER                  = 0x400854d5
    	TUNDETACHFILTER                  = 0x400854d6
    	TUNGETDEVNETNS                   = 0x54e3
    	TUNGETFEATURES                   = 0x800454cf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

    	TIOCSSERIAL                      = 0x541f
    	TIOCSSOFTCAR                     = 0x541a
    	TIOCSTI                          = 0x5412
    	TIOCSWINSZ                       = 0x5414
    	TIOCVHANGUP                      = 0x5437
    	TOSTOP                           = 0x100
    	TUNATTACHFILTER                  = 0x400854d5
    	TUNDETACHFILTER                  = 0x400854d6
    	TUNGETDEVNETNS                   = 0x54e3
    	TUNGETFEATURES                   = 0x800454cf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
Back to top