diff --git a/source/lib/core/config.cpp b/source/lib/core/config.cpp index 154be9e6a3..e01ee1e798 100644 --- a/source/lib/core/config.cpp +++ b/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",