http://defect.opensolaris.org/bz/show_bug.cgi?id=8172
--- Comment #3 from Aubrey.Li <aubrey.li at intel.com> 2009-04-14 23:41:27 --- I attached a patch. Changelog: 1) change g_msg_idle_state, the current string is too long, for the alignment issue, the string "(idle power states" was removed. 2) in idle dtrace walk, if g_cstate_info[0].total_time < n, means the processor has no residency in C0. This case should be considered. Otherwise, the first time, C0 is almost the same as C3 forever. 3) C-state residency average. Both the number and the time are the aggregation of all the CPUs, so dividing g_ncpu_observed is not necessary here. 4) frequency title need a "\n", this is necessary in the dump mode 5) memset fix Thanks, -Aubrey -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
