Skip to content

Commit ddc5e26

Browse files
committed
Merge: tools/power turbostat: updates
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/1361 Description: updates for turbostat JIRA: https://issues.redhat.com/browse/RHEL-110366 Build Info: 68688478 Tested: Successful platform test results on Intel (intel-arrowlake-s-02.) system. Signed-off-by: Steve Best <sbest@redhat.com> Approved-by: Tony Camuso <tcamuso@redhat.com> Approved-by: Lenny Szubowicz <lszubowi@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Scott Weaver <scweaver@redhat.com>
2 parents a02ada1 + 4d2c913 commit ddc5e26

File tree

3 files changed

+892
-315
lines changed

3 files changed

+892
-315
lines changed

arch/x86/include/asm/intel-family.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@
126126
#define INTEL_GRANITERAPIDS_X IFM(6, 0xAD) /* Redwood Cove */
127127
#define INTEL_GRANITERAPIDS_D IFM(6, 0xAE)
128128

129+
#define INTEL_BARTLETTLAKE IFM(6, 0xD7) /* Raptor Cove */
130+
129131
/* "Hybrid" Processors (P-Core/E-Core) */
130132

131133
#define INTEL_LAKEFIELD IFM(6, 0x8A) /* Sunny Cove / Tremont */

tools/power/x86/turbostat/turbostat.8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ name as necessary to disambiguate it from others is necessary. Note that option
4747
MSRs are read as 64-bits, u32 truncates the displayed value to 32-bits.
4848
default: u64
4949

50-
format: {\fBraw\fP | \fBdelta\fP | \fBpercent\fP}
50+
format: {\fBraw\fP | \fBdelta\fP | \fBpercent\fP | \fBaverage\fP}
5151
'raw' shows the MSR contents in hex.
5252
'delta' shows the difference in values during the measurement interval.
5353
'percent' shows the delta as a percentage of the cycles elapsed.
54+
'average' similar to raw, but also averaged for node/package summaries (or when using -S).
5455
default: delta
5556

5657
name: "name_string"

0 commit comments

Comments
 (0)