Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c1685 struct rapl_counter { struct
2145 struct rapl_counter core_energy; /* MSR_CORE_ENERGY_STAT */
2173 struct rapl_counter energy_pkg; /* MSR_PKG_ENERGY_STATUS */
2174 struct rapl_counter energy_dram; /* MSR_DRAM_ENERGY_STATUS */
2175 struct rapl_counter energy_cores; /* MSR_PP0_ENERGY_STATUS */
2176 struct rapl_counter energy_gfx; /* MSR_PP1_ENERGY_STATUS */
2177 struct rapl_counter rapl_pkg_perf_status; /* MSR_PKG_PERF_STATUS */
2178 struct rapl_counter rapl_dram_perf_status; /* MSR_DRAM_PERF_STATUS */
2378 struct rapl_counter energy_psys; /* MSR_PLATFORM_ENERGY_STATUS */
3236 double rapl_counter_get_value(const struct rapl_counter *c, enum rapl_unit desired_unit, double int… in rapl_counter_get_value()
[all …]