aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorMatt Macy <mmacy@FreeBSD.org>2018-06-04 02:05:48 +0000
committerMatt Macy <mmacy@FreeBSD.org>2018-06-04 02:05:48 +0000
commit07d80fd8dc996a84b1f135dc11c6a4b07de6b12b (patch)
tree5f5838ed23dff81ae5b9e3a16c17b2021b12beae /sys/amd64/include
parent5de96e33d68b091cd1c8d682799606e2a3d8f6fa (diff)
downloadsrc-07d80fd8dc996a84b1f135dc11c6a4b07de6b12b.tar.gz
src-07d80fd8dc996a84b1f135dc11c6a4b07de6b12b.zip
hwpmc: ABI fixes
- increase pmc cpuid field from 8 to 12 bits - add cpuid version string to initialize entry in the log so that filter can identify which counter index an event name maps to - GC unused config flags - make fixed counter assignment more robust as well as the changes needed to be properly identified for filter
Notes
Notes: svn path=/head/; revision=334596
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pmc_mdep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/pmc_mdep.h b/sys/amd64/include/pmc_mdep.h
index 635d880f7f12..026a9ae2e669 100644
--- a/sys/amd64/include/pmc_mdep.h
+++ b/sys/amd64/include/pmc_mdep.h
@@ -73,7 +73,6 @@ struct pmc_mdep;
union pmc_md_op_pmcallocate {
struct pmc_md_amd_op_pmcallocate pm_amd;
- struct pmc_md_iaf_op_pmcallocate pm_iaf;
struct pmc_md_iap_op_pmcallocate pm_iap;
struct pmc_md_ucf_op_pmcallocate pm_ucf;
struct pmc_md_ucp_op_pmcallocate pm_ucp;