Page MenuHomeFreeBSD

pmc: Import Intel Meteor Lake events
ClosedPublic

Authored by bnovkov on Mar 3 2026, 9:46 PM.
Tags
None
Referenced Files
F167664964: D55641.diff
Sun, Aug 23, 3:55 PM
Unknown Object (File)
Fri, Aug 21, 5:13 PM
Unknown Object (File)
Fri, Aug 21, 3:58 PM
Unknown Object (File)
Wed, Aug 19, 3:50 PM
Unknown Object (File)
Sun, Aug 9, 1:35 AM
Unknown Object (File)
Sat, Aug 8, 7:43 PM
Unknown Object (File)
Sat, Aug 8, 7:26 PM
Unknown Object (File)
Sat, Aug 8, 2:09 PM
Subscribers

Details

Summary

Obtained from: Intel perfmon (JSON event definitions)
Tested by: bms, olivier
MFC after: 1 week

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Mar 11 2026, 2:01 PM

Looks good to me, just be aware that I landed a fix that forces us to whitelist json fields. I don't see any new fields but you should check that it builds against head as of bfb2fd5f66183454cfe8771595df09c0f23c7efb

Looks good to me, just be aware that I landed a fix that forces us to whitelist json fields. I don't see any new fields but you should check that it builds against head as of bfb2fd5f66183454cfe8771595df09c0f23c7efb

Thank you for the heads-up, it turns out that three new JSON fields have been introduced in mtl-metrics.json.
I've opened a separate revision to add those to jevents.c: D56017

This revision was automatically updated to reflect the committed changes.