From 8aa95a027bc7d807080e2b466b795bc2803a9764 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 6 Oct 2021 23:42:29 +0200 Subject: [PATCH] t/one-core-peak: Reporting RETPOLINE & PAGE_TABLE_ISOLATION These settings can influence the max perf if enabled. Let's report them. Signed-off-by: Erwan Velu --- t/one-core-peak.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/one-core-peak.sh b/t/one-core-peak.sh index 20c86e53..11b1d69a 100755 --- a/t/one-core-peak.sh +++ b/t/one-core-peak.sh @@ -238,7 +238,7 @@ show_system() { info "system" "CPU: ${CPU_MODEL}" info "system" "MEMORY: ${MEMORY_SPEED}" info "system" "KERNEL: ${KERNEL}" - for config_item in BLK_CGROUP BLK_WBT_MQ HZ; do + for config_item in BLK_CGROUP BLK_WBT_MQ HZ RETPOLINE PAGE_TABLE_ISOLATION; do info "system" "KERNEL: $(show_kernel_config_item ${config_item})" done info "system" "KERNEL: $(cat /proc/cmdline)" -- 2.25.1