8d077dba3b
This commit introduces a new GetClockCounters API to the driver interface. - Implemented GetClockCounters in KfdDriver to fetch clock counters using hsaKmtGetClockCounters. - Added a stub implementation of GetClockCounters in XdnaDriver that returns HSA_STATUS_ERROR. - Modified GpuAgent to use driver().GetClockCounters instead of directly calling hsaKmtGetClockCounters. Signed-off-by: Honglei Huang <Honglei1.Huang@amd.com>