Searched refs:totalByScalingStep (Results 1 – 1 of 1) sorted by relevance
72 auto totalByScalingStep = android::bpf::getTotalCpuFreqTimes(); in nativeIsSupportedFeature() local73 return totalByScalingStep.has_value(); in nativeIsSupportedFeature()88 auto totalByScalingStep = android::bpf::getTotalCpuFreqTimes(); in nativeReadCpuStats() local89 if (!totalByScalingStep) { in nativeReadCpuStats()94 if (flatten(env, *totalByScalingStep, cpuTimeByScalingStep) == EXCEPTION) { in nativeReadCpuStats()