This repository was archived by the owner on Feb 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCodeXL.includes
318 lines (318 loc) · 15.5 KB
/
CodeXL.includes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
AMDTApplicationFramework/Include
AMDTApplicationFramework/Include/commands
AMDTApplicationFramework/Include/dialogs
AMDTApplicationFramework/Include/views
AMDTApplicationFramework/src
CodeXLVSPackage/CodeXLVSPackage/Include
CodeXLVSPackage/CodeXLVSPackage/Include/Public
CodeXLVSPackage/CodeXLVSPackage/Include/Public/CoreInterfaces
CodeXLVSPackage/CodeXLVSPackage/src
CodeXLVSPackage/CodeXLVSPackageDebugger/Include
CodeXLVSPackage/CodeXLVSPackageDebugger/src
CodeXLVSPackage/CodeXLVSPackageUi
Components/AMDTSharedProfiling/inc
Components/AMDTSharedProfiling/vs
Components/CodeXLDriversLoadService/src
Components/CpuProfiling/AMDTCpuCallstackSampling/inc
Components/CpuProfiling/AMDTCpuCallstackSampling/inc/FlowGraph
Components/CpuProfiling/AMDTCpuCallstackSampling/src/StackWalker
Components/CpuProfiling/AMDTCpuCallstackSampling/src/StackWalker/x64
Components/CpuProfiling/AMDTCpuCallstackSampling/src/StackWalker/x86
Components/CpuProfiling/AMDTCpuPerfEventUtils/inc
Components/CpuProfiling/AMDTCpuProfiling
Components/CpuProfiling/AMDTCpuProfiling/inc
Components/CpuProfiling/Backend/AMDTCpuProfilingBackendUtils/3rdParty/linux
Components/CpuProfiling/Backend/AMDTCpuProfilingBackendUtils/3rdParty/linux-2.6.32
Components/CpuProfiling/Backend/AMDTCpuProfilingBackendUtils/3rdParty/linux-3.0
Components/CpuProfiling/Backend/AMDTCpuProfilingBackendUtils/3rdParty/linux-3.1
Components/CpuProfiling/Backend/AMDTCpuProfilingBackendUtils/3rdParty/linux-3.2
Components/CpuProfiling/Backend/AMDTCpuProfilingBackendUtils/3rdParty/linux-3.3
Components/CpuProfiling/Backend/AMDTCpuProfilingBackendUtils/3rdParty/linux-3.5
Components/CpuProfiling/Backend/AMDTCpuProfilingBackendUtils/3rdParty/linux3.6
Components/CpuProfiling/Backend/AMDTCpuProfilingBackendUtils/Include
Components/CpuProfiling/Backend/AMDTCpuProfilingCLI/inc
Components/CpuProfiling/Backend/AMDTCpuProfilingControl/inc
Components/CpuProfiling/Backend/AMDTCpuProfilingControl/inc/Windows
Components/CpuProfiling/Backend/AMDTCpuProfilingControl/src/Linux
Components/CpuProfiling/Backend/AMDTCpuProfilingControl/src/Windows
Components/CpuProfiling/Backend/AMDTCpuProfilingDataAccess/inc
Components/CpuProfiling/Backend/AMDTCpuProfilingRawData/inc
Components/CpuProfiling/Backend/AMDTCpuProfilingRawData/inc/Linux
Components/CpuProfiling/Backend/AMDTCpuProfilingRawData/inc/Windows
Components/CpuProfiling/Backend/AMDTCpuProfilingRawData/src/RunInfo
Components/CpuProfiling/Backend/AMDTCpuProfilingRawData/src/Translation
Components/CpuProfiling/Backend/AMDTCpuProfilingTranslation/inc
Components/CpuProfiling/Backend/AMDTCpuProfilingTranslation/inc/Windows
Components/CpuProfiling/Backend/AMDTCpuProfilingTranslation/src
Components/CpuProfiling/Backend/AMDTCpuProfilingTranslation/src/Linux
Components/CpuProfiling/Backend/AMDTCpuProfilingTranslation/src/Windows
Components/CpuProfiling/Backend/AMDTProcessEnum/src
Components/CpuProfiling/Backend/Driver/Windows/CpuProf/inc
Components/CpuProfiling/Backend/Driver/Windows/CpuProf/inc/UserAccess
Components/CpuProfiling/Backend/Driver/Windows/CpuProf/src
Components/CpuProfiling/ProfilingAgents/AMDTClrProfAgent/inc
Components/CpuProfiling/ProfilingAgents/AMDTJITProfileAgent/inc
Components/CpuProfiling/ProfilingAgents/AMDTJvmtiAgent/inc
Components/CpuProfiling/ProfilingAgents/AMDTProfilingAgentsData/inc
Components/CpuProfiling/ProfilingAgents/AMDTProfilingAgentsData/inc/Windows
Components/CpuProfiling/ProfilingAgents/AMDTProfilingAgentsData/src/Linux
Components/CpuProfiling/ProfilingAgents/AMDTProfilingAgentsData/src/Windows
Components/CpuProfiling/ProfilingAgents/Utils
Components/DatabaseLayer/AMDTDataMigration/inc
Components/DatabaseLayer/AMDTDbAdapter/inc
Components/DatabaseLayer/AMDTProfilerDAL/include
Components/DatabaseLayer/LPGPU2Database/LPGPU2Database
Components/DatabaseLayer/LPGPU2Database/LPGPU2DatabaseCLI
Components/GpuDebugging/AMDTApiFunctions/Include
Components/GpuDebugging/AMDTApiFunctions/src
Components/GpuDebugging/AMDTAutomaticTester/inc
Components/GpuDebugging/AMDTGpuDebugging/Include
Components/GpuDebugging/AMDTGpuDebugging/src
Components/GpuDebugging/AMDTGpuDebuggingComponents/Include
Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/commands
Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs
Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/toolbars
Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views
Components/GpuDebugging/AMDTGpuDebuggingComponents/src
Components/GpuDebugging/AMDTHsaServer/src
Components/GpuDebugging/AMDTOpenCLServer/Include
Components/GpuDebugging/AMDTOpenCLServer/src
Components/GpuDebugging/AMDTOpenGLServer/Include
Components/GpuDebugging/AMDTOpenGLServer/src
Components/GpuDebugging/AMDTProcessDebugger/Include
Components/GpuDebugging/AMDTProcessDebugger/src
Components/GpuDebugging/AMDTRemoteDebuggingServer/Include
Components/GpuDebugging/AMDTRemoteDebuggingServer/res
Components/GpuDebugging/AMDTRemoteDebuggingServer/src
Components/GpuDebugging/AMDTServerUtilities/Include
Components/GpuDebugging/AMDTServerUtilities/src
Components/GpuProfiling/AMDTGpuProfiling
Components/GpuProfiling/Backend/CLCommon
Components/GpuProfiling/Backend/CLOccupancyAgent
Components/GpuProfiling/Backend/CLProfileAgent
Components/GpuProfiling/Backend/CLTraceAgent
Components/GpuProfiling/Backend/Common
Components/GpuProfiling/Backend/Common/Windows
Components/GpuProfiling/Backend/DCServer
Components/GpuProfiling/Backend/DX12Trace
Components/GpuProfiling/Backend/GLTraceAgent
Components/GpuProfiling/Backend/HSAFdnCommon
Components/GpuProfiling/Backend/HSAFdnPMC
Components/GpuProfiling/Backend/HSAFdnPMC/AutoGenerated
Components/GpuProfiling/Backend/HSAFdnTrace
Components/GpuProfiling/Backend/HSAFdnTrace/AutoGenerated
Components/GpuProfiling/Backend/MicroDLL
Components/GpuProfiling/Backend/sanalyze
Components/GpuProfiling/Backend/sanalyze/AutoGenerated
Components/GpuProfiling/Backend/sprofile
Components/GpuProfiling/Backend/VulkanTrace
Components/GpuProfiling/bin/CXLActivityLogger/include
Components/Graphics/AMDTGraphicsServerInterface/Include
Components/Graphics/Server/CapturePlayer
Components/Graphics/Server/Common
Components/Graphics/Server/Common/Linux
Components/Graphics/Server/Common/MapDeltaOptimization
Components/Graphics/Server/Common/Tracing
Components/Graphics/Server/Common/Windows
Components/Graphics/Server/DX12Server
Components/Graphics/Server/DX12Server/FrameDebugger
Components/Graphics/Server/DX12Server/Interception
Components/Graphics/Server/DX12Server/Objects
Components/Graphics/Server/DX12Server/Objects/BaseWrappers
Components/Graphics/Server/DX12Server/Objects/CustomWrappers
Components/Graphics/Server/DX12Server/Profiling
Components/Graphics/Server/DX12Server/Rendering
Components/Graphics/Server/DX12Server/SymbolSerializers
Components/Graphics/Server/DX12Server/Tracing
Components/Graphics/Server/DX12Server/Util
Components/Graphics/Server/DXCommonSource
Components/Graphics/Server/DXGIServer
Components/Graphics/Server/MicroDLL
Components/Graphics/Server/VulkanEnv
Components/Graphics/Server/VulkanServer/VKT
Components/Graphics/Server/VulkanServer/VKT/FrameDebugger
Components/Graphics/Server/VulkanServer/VKT/Interception
Components/Graphics/Server/VulkanServer/VKT/Objects
Components/Graphics/Server/VulkanServer/VKT/Objects/Wrappers
Components/Graphics/Server/VulkanServer/VKT/Profiling
Components/Graphics/Server/VulkanServer/VKT/Rendering
Components/Graphics/Server/VulkanServer/VKT/Tracing
Components/Graphics/Server/VulkanServer/VKT/Util
Components/Graphics/Server/WebServer
Components/LPGPU2_CCVG/CCVGCodeCoveragePlugin/Include
Components/PowerProfiling/AMDTPowerProfiling/Include
Components/PowerProfiling/AMDTPowerProfiling/src
Components/PowerProfiling/Backend/AMDTPowerProfileAPI/inc
Components/PowerProfiling/Backend/AMDTPowerProfileAPI/src
Components/PowerProfiling/Backend/AMDTPowerProfileAPI/src/Linux
Components/PowerProfiling/Backend/AMDTPowerProfileCLI/src
Components/PowerProfiling/Backend/AMDTPowerProfilingDrivers/inc
Components/PowerProfiling/Backend/AMDTPowerProfilingDrivers/inc/Smu8Header
Components/PowerProfiling/Backend/AMDTPowerProfilingDrivers/Linux/inc
Components/PowerProfiling/Backend/AMDTPowerProfilingDrivers/Windows/inc
Components/PowerProfiling/Backend/AMDTPowerProfilingDrivers/Windows/src
Components/PowerProfiling/LPGPU2PowerModeling/src
Components/PowerProfiling/MiddleTier/AMDTPowerProfilingMidTier/include
Components/ShaderAnalyzer/AMDTAnalyzerBackendTester
Components/ShaderAnalyzer/AMDTBackEnd/Emulator/Parser
Components/ShaderAnalyzer/AMDTBackEnd/Emulator/Scheduler
Components/ShaderAnalyzer/AMDTBackEnd/Include
Components/ShaderAnalyzer/AMDTBackEnd/Include/Common
Components/ShaderAnalyzer/AMDTBackEnd/Include/Common/asic_reg
Components/ShaderAnalyzer/AMDTBackEnd/Include/GL
Components/ShaderAnalyzer/AMDTKernelAnalyzer/Include
Components/ShaderAnalyzer/AMDTKernelAnalyzer/src
Components/ShaderAnalyzer/AMDTKernelAnalyzerCLI/src
Components/ThreadProfiling/Backend/AMDTThreadProfileAPI/inc
Components/ThreadProfiling/Backend/AMDTThreadProfileAPI/src
Components/ThreadProfiling/Backend/AMDTThreadProfileAPI/src/Linux
Components/ThreadProfiling/Backend/AMDTThreadProfileAPI/src/Windows
Examples/AMDTTeaPot/AMDTTeaPot
Examples/AMDTTeaPot/AMDTTeaPot/inc
Examples/AMDTTeaPot/AMDTTeaPotLib/inc
Examples/AMDTTeaPot/AMDTTeaPotLib/inc/CL
Examples/AMDTTeaPot/AMDTTeaPotLib/inc/GL
Examples/AMDTTeaPot/AMDTTeaPotLib/res
Examples/D3D12Multithreading
obj/tmp/moc
obj/tmp/ui
Remote/AMDTRemoteAgent
Remote/AMDTRemoteAgent/Public Include
Remote/AMDTRemoteClient/Include
Utils/AMDTSystemInformationHelper/inc
variant_debug/AMDTApiFunctions/Include
variant_debug/AMDTApiFunctions/src
variant_debug/AMDTBackEnd/build/x86_64/ACLModuleManager
variant_debug/AMDTBackEnd/build/x86_64/ADLUtil
variant_debug/AMDTBackEnd/build/x86_64/AMDTMutex
variant_debug/AMDTBackEnd/build/x86_64/DeviceInfo
variant_debug/AMDTBackEnd/build/x86_64/DynamicLibraryModule
variant_debug/AMDTCpuProfiling/inc
variant_debug/AMDTCpuProfilingCLI/inc
variant_debug/AMDTCpuProfilingControl/inc
variant_debug/AMDTCpuProfilingControl/src/Linux
variant_debug/AMDTCpuProfilingControl/src/Windows
variant_debug/AMDTCpuProfilingDataAccess/inc
variant_debug/AMDTCpuProfilingRawData/inc
variant_debug/AMDTCpuProfilingRawData/inc/Linux
variant_debug/AMDTCpuProfilingRawData/inc/Windows
variant_debug/AMDTCpuProfilingRawData/src/RunInfo
variant_debug/AMDTCpuProfilingRawData/src/Translation
variant_debug/AMDTCpuProfilingTranslation/inc
variant_debug/AMDTCpuProfilingTranslation/inc/Windows
variant_debug/AMDTCpuProfilingTranslation/src
variant_debug/AMDTCpuProfilingTranslation/src/Linux
variant_debug/AMDTCpuProfilingTranslation/src/Windows
variant_debug/AMDTDbAdapter/inc
variant_debug/AMDTGpuDebugging/Include
variant_debug/AMDTGpuDebugging/src
variant_debug/AMDTGpuDebuggingComponents/Include
variant_debug/AMDTGpuDebuggingComponents/Include/commands
variant_debug/AMDTGpuDebuggingComponents/Include/dialogs
variant_debug/AMDTGpuDebuggingComponents/Include/toolbars
variant_debug/AMDTGpuDebuggingComponents/Include/views
variant_debug/AMDTGpuProfiling
variant_debug/AMDTGpuProfiling/build/x86_64/ADLUtil
variant_debug/AMDTGpuProfiling/build/x86_64/AMDTMutex
variant_debug/AMDTGpuProfiling/build/x86_64/DeviceInfo
variant_debug/AMDTGpuProfiling/build/x86_64/DynamicLibraryModule
variant_debug/AMDTGraphicsServerInterface/Include
variant_debug/AMDTJvmtiAgent/build/AMDTProfilingAgentsData/Linux
variant_debug/AMDTKernelAnalyzer/Include
variant_debug/AMDTKernelAnalyzer/src
variant_debug/AMDTKernelAnalyzerCLI/src
variant_debug/AMDTOpenCLServer/Include
variant_debug/AMDTOpenCLServer/src
variant_debug/AMDTOpenGLServer/Include
variant_debug/AMDTOpenGLServer/src
variant_debug/AMDTPowerProfileAPI/inc
variant_debug/AMDTPowerProfileAPI/src
variant_debug/AMDTPowerProfileCLI/src
variant_debug/AMDTPowerProfilingMidTier/include
variant_debug/AMDTProcessDebugger/Include
variant_debug/AMDTProcessDebugger/src
variant_debug/AMDTProfilerDAL/include
variant_debug/AMDTProfilingAgentsData/inc
variant_debug/AMDTProfilingAgentsData/inc/Windows
variant_debug/AMDTProfilingAgentsData/src/Linux
variant_debug/AMDTProfilingAgentsData/src/Windows
variant_debug/AMDTRemoteDebuggingServer/Include
variant_debug/AMDTRemoteDebuggingServer/src
variant_debug/AMDTServerUtilities/Include
variant_debug/AMDTServerUtilities/src
variant_debug/AMDTThreadProfileAPI/inc
variant_debug/AMDTThreadProfileAPI/src
variant_debug/AMDTThreadProfileAPI/src/Linux
variant_debug/AMDTThreadProfileAPI/src/Windows
variant_debug/LPGPU2_CCVG/Include
variant_debug/LPGPU2Database
variant_debug/LPGPU2DatabaseCLI
variant_debug/LPGPU2PowerModeling
variant_release/AMDTApiFunctions/Include
variant_release/AMDTApiFunctions/src
variant_release/AMDTBackEnd/build/x86_64/ACLModuleManager
variant_release/AMDTBackEnd/build/x86_64/ADLUtil
variant_release/AMDTBackEnd/build/x86_64/AMDTMutex
variant_release/AMDTBackEnd/build/x86_64/DeviceInfo
variant_release/AMDTBackEnd/build/x86_64/DynamicLibraryModule
variant_release/AMDTCpuProfiling/inc
variant_release/AMDTCpuProfilingCLI/inc
variant_release/AMDTCpuProfilingControl/inc
variant_release/AMDTCpuProfilingControl/src/Linux
variant_release/AMDTCpuProfilingControl/src/Windows
variant_release/AMDTCpuProfilingDataAccess/inc
variant_release/AMDTCpuProfilingRawData/inc
variant_release/AMDTCpuProfilingRawData/inc/Linux
variant_release/AMDTCpuProfilingRawData/inc/Windows
variant_release/AMDTCpuProfilingRawData/src/RunInfo
variant_release/AMDTCpuProfilingRawData/src/Translation
variant_release/AMDTCpuProfilingTranslation/inc
variant_release/AMDTCpuProfilingTranslation/inc/Windows
variant_release/AMDTCpuProfilingTranslation/src
variant_release/AMDTCpuProfilingTranslation/src/Linux
variant_release/AMDTCpuProfilingTranslation/src/Windows
variant_release/AMDTDbAdapter/inc
variant_release/AMDTGpuDebugging/Include
variant_release/AMDTGpuDebugging/src
variant_release/AMDTGpuDebuggingComponents/Include
variant_release/AMDTGpuDebuggingComponents/Include/commands
variant_release/AMDTGpuDebuggingComponents/Include/dialogs
variant_release/AMDTGpuDebuggingComponents/Include/toolbars
variant_release/AMDTGpuDebuggingComponents/Include/views
variant_release/AMDTGpuProfiling
variant_release/AMDTGpuProfiling/build/x86_64/ADLUtil
variant_release/AMDTGpuProfiling/build/x86_64/AMDTMutex
variant_release/AMDTGpuProfiling/build/x86_64/DeviceInfo
variant_release/AMDTGpuProfiling/build/x86_64/DynamicLibraryModule
variant_release/AMDTGraphicsServerInterface/Include
variant_release/AMDTJvmtiAgent/build/AMDTProfilingAgentsData/Linux
variant_release/AMDTKernelAnalyzer/Include
variant_release/AMDTKernelAnalyzer/src
variant_release/AMDTKernelAnalyzerCLI/src
variant_release/AMDTOpenCLServer/Include
variant_release/AMDTOpenCLServer/src
variant_release/AMDTOpenGLServer/Include
variant_release/AMDTOpenGLServer/src
variant_release/AMDTPowerProfileAPI/inc
variant_release/AMDTPowerProfileAPI/src
variant_release/AMDTPowerProfileCLI/src
variant_release/AMDTPowerProfilingMidTier/include
variant_release/AMDTProcessDebugger/Include
variant_release/AMDTProcessDebugger/src
variant_release/AMDTProfilerDAL/include
variant_release/AMDTProfilingAgentsData/inc
variant_release/AMDTProfilingAgentsData/inc/Windows
variant_release/AMDTProfilingAgentsData/src/Linux
variant_release/AMDTProfilingAgentsData/src/Windows
variant_release/AMDTRemoteDebuggingServer/Include
variant_release/AMDTRemoteDebuggingServer/src
variant_release/AMDTServerUtilities/Include
variant_release/AMDTServerUtilities/src
variant_release/AMDTThreadProfileAPI/inc
variant_release/AMDTThreadProfileAPI/src
variant_release/AMDTThreadProfileAPI/src/Linux
variant_release/AMDTThreadProfileAPI/src/Windows
variant_release/LPGPU2_CCVG/Include
variant_release/LPGPU2Database
variant_release/LPGPU2DatabaseCLI
variant_release/LPGPU2PowerModeling