dxcetw.man 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. <?xml version='1.0' encoding='utf-8' standalone='yes'?>
  2. <instrumentationManifest xmlns="http://schemas.microsoft.com/win/2004/08/events">
  3. <instrumentation
  4. xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events"
  5. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  6. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  7. >
  8. <events xmlns="http://schemas.microsoft.com/win/2004/08/events">
  9. <provider
  10. guid="{5c65fe8c-9f96-4bfd-9a87-9f8ebd45da64}"
  11. message="$(string.eventProviderName)"
  12. messageFileName="%INSTALL_PATH%\dxcompiler.dll"
  13. name="Microsoft-Windows-DXCompiler-API"
  14. resourceFileName="%INSTALL_PATH%\dxcompiler.dll"
  15. symbol="MICROSOFT_WINDOWS_DXCOMPILER_PROVIDER"
  16. >
  17. <channels>
  18. <channel
  19. chid="DXCompilerAnalytic"
  20. name="Microsoft-Windows-DXCompiler-API/Analytic"
  21. type="Analytic"
  22. />
  23. </channels>
  24. <tasks>
  25. <task
  26. name="DXCompilerInitialization"
  27. value="1"
  28. />
  29. <task
  30. name="DXCompilerShutdown"
  31. value="2"
  32. />
  33. <task
  34. name="DXCompilerCreateInstance"
  35. value="3"
  36. />
  37. <task
  38. name="DXCompilerIntelliSenseParse"
  39. value="4"
  40. />
  41. <task
  42. name="DXCompilerCompile"
  43. value="5"
  44. />
  45. <task
  46. name="DXCompilerPreprocess"
  47. value="6"
  48. />
  49. <task
  50. name="DXCompilerDisassemble"
  51. value="7"
  52. />
  53. <task
  54. name="DxcValidation"
  55. value="8"
  56. />
  57. </tasks>
  58. <events>
  59. <event
  60. channel="DXCompilerAnalytic"
  61. level="win:Informational"
  62. opcode="win:Start"
  63. symbol="DXCompilerInitialization_Start"
  64. task="DXCompilerInitialization"
  65. value="0"
  66. />
  67. <event
  68. channel="DXCompilerAnalytic"
  69. level="win:Informational"
  70. opcode="win:Stop"
  71. symbol="DXCompilerInitialization_Stop"
  72. task="DXCompilerInitialization"
  73. template="OperationResultTemplate"
  74. value="1"
  75. />
  76. <event
  77. channel="DXCompilerAnalytic"
  78. level="win:Informational"
  79. opcode="win:Start"
  80. symbol="DXCompilerShutdown_Start"
  81. task="DXCompilerShutdown"
  82. value="2"
  83. />
  84. <event
  85. channel="DXCompilerAnalytic"
  86. level="win:Informational"
  87. opcode="win:Stop"
  88. symbol="DXCompilerShutdown_Stop"
  89. task="DXCompilerShutdown"
  90. template="OperationResultTemplate"
  91. value="3"
  92. />
  93. <event
  94. channel="DXCompilerAnalytic"
  95. level="win:Informational"
  96. opcode="win:Start"
  97. symbol="DXCompilerCreateInstance_Start"
  98. task="DXCompilerCreateInstance"
  99. value="4"
  100. />
  101. <event
  102. channel="DXCompilerAnalytic"
  103. level="win:Informational"
  104. opcode="win:Stop"
  105. symbol="DXCompilerCreateInstance_Stop"
  106. task="DXCompilerCreateInstance"
  107. template="OperationResultTemplate"
  108. value="5"
  109. />
  110. <event
  111. channel="DXCompilerAnalytic"
  112. level="win:Informational"
  113. opcode="win:Start"
  114. symbol="DXCompilerIntelliSenseParse_Start"
  115. task="DXCompilerIntelliSenseParse"
  116. value="6"
  117. />
  118. <event
  119. channel="DXCompilerAnalytic"
  120. level="win:Informational"
  121. opcode="win:Stop"
  122. symbol="DXCompilerIntelliSenseParse_Stop"
  123. task="DXCompilerIntelliSenseParse"
  124. template="OperationResultTemplate"
  125. value="7"
  126. />
  127. <event
  128. channel="DXCompilerAnalytic"
  129. level="win:Informational"
  130. opcode="win:Start"
  131. symbol="DXCompilerCompile_Start"
  132. task="DXCompilerCompile"
  133. value="8"
  134. />
  135. <event
  136. channel="DXCompilerAnalytic"
  137. level="win:Informational"
  138. opcode="win:Stop"
  139. symbol="DXCompilerCompile_Stop"
  140. task="DXCompilerCompile"
  141. template="OperationResultTemplate"
  142. value="9"
  143. />
  144. <event
  145. channel="DXCompilerAnalytic"
  146. level="win:Informational"
  147. opcode="win:Start"
  148. symbol="DXCompilerPreprocess_Start"
  149. task="DXCompilerPreprocess"
  150. value="10"
  151. />
  152. <event
  153. channel="DXCompilerAnalytic"
  154. level="win:Informational"
  155. opcode="win:Stop"
  156. symbol="DXCompilerPreprocess_Stop"
  157. task="DXCompilerPreprocess"
  158. template="OperationResultTemplate"
  159. value="11"
  160. />
  161. <event
  162. channel="DXCompilerAnalytic"
  163. level="win:Informational"
  164. opcode="win:Start"
  165. symbol="DXCompilerDisassemble_Start"
  166. task="DXCompilerDisassemble"
  167. value="12"
  168. />
  169. <event
  170. channel="DXCompilerAnalytic"
  171. level="win:Informational"
  172. opcode="win:Stop"
  173. symbol="DXCompilerDisassemble_Stop"
  174. task="DXCompilerDisassemble"
  175. template="OperationResultTemplate"
  176. value="13"
  177. />
  178. <event
  179. channel="DXCompilerAnalytic"
  180. level="win:Informational"
  181. opcode="win:Start"
  182. symbol="DxcValidation_Start"
  183. task="DxcValidation"
  184. value="14"
  185. />
  186. <event
  187. channel="DXCompilerAnalytic"
  188. level="win:Informational"
  189. opcode="win:Stop"
  190. symbol="DxcValidation_Stop"
  191. task="DxcValidation"
  192. template="OperationResultTemplate"
  193. value="15"
  194. />
  195. </events>
  196. <templates>
  197. <template tid="OperationResultTemplate">
  198. <data
  199. inType="win:Int32"
  200. name="errorCode"
  201. outType="win:HResult"
  202. />
  203. </template>
  204. </templates>
  205. </provider>
  206. </events>
  207. </instrumentation>
  208. <localization>
  209. <resources culture="en-US">
  210. <stringTable>
  211. <string
  212. id="eventProviderName"
  213. value="Microsoft-Windows-DXCompiler-API"
  214. />
  215. </stringTable>
  216. </resources>
  217. </localization>
  218. </instrumentationManifest>