aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-07-03 11:53:01 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-07-08 02:24:12 +0000
commit46ca2d0ce94be7a0a18c4d1f55d680212af7c196 (patch)
tree8a58c09caa3fd9497b4798ec7f65409802aa6c75 /lib/libpmc
parent7e6f7610cffa3cf1933b264a40c8a9c4b71ef76d (diff)
downloadsrc-46ca2d0ce94be7a0a18c4d1f55d680212af7c196.tar.gz
src-46ca2d0ce94be7a0a18c4d1f55d680212af7c196.zip
pmc(3): Fix a common typo in a description
- s/transistioned/transitioned/ (cherry picked from commit a4adfaf712694ce7923d5309cf87d0cd2a598953)
Diffstat (limited to 'lib/libpmc')
-rw-r--r--lib/libpmc/pmu-events/arch/x86/jaketown/uncore-power.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpmc/pmu-events/arch/x86/jaketown/uncore-power.json b/lib/libpmc/pmu-events/arch/x86/jaketown/uncore-power.json
index 8755693d86c6..c6b0f579b007 100644
--- a/lib/libpmc/pmu-events/arch/x86/jaketown/uncore-power.json
+++ b/lib/libpmc/pmu-events/arch/x86/jaketown/uncore-power.json
@@ -58,7 +58,7 @@
"Unit": "PCU"
},
{
- "BriefDescription": "Counts the number of times that the uncore transistioned to a frequency greater than or equal to the frequency that is configured in the filter. (filter_band1=XXX with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured frequency. Derived from unc_p_freq_band1_cycles",
+ "BriefDescription": "Counts the number of times that the uncore transitioned to a frequency greater than or equal to the frequency that is configured in the filter. (filter_band1=XXX with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured frequency. Derived from unc_p_freq_band1_cycles",
"Counter": "0,1,2,3",
"EventCode": "0xc",
"EventName": "UNC_P_FREQ_BAND1_TRANSITIONS",