Page MenuHomeFreeBSD

hwpmc_logging: less macro magic for type names
ClosedPublic

Authored by mhorne on May 1 2023, 7:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 18, 2:03 AM
Unknown Object (File)
Apr 19 2026, 10:00 PM
Unknown Object (File)
Apr 18 2026, 3:44 PM
Unknown Object (File)
Apr 15 2026, 12:12 AM
Unknown Object (File)
Apr 11 2026, 9:56 PM
Unknown Object (File)
Apr 11 2026, 11:09 AM
Unknown Object (File)
Apr 6 2026, 4:38 PM
Unknown Object (File)
Mar 25 2026, 2:26 AM
Subscribers

Details

Summary

Provide the log type names in their entirely, rather than relying on the
macro to prepend the prefix. This improves their searchability; for
example, if I see PMCLOG_TYPE_PMCALLOCATE in libpmc I will now be able
to find where that is emitted in the kernel with a simple grep.

Diff Detail

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