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