Home
last modified time | relevance | path

Searched refs:core_energy (Results 1 – 1 of 1) sorted by relevance

/linux/tools/power/x86/turbostat/
H A Dturbostat.c1602 struct rapl_counter core_energy; /* MSR_CORE_ENERGY_STAT */ member
2546 const unsigned long long energy_value = c->core_energy.raw_value * c->core_energy.scale; in dump_counters()
2547 const double energy_scale = c->core_energy.scale; in dump_counters()
2549 if (c->core_energy.unit == RAPL_UNIT_JOULES) in dump_counters()
2896 rapl_counter_get_value(&c->core_energy, RAPL_UNIT_WATTS, interval_float)); in format_counters()
2899 rapl_counter_get_value(&c->core_energy, RAPL_UNIT_JOULES, interval_float)); in format_counters()
3239 DELTA_WRAP32(new->core_energy.raw_value, old->core_energy.raw_value); in delta_core()
3431 rapl_counter_clear(&c->core_energy); in clear_counters()
3558 rapl_counter_accumulate(&average.cores.core_energy, &c->core_energy); in sum_counters()
4205 write_rapl_counter(&c->core_energy, rci, RAPL_RCI_INDEX_CORE_ENERGY); in get_rapl_counters()