void printCPUTotalActiveTime() { updateCurrentCPUTotalActiveTime(); pr_pwr_story("CPUs total active time:%llu,%llu,%llu,%llu", cpu_hp_active_time_stats[0].total_active_Time, cpu_hp_active_time_stats[1].total_active_Time, cpu_hp_active_time_stats[2].total_active_Time, cpu_hp_active_time_stats[3].total_active_Time); }
void printCPUTotalActiveTime() { updateCurrentCPUTotalActiveTime(); #ifdef CONFIG_PWR_STORY pr_pwr_story("CPUs total active time:%llu,%llu,%llu,%llu", cpu_hp_active_time_stats[0].total_active_Time, cpu_hp_active_time_stats[1].total_active_Time, cpu_hp_active_time_stats[2].total_active_Time, cpu_hp_active_time_stats[3].total_active_Time); #endif }