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
F108593300: D39911.id121621.diff
Sun, Jan 26, 6:08 PM
F108592026: D39911.id121330.diff
Sun, Jan 26, 5:55 PM
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
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