From 36f7de25a236eda744a8f38a02396d1f7a386abc Mon Sep 17 00:00:00 2001 From: anujshuk-amd Date: Sat, 12 Apr 2025 02:39:26 +0530 Subject: [PATCH] Change the default value of ROCPROFSYS_SAMPLING_CPUS to "none" (#164) [ROCm/rocprofiler-systems commit: 807a622b0422a6efc56b50c695413f66b7f2f6b7] --- projects/rocprofiler-systems/source/lib/core/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-systems/source/lib/core/config.cpp b/projects/rocprofiler-systems/source/lib/core/config.cpp index 154be9e6a3..e01ee1e798 100644 --- a/projects/rocprofiler-systems/source/lib/core/config.cpp +++ b/projects/rocprofiler-systems/source/lib/core/config.cpp @@ -476,7 +476,7 @@ configure_settings(bool _init) "CPUs to collect frequency information for. Values should be separated by commas " "and can be explicit or ranges, e.g. 0,1,5-8. An empty value implies 'all' and " "'none' suppresses all CPU frequency sampling", - std::string{}, "process_sampling"); + std::string{ "none" }, "process_sampling"); ROCPROFSYS_CONFIG_SETTING( std::string, "ROCPROFSYS_SAMPLING_GPUS",