Page MenuHomeFreeBSD

libpmc: make libpmc_pmu_utils.c more amenable to porting
ClosedPublic

Authored by mhorne on May 28 2021, 6:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 27, 9:09 AM
Unknown Object (File)
Feb 12 2024, 4:34 AM
Unknown Object (File)
Dec 15 2023, 2:54 PM
Unknown Object (File)
Dec 14 2023, 10:31 PM
Unknown Object (File)
Oct 14 2023, 9:54 AM
Unknown Object (File)
Oct 3 2023, 1:02 PM
Unknown Object (File)
Aug 18 2023, 7:52 PM
Unknown Object (File)
Jul 14 2023, 2:57 AM
Subscribers

Details

Summary

The current version has every function stubbed out for !x86. Only two
functions (pmu_alias_get() and pmc_pmu_pmcallocate() are really platform
dependent, so reduce the width of the ifdefs and remove some of the
stubs.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable