Searched refs:cpuFreqs (Results 1 – 1 of 1) sorted by relevance
3875 final long[] cpuFreqs = getCpuFreqs(); in dumpCheckinLocked() local3876 if (cpuFreqs != null) { in dumpCheckinLocked()3878 for (int i = 0; i < cpuFreqs.length; ++i) { in dumpCheckinLocked()3879 sb.append((i == 0 ? "" : ",") + cpuFreqs[i]); in dumpCheckinLocked()4189 if (cpuFreqs != null) { in dumpCheckinLocked()4193 if (cpuFreqTimeMs != null && cpuFreqTimeMs.length == cpuFreqs.length) { in dumpCheckinLocked()4214 if (timesMs != null && timesMs.length == cpuFreqs.length) { in dumpCheckinLocked()5264 final long[] cpuFreqs = getCpuFreqs(); in dumpLocked() local5265 if (cpuFreqs != null) { in dumpLocked()5268 for (int i = 0; i < cpuFreqs.length; ++i) { in dumpLocked()[all …]