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)
Wed, Apr 17, 3:05 AM
Unknown Object (File)
Thu, Apr 11, 2:32 PM
Unknown Object (File)
Mon, Apr 8, 11:38 PM
Unknown Object (File)
Mon, Apr 8, 9:47 PM
Unknown Object (File)
Mon, Apr 8, 2:19 PM
Unknown Object (File)
Nov 22 2023, 1:04 AM
Unknown Object (File)
Oct 13 2023, 5:51 PM
Unknown Object (File)
Oct 12 2023, 9:34 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 Not Applicable
Unit
Tests Not Applicable

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.