Searched refs:cpu_freq_row (Results 1 – 1 of 1) sorted by relevance
488 tables::CpuFreqTable::Row cpu_freq_row; in ParseCpuInfo() local489 cpu_freq_row.cpu_id = cpu_row_id; in ParseCpuInfo()490 cpu_freq_row.freq = freq; in ParseCpuInfo()491 context_->storage->mutable_cpu_freq_table()->Insert(cpu_freq_row); in ParseCpuInfo()