Searched refs:getTotalCpuFreqTimes (Results 1 – 5 of 5) sorted by relevance
24 auto freqTimes = android::bpf::getTotalCpuFreqTimes(); in KernelCpuTotalBpfMapReader_readInternal()
72 auto totalByScalingStep = android::bpf::getTotalCpuFreqTimes(); in nativeIsSupportedFeature()88 auto totalByScalingStep = android::bpf::getTotalCpuFreqTimes(); in nativeReadCpuStats()
27 std::optional<std::vector<std::vector<uint64_t>>> getTotalCpuFreqTimes();
61 auto times = getTotalCpuFreqTimes(); in TEST_F()214 auto total = getTotalCpuFreqTimes(); in TEST_F()345 auto before = getTotalCpuFreqTimes(); in TEST_F()348 auto after = getTotalCpuFreqTimes(); in TEST_F()
274 std::optional<std::vector<std::vector<uint64_t>>> getTotalCpuFreqTimes() { in getTotalCpuFreqTimes() function