AUB capture with AubStream to support image dumps

Related-To: NEO-2717

Change-Id: I448627cc40776eadacaefaa321500a3cf5ff3593
Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
Milczarek, Slawomir
2019-04-05 00:33:09 +02:00
committed by sys_ocldev
parent 2393aceca6
commit 381ccfc0aa
15 changed files with 218 additions and 35 deletions

View File

@@ -27,7 +27,7 @@ class HardwareContextController {
void writeMemory(uint64_t gfxAddress, const void *memory, size_t size, uint32_t memoryBanks, int hint, size_t pageSize);
void dumpBufferBIN(uint64_t gfxAddress, size_t size);
void dumpBuffer(uint64_t gfxAddress, size_t size, uint32_t format, bool compressed);
void dumpSurface(const aub_stream::SurfaceInfo &surfaceInfo);
void readMemory(uint64_t gfxAddress, void *memory, size_t size, uint32_t memoryBanks, size_t pageSize);
std::vector<std::unique_ptr<aub_stream::HardwareContext>> hardwareContexts;