Adding timestamp marker into SQTT buffer for gfx9 GPUs (#200)

* Adding TS Marker

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add option to enable/disable RT

---------

Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

[ROCm/aqlprofile commit: 926ec4a56f]
This commit is contained in:
Baraldi, Giovanni
2025-08-07 19:55:04 +02:00
gecommit door GitHub
bovenliggende 1157f97224
commit 0542860ef8
7 gewijzigde bestanden met toevoegingen van 166 en 24 verwijderingen
@@ -787,7 +787,7 @@ PUBLIC_API hsa_status_t hsa_ven_amd_aqlprofile_att_marker(
pm4_builder::CmdBuffer commands;
// Generate start commands
auto status = sqtt_builder->InsertMarker(&commands, data, channel);
auto status = sqtt_builder->InsertCodeobjMarker(&commands, data, channel);
if (status != HSA_STATUS_SUCCESS) return status;
aql_profile::descriptor_t& cmdbuffer = profile->command_buffer;