From 63319faae4738c82d53178f8ef2a0e439716b91f Mon Sep 17 00:00:00 2001 From: "Trowbridge, Ian" Date: Wed, 16 Apr 2025 13:07:44 -0500 Subject: [PATCH] Add buffer tracing header for rocdecode.hpp (#340) * Add buffer tracing header for rocdecode.hpp * Add new line for formatting [ROCm/rocprofiler-sdk commit: d7c903654e94ae18ec5ced6a4fa9936c5964a853] --- .../source/lib/rocprofiler-sdk/counters/yaml/counter_defs.yaml | 3 ++- .../source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/yaml/counter_defs.yaml b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/yaml/counter_defs.yaml index 10fbafbedc..1a31ef1ae3 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/yaml/counter_defs.yaml +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/yaml/counter_defs.yaml @@ -5797,4 +5797,5 @@ SerializedAtomicRatio: expression: TCP_ATOMIC_TAGCONFLICT_STALL_CYCLES_sum/TCP_GATE_EN1_sum description: Ratio of cycles spent waiting on serialized atomic accesses caused by contention (access to the same atomic) over total number of cycles spent on atomic operations. Values - greater than 0.10 indicate contention is high and might be worth addressing. \ No newline at end of file + greater than 0.10 indicate contention is high and might be worth addressing. + diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp index b4aa831f0c..bcf1bad3fc 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp @@ -34,6 +34,7 @@ # include #endif +#include #include #include