From 828921c6164a227705ea8b6ea0724b6bd3687fa8 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Mon, 17 Nov 2025 11:47:08 -0500 Subject: [PATCH] [rocprofiler-systems] Update CHANGELOG.md with 7.1.1 notes (#1844) * Update CHANGELOG.md * Update projects/rocprofiler-systems/CHANGELOG.md Co-authored-by: Pratik Basyal --------- Co-authored-by: Pratik Basyal --- projects/rocprofiler-systems/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-systems/CHANGELOG.md b/projects/rocprofiler-systems/CHANGELOG.md index 6b0e39bf20..2fabba4301 100644 --- a/projects/rocprofiler-systems/CHANGELOG.md +++ b/projects/rocprofiler-systems/CHANGELOG.md @@ -9,7 +9,6 @@ Full documentation for ROCm Systems Profiler is available at [https://rocm.docs. ### Added - Added a `ROCPROFSYS_PERFETTO_FLUSH_PERIOD_MS` configuration setting to set the flush period for Perfetto traces. The default value is 10000 ms (10 seconds). -- Added tracing of VAAPI, MPI and host events inside `rocpd` output database. - Added fetching of the `rocpd` schema from rocprofiler-sdk-rocpd ### Changed @@ -21,6 +20,12 @@ Full documentation for ROCm Systems Profiler is available at [https://rocm.docs. - Fixed a crash when running `rocprof-sys-python` with ROCPROFSYS_USE_ROCPD enabled. - Fixed an issue where kernel/memory-copy events could appear on the wrong Perfetto track (e.g., queue track when stream grouping was requested) because _group_by_queue state leaked between records. +## ROCm Systems Profiler 1.2.1 for ROCm 7.1.1 + +### Resolved issues + +- Fixed an issue of OpenMP Tools (OMPT) events, GPU performance counters, VA-API, MPI, and host events failing to be collected in the `rocpd` output. + ## ROCm Systems Profiler 1.2.0 for ROCm 7.1.0 ### Added