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>
This commit is contained in:
Baraldi, Giovanni
2025-06-10 20:19:00 +02:00
committed by GitHub
vanhempi 80e058bf08
commit 2fa95e6d6d
7 muutettua tiedostoa jossa 27 lisäystä ja 19 poistoa
-8
Näytä tiedosto
@@ -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: