Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c1252 struct rapl_counter { struct
1602 struct rapl_counter core_energy; /* MSR_CORE_ENERGY_STAT */
1632 struct rapl_counter energy_pkg; /* MSR_PKG_ENERGY_STATUS */
1633 struct rapl_counter energy_dram; /* MSR_DRAM_ENERGY_STATUS */
1634 struct rapl_counter energy_cores; /* MSR_PP0_ENERGY_STATUS */
1635 struct rapl_counter energy_gfx; /* MSR_PP1_ENERGY_STATUS */
1636 struct rapl_counter rapl_pkg_perf_status; /* MSR_PKG_PERF_STATUS */
1637 struct rapl_counter rapl_dram_perf_status; /* MSR_DRAM_PERF_STATUS */
2600 double rapl_counter_get_value(const struct rapl_counter *c, enum rapl_unit desired_unit, double int… in rapl_counter_get_value()
3397 void rapl_counter_clear(struct rapl_counter *c) in rapl_counter_clear()
[all …]