Skip to content

Commit 633c851

Browse files
committed
[UI] Rephrased string for the CPUID.80000001.ECX[27] feature
1 parent f618ffb commit 633c851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x86_64/corefreq-cli-rsc-en.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@
13151315
#define RSC_PERF_MON_BRANCH_RET_CODE_EN "Branch Instructions Retired"
13161316
#define RSC_PERF_MON_BRANCH_MIS_CODE_EN "Branch Mispredicts Retired"
13171317
#define RSC_PERF_MON_TOPDOWN_SLOTS_CODE_EN "Top-down slots Counter"
1318-
#define RSC_PERF_MON_TSC_CODE_EN "Global Time Stamp Counter"
1318+
#define RSC_PERF_MON_TSC_CODE_EN "TSC for Performance Profiling"
13191319
#define RSC_PERF_MON_NB_DF_CODE_EN "Data Fabric Performance Counter"
13201320
#define RSC_PERF_MON_CORE_CODE_EN "Core Performance Counter"
13211321

x86_64/corefreq-cli-rsc-fr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ do echo -en "$h$l\t""\xc3""\x$h$l""\t"; done; done;echo
799799
#define RSC_PERF_MON_BRANCH_RET_CODE_FR "Branch Instructions Retired"
800800
#define RSC_PERF_MON_BRANCH_MIS_CODE_FR "Branch Mispredicts Retired"
801801
#define RSC_PERF_MON_TOPDOWN_SLOTS_CODE_FR "Top-down slots Counter"
802-
#define RSC_PERF_MON_TSC_CODE_FR "Global Time Stamp Counter"
802+
#define RSC_PERF_MON_TSC_CODE_FR "Profilage de performances par TSC"
803803
#define RSC_PERF_MON_NB_DF_CODE_FR "Data Fabric Performance Counter"
804804
#define RSC_PERF_MON_CORE_CODE_FR "Core Performance Counter"
805805

0 commit comments

Comments
 (0)