Page MenuHomeFreeBSD

pmc: Import Intel Meteor Lake events
ClosedPublic

Authored by bnovkov on Mar 3 2026, 9:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 6, 8:02 AM
Unknown Object (File)
Sun, Sep 6, 2:30 AM
Unknown Object (File)
Sat, Sep 5, 8:17 AM
Unknown Object (File)
Sat, Sep 5, 2:03 AM
Unknown Object (File)
Fri, Sep 4, 12:46 AM
Unknown Object (File)
Thu, Sep 3, 2:44 PM
Unknown Object (File)
Wed, Sep 2, 9:11 PM
Unknown Object (File)
Wed, Sep 2, 10:41 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 71165
Build 68048: arc lint + arc unit

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.