File tree Expand file tree Collapse file tree 3 files changed +892
-315
lines changed
tools/power/x86/turbostat Expand file tree Collapse file tree 3 files changed +892
-315
lines changed Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff 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: {\fB raw \fP | \fB delta \fP | \fB percent \fP }
50+ format: {\fB raw \fP | \fB delta \fP | \fB percent \fP | \fB average \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"
You can’t perform that action at this time.
0 commit comments