From 4c7560c78c7741725c8ef247df5a6569a2d79f98 Mon Sep 17 00:00:00 2001 From: Pranjal Swarup Date: Thu, 15 May 2025 13:31:40 -0400 Subject: [PATCH] ROCPROFSYS_AMD_SMI_METRICS visibility (#208) * Removed advanced category from ROCPROFSYS_AMD_SMI_METRICS to have this property visible with rocprof-sys-avail. --- source/lib/core/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lib/core/config.cpp b/source/lib/core/config.cpp index d7e9187961..3bb205bdf1 100644 --- a/source/lib/core/config.cpp +++ b/source/lib/core/config.cpp @@ -629,10 +629,10 @@ configure_settings(bool _init) ROCPROFSYS_CONFIG_SETTING(std::string, "ROCPROFSYS_AMD_SMI_METRICS", "amd-smi metrics to collect: busy, temp, power, " - "vcn_activity, jpeg_activity, mem_usage." + "vcn_activity, jpeg_activity, mem_usage. " "An empty value implies 'all' and 'none' suppresses all.", "busy, temp, power, mem_usage", "backend", "amd_smi", - "rocm", "process_sampling", "advanced"); + "rocm", "process_sampling"); ROCPROFSYS_CONFIG_SETTING(size_t, "ROCPROFSYS_PERFETTO_SHMEM_SIZE_HINT_KB", "Hint for shared-memory buffer size in perfetto (in KB)",