diff options
author | Patryk Wlazlyn <patryk.wlazlyn@linux.intel.com> | 2024-07-09 15:53:14 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2024-07-09 16:38:53 +0300 |
commit | 478a01016c08d33635359254fc1ab61a8c83dd1a (patch) | |
tree | 0df29a2512c492925a163f8da8d7c2fb9bc48feb | |
parent | 9f50066b0dd47cff045ba6da37e6def52783ba55 (diff) | |
download | linux-478a01016c08d33635359254fc1ab61a8c83dd1a.tar.xz |
tools/power turbostat: Fix typo in turbostat.8
"After" was missing an "r", nothing to see here.
Signed-off-by: Patryk Wlazlyn <patryk.wlazlyn@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | tools/power/x86/turbostat/turbostat.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.8 b/tools/power/x86/turbostat/turbostat.8 index 71ae2d5159ad..44cbc7cb382d 100644 --- a/tools/power/x86/turbostat/turbostat.8 +++ b/tools/power/x86/turbostat/turbostat.8 @@ -323,7 +323,7 @@ available on all processors. Here we limit turbostat to showing just the CPU number for cpu0 - cpu3. We add a counter showing the 32-bit raw value of MSR 0x199 (MSR_IA32_PERF_CTL), labeling it with the column header, "PRF_CTRL", and display it only once, -afte the conclusion of a 0.1 second sleep. +after the conclusion of a 0.1 second sleep. .nf sudo ./turbostat --quiet --cpu 0-3 --show CPU --add msr0x199,u32,raw,PRF_CTRL sleep .1 0.101604 sec |