Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/powertop/common/
H A Dcpuidle.c189 g_total_c_time = 0; in pt_cpuidle_stat_collect()
192 g_total_c_time += g_cstate_info[i].total_time; in pt_cpuidle_stat_collect()
H A Dpowertop.h188 extern hrtime_t g_total_c_time;
H A Ddisplay.c409 res = (((double)g_cstate_info[0].total_time / g_total_c_time)) in pt_display_states()
426 g_total_c_time) * 100; in pt_display_states()
H A Dpowertop.c64 hrtime_t g_total_c_time; variable