Page MenuHomeFreeBSD

pmcstat: set initial counter value to zero
ClosedPublic

Authored by mhorne on Apr 21 2021, 4:43 PM.
Tags
None
Referenced Files
F166137412: D29887.id87897.diff
Tue, Aug 11, 11:13 PM
F166137377: D29887.id87897.diff
Tue, Aug 11, 11:13 PM
Unknown Object (File)
Tue, Aug 11, 12:14 PM
Unknown Object (File)
Sat, Aug 8, 7:34 PM
Unknown Object (File)
Sat, Aug 8, 7:30 PM
Unknown Object (File)
Sat, Aug 8, 5:56 PM
Unknown Object (File)
Sat, Aug 8, 3:31 PM
Unknown Object (File)
Sat, Aug 8, 1:24 PM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable