AubMemDump refactor

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2021-03-19 13:43:50 +01:00
committed by Compute-Runtime-Automation
parent c29a301959
commit 330ee3d227
41 changed files with 118 additions and 90 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2020 Intel Corporation
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -8,7 +8,8 @@
#pragma once
#include "shared/source/aub/aub_mapper_base.h"
#include "shared/source/aub_mem_dump/aub_mem_dump.h"
#include "aub_mem_dump.h"
namespace NEO {

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2020 Intel Corporation
* Copyright (C) 2019-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -7,7 +7,7 @@
#pragma once
#include "shared/source/aub_mem_dump/aub_mem_dump.h"
#include "aub_mem_dump.h"
struct MockLrcaHelper : AubMemDump::LrcaHelper {
mutable uint32_t setContextSaveRestoreFlagsCalled = 0;