Skip to content

Commit 4c35527

Browse files
praritspandruvada
authored andcommitted
intel-speed-select: Fix speed-select-base-freq-properties output on CLX-N
On CLX-N, the perf-profile-level's output is terminated before the speed-select-base-freq-properties are output which results in a corrupt json file. Adjust the output of speed-select-base-freq-properties by one on CLX-N. Signed-off-by: Prarit Bhargava <[email protected]> Cc: Srinivas Pandruvada <[email protected]> Cc: [email protected] Signed-off-by: Srinivas Pandruvada <[email protected]>
1 parent 28c59ae commit 4c35527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/intel-speed-select/isst-display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ void isst_ctdp_display_information(int cpu, FILE *outf, int tdp_level,
470470
_isst_pbf_display_information(cpu, outf,
471471
tdp_level,
472472
&ctdp_level->pbf_info,
473-
level + 1);
473+
level + 2);
474474
continue;
475475
}
476476

0 commit comments

Comments
 (0)