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 11, 3:17 AM
Unknown Object (File)
Sat, Mar 8, 5:34 PM
Unknown Object (File)
Fri, Feb 21, 10:28 PM
Unknown Object (File)
Feb 17 2025, 5:35 PM
Unknown Object (File)
Feb 3 2025, 7:38 PM
Unknown Object (File)
Jan 21 2025, 10:28 AM
Unknown Object (File)
Jan 17 2025, 4:37 PM
Unknown Object (File)
Dec 31 2024, 8:21 AM

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.