http://defect.opensolaris.org/bz/show_bug.cgi?id=2948
Aubrey.Li <aubrey.li at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ACCEPTED |CAUSEKNOWN
--- Comment #2 from Aubrey.Li <aubrey.li at intel.com> 2009-01-06 22:08:51 ---
The problem is that when we calculate the total events number, we are using the
sum of how many times Cx->C0 transition. Thinking when the system load is heavy
like a while-1 thread Pat mentioned, idle thread will have no chance or very
seldom chance to be scheduled. That causes the total events number is at least
less than the system clock tick number (100). So we saw >100% events report.
The proposal to fix this bug from mine is, when we find the actual total events
number is larger than the number of Cx->C0 transition, we use the actual number
instead.
Any thoughts?
--
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.