Page MenuHomeFreeBSD

pmcstat: set initial counter value to zero
ClosedPublic

Authored by mhorne on Apr 21 2021, 4:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 5, 6:02 AM
Unknown Object (File)
Sat, Sep 5, 4:44 AM
Unknown Object (File)
Fri, Sep 4, 9:26 AM
Unknown Object (File)
Fri, Sep 4, 9:26 AM
Unknown Object (File)
Thu, Sep 3, 3:06 PM
Unknown Object (File)
Wed, Sep 2, 5:58 PM
Unknown Object (File)
Wed, Sep 2, 4:22 PM
Unknown Object (File)
Wed, Sep 2, 3:42 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