Home | History | Annotate | Download | only in analysis

Lines Matching refs:cpus

120         # idle state among the idle states of its CPUs
132 # cl_is_idle[t] == 1 if all CPUs in the cluster are reported
167 def plotCPUIdleStateResidency(self, cpus=None, pct=False):
169 Plot per-CPU idle state residency. big CPUs are plotted first and then
174 :param cpus: list of CPU IDs. By default plot all CPUs
175 :type cpus: list(int) or int
185 if cpus is None:
186 # Generate plots only for available CPUs
190 _cpus = listify(cpus)
192 # Split between big and LITTLE CPUs ordered from higher to lower ID