Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c1764 struct rapl_counter core_energy; /* MSR_CORE_ENERGY_STAT */ member
2776 const unsigned long long energy_value = c->core_energy.raw_value * c->core_energy.scale; in dump_counters()
2777 const double energy_scale = c->core_energy.scale; in dump_counters()
2779 if (c->core_energy.unit == RAPL_UNIT_JOULES) in dump_counters()
3151 rapl_counter_get_value(&c->core_energy, RAPL_UNIT_WATTS, interval_float)); in format_counters()
3154 rapl_counter_get_value(&c->core_energy, RAPL_UNIT_JOULES, interval_float)); in format_counters()
3505 DELTA_WRAP32(new->core_energy.raw_value, old->core_energy.raw_value); in delta_core()
3704 rapl_counter_clear(&c->core_energy); in clear_counters()
3832 rapl_counter_accumulate(&average.cores.core_energy, &c->core_energy); in sum_counters()
4487 write_rapl_counter(&c->core_energy, rci, RAPL_RCI_INDEX_CORE_ENERGY); in get_rapl_counters()