GFX12 PC Sampling support (#186)

The GFX12 host-trap PC sampling support in SDK and V3.
Introducing parser tests specific to GFX12.

Co-authored-by: vlaindic_amdeng <vladimir.indic@amd.com>
This commit is contained in:
systems-assistant[bot]
2025-09-22 13:17:00 +02:00
committed by GitHub
parent 997b36f5bc
commit 63a723a287
21 changed files with 1325 additions and 350 deletions
@@ -45,7 +45,7 @@ namespace pcs
namespace
{
constexpr int MAX_FAILURES = 10;
constexpr size_t BUFFER_SIZE_BYTES = 8192;
constexpr size_t BUFFER_SIZE_BYTES = 65536; // 64 KiB
constexpr size_t WATERMARK = (BUFFER_SIZE_BYTES / 4);
struct tool_agent_info;