Page MenuHomeFreeBSD

Add support for more than 2 perf counters into hwpmc_mips(4)
AbandonedPublic

Authored by sobomax on Mar 15 2016, 4:09 AM.
Tags
None
Referenced Files
F146096677: D5644.id.diff
Fri, Feb 27, 7:05 PM
Unknown Object (File)
Fri, Feb 27, 1:16 PM
Unknown Object (File)
Jan 28 2026, 8:28 AM
Unknown Object (File)
Jan 28 2026, 8:28 AM
Unknown Object (File)
Jan 5 2026, 11:56 PM
Unknown Object (File)
Dec 29 2025, 9:46 PM
Unknown Object (File)
Nov 23 2025, 5:59 PM
Unknown Object (File)
Nov 6 2025, 2:43 PM
Subscribers

Details

Reviewers
None
Summary

o Beef up hwpmc_mips(4) to support more than 2 performance counters on contemporary MIPSes (i.e. 74K and up);

o automatically probe and detect the number of supported counters;

o cleanup and diambiguate access to the PerfCntN and PerfCtlN registers.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sobomax retitled this revision from to Add support for more than 2 perf counters into hwpmc_mips(4).
sobomax updated this object.
sobomax edited the test plan for this revision. (Show Details)
sobomax set the repository for this revision to rS FreeBSD src repository - subversion.
sobomax added a subscriber: adrian.
sobomax changed the repository for this revision from rS FreeBSD src repository - subversion to rP FreeBSD ports repository.

Use consistent names for the control register access macros and functions.