Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for line1 (0.04 sec)

  1. pkg/kubelet/kubelet_pods_test.go

    		wantErr      bool
    	}{
    		{
    			name:         "valid",
    			input:        "0: kubelet 65536 2147483648",
    			wantFirstID:  65536,
    			wantRangeLen: 2147483648,
    		},
    		{
    			name:    "multiple lines",
    			input:   "0: kubelet 1 2\n1: kubelet 3 4\n",
    			wantErr: true,
    		},
    		{
    			name:    "wrong format",
    			input:   "0: kubelet 65536",
    			wantErr: true,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    	sched.ngsys.Add(1)
    
    	if !mp.isExtraInSig {
    		if trace.ok() {
    			trace.GoDestroySyscall()
    			traceRelease(trace)
    		}
    	}
    
    	// Trash syscalltick so that it doesn't line up with mp.old.syscalltick anymore.
    	//
    	// In the new tracer, we model needm and dropm and a goroutine being created and
    	// destroyed respectively. The m then might get reused with a different procid but
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top