For an infrequent event, pmcstat may report (u_long)-1 for CPUs where
the counter was never incremented. Just set this to zero, instead.
ev->ev_count is passed as the count argument to pmc_allocate(3), but
this wasn't always the case.
Differential D29887
pmcstat: set initial counter value to zero mhorne on Apr 21 2021, 4:43 PM. Authored by Tags None Referenced Files
Details For an infrequent event, pmcstat may report (u_long)-1 for CPUs where ev->ev_count is passed as the count argument to pmc_allocate(3), but
Diff Detail
|