Support for 7th Generation Intel® Core (TM)
Details
Details
Tested on ThinkPad X1 Carbon 2017
pmctest.py test passed as well
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Is there a single IAPDESCR in your patch which contains only one of two flags IAP_F_SL and IAP_F_KL ? I mean that SDM lists desktop Skylake and Kabylake core events in the same table.
If IAP_F_KL just duplicates IAP_F_SL, the patch should be reduced to making Kabylake cpuids to fall to the skylake cputype.
sys/dev/hwpmc/hwpmc_core.c | ||
---|---|---|
724 | umask should be 0x01 (my bug). |