Page MenuHomeFreeBSD

Fix HWPMC interrupt handling in Counting Mode
ClosedPublic

Authored by mw_semihalf.com on May 25 2017, 3:31 PM.
Tags
Referenced Files
Unknown Object (File)
Tue, Mar 17, 11:30 PM
Unknown Object (File)
Tue, Mar 17, 4:23 AM
Unknown Object (File)
Tue, Mar 17, 4:23 AM
Unknown Object (File)
Sun, Mar 15, 4:38 AM
Unknown Object (File)
Thu, Mar 12, 12:49 AM
Unknown Object (File)
Wed, Mar 11, 3:43 AM
Unknown Object (File)
Wed, Mar 11, 2:01 AM
Unknown Object (File)
Tue, Mar 10, 7:55 PM

Details

Summary
  • Fix support for Cycle Counter (evsel == 0xFF)
  • Stop and mask interrupts from all counters on init and finish

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

The 0xff should probably a #define somewhere but that's unrelated. I think we've done something similar for the timer code in the past; not sure in which review or tree that ended up.

Replace magic number with macro, as pointed by @bz

This revision was automatically updated to reflect the committed changes.