Searched refs:RAPL_UNIT_JOULES (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 1436 RAPL_UNIT_JOULES, enumerator 3190 if (c->core_energy.unit == RAPL_UNIT_JOULES) in dump_counters() 3244 assert(c->unit == RAPL_UNIT_JOULES); in rapl_counter_get_value() 3571 …, (printed++ ? delim : ""), rapl_counter_get_value(&c->core_energy, RAPL_UNIT_JOULES, interval_flo… in format_counters() 3665 …8, (printed++ ? delim : ""), rapl_counter_get_value(&p->energy_pkg, RAPL_UNIT_JOULES, interval_flo… in format_counters() 3667 … (printed++ ? delim : ""), rapl_counter_get_value(&p->energy_cores, RAPL_UNIT_JOULES, interval_flo… in format_counters() 3669 …8, (printed++ ? delim : ""), rapl_counter_get_value(&p->energy_gfx, RAPL_UNIT_JOULES, interval_flo… in format_counters() 3671 …, (printed++ ? delim : ""), rapl_counter_get_value(&p->energy_dram, RAPL_UNIT_JOULES, interval_flo… in format_counters() 3727 …ed++ ? delim : ""), rapl_counter_get_value(&pplat_cnt->energy_psys, RAPL_UNIT_JOULES, interval_flo… in format_counters() 4745 return RAPL_UNIT_JOULES; in read_perf_rapl_unit() [all …]
|