[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 <pratik.basyal@amd.com>

---------

Co-authored-by: Pratik Basyal <pratik.basyal@amd.com>
This commit is contained in:
David Galiffi
2025-11-17 11:47:08 -05:00
zatwierdzone przez GitHub
rodzic d49e2e35fd
commit 828921c616
@@ -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