Searched refs:ReadFileToUInt64 (Results 1 – 3 of 3) sorted by relevance
246 ReadFileToUInt64,501 ReadFileToUInt64("/sys/class/thermal/thermal_zone0/temp")) in TEST_F()563 ReadFileToUInt64("/sys/devices/system/cpu/cpu0/cpuidle/state0/time")) in TEST_F()598 ReadFileToUInt64("/sys/class/drm/card0/gt_act_freq_mhz")) in TEST_F()620 ReadFileToUInt64("/sys/class/drm/card0/gt_act_freq_mhz")); in TEST_F()
286 std::optional<uint64_t> SysStatsDataSource::ReadFileToUInt64( in ReadFileToUInt64() function in perfetto::SysStatsDataSource319 auto temp = ReadFileToUInt64(thermal_zone_temp_path.ToStdString()); in ReadThermalZones()373 auto time = ReadFileToUInt64(cpuidle_state_time_path.ToStdString()); in ReadCpuIdleStates()411 freq = ReadFileToUInt64("/sys/class/drm/card0/gt_act_freq_mhz"); in ReadGpuFrequency()
75 virtual std::optional<uint64_t> ReadFileToUInt64(const std::string& path);