Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c1439 RAPL_UNIT_JOULES, enumerator
3235 if (c->core_energy.unit == RAPL_UNIT_JOULES) in dump_counters()
3289 assert(c->unit == RAPL_UNIT_JOULES); in rapl_counter_get_value()
3624 …, (printed++ ? delim : ""), rapl_counter_get_value(&c->core_energy, RAPL_UNIT_JOULES, interval_flo… in format_counters()
3718 …8, (printed++ ? delim : ""), rapl_counter_get_value(&p->energy_pkg, RAPL_UNIT_JOULES, interval_flo… in format_counters()
3720 … (printed++ ? delim : ""), rapl_counter_get_value(&p->energy_cores, RAPL_UNIT_JOULES, interval_flo… in format_counters()
3722 …8, (printed++ ? delim : ""), rapl_counter_get_value(&p->energy_gfx, RAPL_UNIT_JOULES, interval_flo… in format_counters()
3724 …, (printed++ ? delim : ""), rapl_counter_get_value(&p->energy_dram, RAPL_UNIT_JOULES, interval_flo… in format_counters()
3780 …ed++ ? delim : ""), rapl_counter_get_value(&pplat_cnt->energy_psys, RAPL_UNIT_JOULES, interval_flo… in format_counters()
4798 return RAPL_UNIT_JOULES; in read_perf_rapl_unit()
[all …]