Enable PC sampling to be run alongside ATT. Add ATT to changelog. (#445)

* Enable PC sampling to be run alongside ATT. Add ATT to changelog.

* Fix tests

* Review comments

---------

Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com>

[ROCm/rocprofiler-sdk commit: 2fa95e6d6d]
Este commit está contenido en:
Baraldi, Giovanni
2025-06-10 20:19:00 +02:00
cometido por GitHub
padre 7482372c0b
commit 9a3bbb0037
Se han modificado 7 ficheros con 27 adiciones y 19 borrados
@@ -1448,14 +1448,6 @@ def run(app_args, args, **kwargs):
f"{type(num_str)} is not supported. {num_str} should be of type integer or string."
)
if (
args.pc_sampling_beta_enabled
or args.pc_sampling_unit
or args.pc_sampling_method
or args.pc_sampling_interval
):
fatal_error("Advanced thread trace cannot be enabled with pc sampling")
update_env("ROCPROF_ADVANCED_THREAD_TRACE", True, overwrite=True)
if args.att_target_cu is not None: