Files
compute-runtime/shared/source/os_interface/windows/wddm_debug.h
Jitendra Sharma 4a8a93af96 Debugger L0 Win - Generate Proc Entry/Exit events
Related-To: NEO-7117

Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
2022-07-18 12:32:57 +02:00

18 lines
251 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <utility>
namespace NEO {
enum class DebugDataType : uint32_t {
CMD_QUEUE_CREATED = 0x100,
CMD_QUEUE_DESTROYED
};
} // namespace NEO