mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Debugger L0 Win - Generate Proc Entry/Exit events
Related-To: NEO-7117 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b450d3c20b
commit
4a8a93af96
@@ -110,6 +110,7 @@ set(NEO_CORE_OS_INTERFACE_WDDM
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/wddm_residency_controller.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/wddm_residency_controller.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/windows_defs.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/wddm_debug.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/windows_wrapper.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sys_calls_wrapper.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/wddm${BRANCH_DIR_SUFFIX}/init_context_private_data.cpp
|
||||
|
||||
17
shared/source/os_interface/windows/wddm_debug.h
Normal file
17
shared/source/os_interface/windows/wddm_debug.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* 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
|
||||
Reference in New Issue
Block a user