Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c1208 #define DELTA_WRAP32(new, old) \ macro
1253 DELTA_WRAP32(new->energy_pkg, old->energy_pkg); in delta_package()
1254 DELTA_WRAP32(new->energy_cores, old->energy_cores); in delta_package()
1255 DELTA_WRAP32(new->energy_gfx, old->energy_gfx); in delta_package()
1256 DELTA_WRAP32(new->energy_dram, old->energy_dram); in delta_package()
1257 DELTA_WRAP32(new->rapl_pkg_perf_status, old->rapl_pkg_perf_status); in delta_package()
1258 DELTA_WRAP32(new->rapl_dram_perf_status, old->rapl_dram_perf_status); in delta_package()
1282 DELTA_WRAP32(new->core_energy, old->core_energy); in delta_core()