Searched refs:rapl_pkg_hw_unit (Results 1 – 1 of 1) sorted by relevance
162 static int rapl_pkg_hw_unit[NR_RAPL_PKG_DOMAINS] __read_mostly; variable201 int hw_unit = rapl_pkg_hw_unit[event->hw.config - 1]; in rapl_scale()617 rapl_pkg_hw_unit[i] = (msr_rapl_power_unit_bits >> 8) & 0x1FULL; in rapl_check_hw_unit()629 rapl_pkg_hw_unit[PERF_RAPL_RAM] = 16; in rapl_check_hw_unit()633 rapl_pkg_hw_unit[PERF_RAPL_PSYS] = 0; in rapl_check_hw_unit()647 if (rapl_pkg_hw_unit[0] < 32) { in rapl_check_hw_unit()649 rapl_timer_ms *= (1ULL << (32 - rapl_pkg_hw_unit[0] - 1)); in rapl_check_hw_unit()668 rapl_pkg_domain_names[i], rapl_pkg_hw_unit[i]); in rapl_advertise()