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, Jan 13, 3:19 PM
Unknown Object (File)
Fri, Jan 3, 8:00 AM
Unknown Object (File)
Dec 19 2024, 7:18 PM
Unknown Object (File)
Dec 13 2024, 1:27 AM
Unknown Object (File)
Dec 10 2024, 2:43 AM
Unknown Object (File)
Dec 5 2024, 7:52 PM
Unknown Object (File)
Nov 26 2024, 2:23 PM
Unknown Object (File)
Nov 22 2024, 10:33 PM
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