mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 00:59:38 +08:00
Instrumentation refactoring
- Tweak naming Change-Id: I37e6a5c5553a4b0fb6d51891d193cae435f9abe6
This commit is contained in:
@@ -111,21 +111,21 @@ typedef struct {
|
||||
} InstrReportDataMonitor;
|
||||
|
||||
typedef struct {
|
||||
InstrReportDataMonitor gp;
|
||||
InstrReportDataUser user;
|
||||
InstrReportDataOa oa;
|
||||
InstrReportDataMonitor Gp;
|
||||
InstrReportDataUser User;
|
||||
InstrReportDataOa Oa;
|
||||
} InstrReportData;
|
||||
|
||||
typedef struct {
|
||||
uint32_t dmaFenceIdBegin;
|
||||
uint32_t dmaFenceIdEnd;
|
||||
uint32_t coreFreqBegin;
|
||||
uint32_t coreFreqEnd;
|
||||
InstrReportData reportBegin;
|
||||
InstrReportData reportEnd;
|
||||
uint32_t oaStatus;
|
||||
uint32_t oaHead;
|
||||
uint32_t oaTail;
|
||||
uint32_t DMAFenceIdBegin;
|
||||
uint32_t DMAFenceIdEnd;
|
||||
uint32_t CoreFreqBegin;
|
||||
uint32_t CoreFreqEnd;
|
||||
InstrReportData HwPerfReportBegin;
|
||||
InstrReportData HwPerfReportEnd;
|
||||
uint32_t OaStatus;
|
||||
uint32_t OaHead;
|
||||
uint32_t OaTail;
|
||||
} HwPerfCounters;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user