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>
Bu işleme şunda yer alıyor:
Baraldi, Giovanni
2025-06-10 20:19:00 +02:00
işlemeyi yapan: GitHub
ebeveyn 80e058bf08
işleme 2fa95e6d6d
7 değiştirilmiş dosya ile 27 ekleme ve 19 silme
+1 -1
Dosyayı Görüntüle
@@ -35,7 +35,7 @@ namespace att_wrapper
WaveFile::WaveFile(WaveConfig& config, const wave_t& wave)
{
ROCP_WARNING_IF(wave.contexts != 0u)
<< "Wave had " << wave.contexts << " context save-restores";
<< "Wave had " << static_cast<int>(wave.contexts) << " context save-restores";
if(!GlobalDefs::get().has_format("json")) return;
if(wave.instructions_size == 0 && wave.timeline_size < 3) return;