Searched refs:InvoluntaryContextSwitches (Results 1 – 6 of 6) sorted by relevance
/build/soong/ui/tracer/ |
D | status.go | 112 InvoluntaryContextSwitches: result.Stats.InvoluntaryContextSwitches, 128 InvoluntaryContextSwitches uint64 `json:"involuntary_context_switches"` member
|
/build/soong/ui/metrics/ |
D | event.go | 146 InvoluntaryContextSwitches: proto.Uint64(uint64(rusage.Nivcsw)),
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 488 …InvoluntaryContextSwitches *uint64 `protobuf:"varint,13,opt,name=involuntary_context_switches,json… member 611 if x != nil && x.InvoluntaryContextSwitches != nil { 612 return *x.InvoluntaryContextSwitches
|
/build/soong/ui/status/ |
D | status.go | 92 InvoluntaryContextSwitches uint64 member
|
D | ninja.go | 242 InvoluntaryContextSwitches: msg.EdgeFinished.GetInvoluntaryContextSwitches(),
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 1197 …InvoluntaryContextSwitches *uint64 `protobuf:"varint,10,opt,name=involuntary_context_switches,json… member 1296 if x != nil && x.InvoluntaryContextSwitches != nil { 1297 return *x.InvoluntaryContextSwitches
|