| 1 | |
| 2 | // Licensed to the .NET Foundation under one or more agreements. |
| 3 | // The .NET Foundation licenses this file to you under the MIT license. |
| 4 | // See the LICENSE file in the project root for more information. |
| 5 | |
| 6 | /****************************************************************** |
| 7 | |
| 8 | DO NOT MODIFY. AUTOGENERATED FILE. |
| 9 | This file is generated using the logic from <root>/src/scripts/genEventing.py |
| 10 | |
| 11 | ******************************************************************/ |
| 12 | |
| 13 | /*===================================================================== |
| 14 | ** |
| 15 | ** Source: clralltestevents.cpp |
| 16 | ** |
| 17 | ** Purpose: Ensure Correctness of Eventing code |
| 18 | ** |
| 19 | ** |
| 20 | **===================================================================*/ |
| 21 | #if FEATURE_PAL |
| 22 | #include <palsuite.h> |
| 23 | #endif //FEATURE_PAL |
| 24 | #include <clrxplatevents.h> |
| 25 | |
| 26 | typedef struct _Struct1 { |
| 27 | ULONG Data1; |
| 28 | unsigned short Data2; |
| 29 | unsigned short Data3; |
| 30 | unsigned char Data4[8]; |
| 31 | } Struct1; |
| 32 | |
| 33 | Struct1 var21[2] = { { 245, 13, 14, "deadbea" }, { 542, 0, 14, "deadflu" } }; |
| 34 | |
| 35 | Struct1* var11 = var21; |
| 36 | Struct1* win_Struct = var21; |
| 37 | |
| 38 | GUID win_GUID ={ 245, 13, 14, "deadbea" }; |
| 39 | double win_Double =34.04; |
| 40 | ULONG win_ULong = 34; |
| 41 | BOOL win_Boolean = FALSE; |
| 42 | unsigned __int64 win_UInt64 = 114; |
| 43 | unsigned int win_UInt32 = 4; |
| 44 | unsigned short win_UInt16 = 12; |
| 45 | unsigned char win_UInt8 = 9; |
| 46 | int win_Int32 = 12; |
| 47 | BYTE* win_Binary =(BYTE*)var21 ; |
| 48 | int __cdecl main(int argc, char **argv) |
| 49 | { |
| 50 | #if defined(FEATURE_PAL) |
| 51 | /* Initialize the PAL. |
| 52 | */ |
| 53 | |
| 54 | if(0 != PAL_Initialize(argc, argv)) |
| 55 | { |
| 56 | return FAIL; |
| 57 | } |
| 58 | #endif |
| 59 | |
| 60 | ULONG Error = ERROR_SUCCESS; |
| 61 | #if defined(FEATURE_EVENT_TRACE) |
| 62 | Trace("\n Starting functional eventing APIs tests \n" ); |
| 63 | EventXplatEnabledGCStart(); |
| 64 | Error |= FireEtXplatGCStart( |
| 65 | 2, |
| 66 | win_UInt32 |
| 67 | ); |
| 68 | EventXplatEnabledGCStart_V1(); |
| 69 | Error |= FireEtXplatGCStart_V1( |
| 70 | 2, |
| 71 | win_UInt32, |
| 72 | win_UInt32, |
| 73 | win_UInt32, |
| 74 | win_UInt16 |
| 75 | ); |
| 76 | EventXplatEnabledGCStart_V2(); |
| 77 | Error |= FireEtXplatGCStart_V2( |
| 78 | 2, |
| 79 | win_UInt32, |
| 80 | win_UInt32, |
| 81 | win_UInt32, |
| 82 | win_UInt16, |
| 83 | win_UInt64 |
| 84 | ); |
| 85 | EventXplatEnabledGCEnd(); |
| 86 | Error |= FireEtXplatGCEnd( |
| 87 | 2, |
| 88 | win_UInt16 |
| 89 | ); |
| 90 | EventXplatEnabledGCEnd_V1(); |
| 91 | Error |= FireEtXplatGCEnd_V1( |
| 92 | 2, |
| 93 | win_UInt32, |
| 94 | win_UInt16 |
| 95 | ); |
| 96 | EventXplatEnabledGCRestartEEEnd(); |
| 97 | Error |= FireEtXplatGCRestartEEEnd( |
| 98 | ); |
| 99 | EventXplatEnabledGCRestartEEEnd_V1(); |
| 100 | Error |= FireEtXplatGCRestartEEEnd_V1( |
| 101 | win_UInt16 |
| 102 | ); |
| 103 | EventXplatEnabledGCHeapStats(); |
| 104 | Error |= FireEtXplatGCHeapStats( |
| 105 | win_UInt64, |
| 106 | win_UInt64, |
| 107 | win_UInt64, |
| 108 | win_UInt64, |
| 109 | win_UInt64, |
| 110 | win_UInt64, |
| 111 | win_UInt64, |
| 112 | win_UInt64, |
| 113 | win_UInt64, |
| 114 | win_UInt64, |
| 115 | win_UInt32, |
| 116 | win_UInt32, |
| 117 | win_UInt32 |
| 118 | ); |
| 119 | EventXplatEnabledGCHeapStats_V1(); |
| 120 | Error |= FireEtXplatGCHeapStats_V1( |
| 121 | win_UInt64, |
| 122 | win_UInt64, |
| 123 | win_UInt64, |
| 124 | win_UInt64, |
| 125 | win_UInt64, |
| 126 | win_UInt64, |
| 127 | win_UInt64, |
| 128 | win_UInt64, |
| 129 | win_UInt64, |
| 130 | win_UInt64, |
| 131 | win_UInt32, |
| 132 | win_UInt32, |
| 133 | win_UInt32, |
| 134 | win_UInt16 |
| 135 | ); |
| 136 | EventXplatEnabledGCCreateSegment(); |
| 137 | Error |= FireEtXplatGCCreateSegment( |
| 138 | win_UInt64, |
| 139 | win_UInt64, |
| 140 | win_UInt32 |
| 141 | ); |
| 142 | EventXplatEnabledGCCreateSegment_V1(); |
| 143 | Error |= FireEtXplatGCCreateSegment_V1( |
| 144 | win_UInt64, |
| 145 | win_UInt64, |
| 146 | win_UInt32, |
| 147 | win_UInt16 |
| 148 | ); |
| 149 | EventXplatEnabledGCFreeSegment(); |
| 150 | Error |= FireEtXplatGCFreeSegment( |
| 151 | win_UInt64 |
| 152 | ); |
| 153 | EventXplatEnabledGCFreeSegment_V1(); |
| 154 | Error |= FireEtXplatGCFreeSegment_V1( |
| 155 | win_UInt64, |
| 156 | win_UInt16 |
| 157 | ); |
| 158 | EventXplatEnabledGCRestartEEBegin(); |
| 159 | Error |= FireEtXplatGCRestartEEBegin( |
| 160 | ); |
| 161 | EventXplatEnabledGCRestartEEBegin_V1(); |
| 162 | Error |= FireEtXplatGCRestartEEBegin_V1( |
| 163 | win_UInt16 |
| 164 | ); |
| 165 | EventXplatEnabledGCSuspendEEEnd(); |
| 166 | Error |= FireEtXplatGCSuspendEEEnd( |
| 167 | ); |
| 168 | EventXplatEnabledGCSuspendEEEnd_V1(); |
| 169 | Error |= FireEtXplatGCSuspendEEEnd_V1( |
| 170 | win_UInt16 |
| 171 | ); |
| 172 | EventXplatEnabledGCSuspendEEBegin(); |
| 173 | Error |= FireEtXplatGCSuspendEEBegin( |
| 174 | win_UInt16 |
| 175 | ); |
| 176 | EventXplatEnabledGCSuspendEEBegin_V1(); |
| 177 | Error |= FireEtXplatGCSuspendEEBegin_V1( |
| 178 | win_UInt32, |
| 179 | 2, |
| 180 | win_UInt16 |
| 181 | ); |
| 182 | EventXplatEnabledGCAllocationTick(); |
| 183 | Error |= FireEtXplatGCAllocationTick( |
| 184 | win_UInt32, |
| 185 | win_UInt32 |
| 186 | ); |
| 187 | EventXplatEnabledGCAllocationTick_V1(); |
| 188 | Error |= FireEtXplatGCAllocationTick_V1( |
| 189 | win_UInt32, |
| 190 | win_UInt32, |
| 191 | win_UInt16 |
| 192 | ); |
| 193 | EventXplatEnabledGCAllocationTick_V2(); |
| 194 | Error |= FireEtXplatGCAllocationTick_V2( |
| 195 | win_UInt32, |
| 196 | win_UInt32, |
| 197 | win_UInt16, |
| 198 | win_UInt64, |
| 199 | (const void*)var11, |
| 200 | W(" Testing UnicodeString " ), |
| 201 | win_UInt32 |
| 202 | ); |
| 203 | EventXplatEnabledGCAllocationTick_V3(); |
| 204 | Error |= FireEtXplatGCAllocationTick_V3( |
| 205 | win_UInt32, |
| 206 | win_UInt32, |
| 207 | win_UInt16, |
| 208 | win_UInt64, |
| 209 | (const void*)var11, |
| 210 | W(" Testing UnicodeString " ), |
| 211 | win_UInt32, |
| 212 | (const void*)var11 |
| 213 | ); |
| 214 | EventXplatEnabledGCCreateConcurrentThread(); |
| 215 | Error |= FireEtXplatGCCreateConcurrentThread( |
| 216 | ); |
| 217 | EventXplatEnabledGCCreateConcurrentThread_V1(); |
| 218 | Error |= FireEtXplatGCCreateConcurrentThread_V1( |
| 219 | win_UInt16 |
| 220 | ); |
| 221 | EventXplatEnabledGCTerminateConcurrentThread(); |
| 222 | Error |= FireEtXplatGCTerminateConcurrentThread( |
| 223 | ); |
| 224 | EventXplatEnabledGCTerminateConcurrentThread_V1(); |
| 225 | Error |= FireEtXplatGCTerminateConcurrentThread_V1( |
| 226 | win_UInt16 |
| 227 | ); |
| 228 | EventXplatEnabledGCFinalizersEnd(); |
| 229 | Error |= FireEtXplatGCFinalizersEnd( |
| 230 | 2 |
| 231 | ); |
| 232 | EventXplatEnabledGCFinalizersEnd_V1(); |
| 233 | Error |= FireEtXplatGCFinalizersEnd_V1( |
| 234 | 2, |
| 235 | win_UInt16 |
| 236 | ); |
| 237 | EventXplatEnabledGCFinalizersBegin(); |
| 238 | Error |= FireEtXplatGCFinalizersBegin( |
| 239 | ); |
| 240 | EventXplatEnabledGCFinalizersBegin_V1(); |
| 241 | Error |= FireEtXplatGCFinalizersBegin_V1( |
| 242 | win_UInt16 |
| 243 | ); |
| 244 | EventXplatEnabledBulkType(); |
| 245 | Error |= FireEtXplatBulkType( |
| 246 | 2, |
| 247 | win_UInt16, |
| 248 | sizeof(Struct1), |
| 249 | &win_Struct |
| 250 | ); |
| 251 | EventXplatEnabledGCBulkRootEdge(); |
| 252 | Error |= FireEtXplatGCBulkRootEdge( |
| 253 | win_UInt32, |
| 254 | 2, |
| 255 | win_UInt16, |
| 256 | sizeof(Struct1), |
| 257 | &win_Struct |
| 258 | ); |
| 259 | EventXplatEnabledGCBulkRootConditionalWeakTableElementEdge(); |
| 260 | Error |= FireEtXplatGCBulkRootConditionalWeakTableElementEdge( |
| 261 | win_UInt32, |
| 262 | 2, |
| 263 | win_UInt16, |
| 264 | sizeof(Struct1), |
| 265 | &win_Struct |
| 266 | ); |
| 267 | EventXplatEnabledGCBulkNode(); |
| 268 | Error |= FireEtXplatGCBulkNode( |
| 269 | win_UInt32, |
| 270 | 2, |
| 271 | win_UInt16, |
| 272 | sizeof(Struct1), |
| 273 | &win_Struct |
| 274 | ); |
| 275 | EventXplatEnabledGCBulkEdge(); |
| 276 | Error |= FireEtXplatGCBulkEdge( |
| 277 | win_UInt32, |
| 278 | 2, |
| 279 | win_UInt16, |
| 280 | sizeof(Struct1), |
| 281 | &win_Struct |
| 282 | ); |
| 283 | EventXplatEnabledGCSampledObjectAllocationHigh(); |
| 284 | Error |= FireEtXplatGCSampledObjectAllocationHigh( |
| 285 | (const void*)var11, |
| 286 | (const void*)var11, |
| 287 | win_UInt32, |
| 288 | win_UInt64, |
| 289 | win_UInt16 |
| 290 | ); |
| 291 | EventXplatEnabledGCBulkSurvivingObjectRanges(); |
| 292 | Error |= FireEtXplatGCBulkSurvivingObjectRanges( |
| 293 | win_UInt32, |
| 294 | 2, |
| 295 | win_UInt16, |
| 296 | sizeof(Struct1), |
| 297 | &win_Struct |
| 298 | ); |
| 299 | EventXplatEnabledGCBulkMovedObjectRanges(); |
| 300 | Error |= FireEtXplatGCBulkMovedObjectRanges( |
| 301 | win_UInt32, |
| 302 | 2, |
| 303 | win_UInt16, |
| 304 | sizeof(Struct1), |
| 305 | &win_Struct |
| 306 | ); |
| 307 | EventXplatEnabledGCGenerationRange(); |
| 308 | Error |= FireEtXplatGCGenerationRange( |
| 309 | win_UInt8, |
| 310 | (const void*)var11, |
| 311 | win_UInt64, |
| 312 | win_UInt64, |
| 313 | win_UInt16 |
| 314 | ); |
| 315 | EventXplatEnabledGCMarkStackRoots(); |
| 316 | Error |= FireEtXplatGCMarkStackRoots( |
| 317 | win_UInt32, |
| 318 | win_UInt16 |
| 319 | ); |
| 320 | EventXplatEnabledGCMarkFinalizeQueueRoots(); |
| 321 | Error |= FireEtXplatGCMarkFinalizeQueueRoots( |
| 322 | win_UInt32, |
| 323 | win_UInt16 |
| 324 | ); |
| 325 | EventXplatEnabledGCMarkHandles(); |
| 326 | Error |= FireEtXplatGCMarkHandles( |
| 327 | win_UInt32, |
| 328 | win_UInt16 |
| 329 | ); |
| 330 | EventXplatEnabledGCMarkOlderGenerationRoots(); |
| 331 | Error |= FireEtXplatGCMarkOlderGenerationRoots( |
| 332 | win_UInt32, |
| 333 | win_UInt16 |
| 334 | ); |
| 335 | EventXplatEnabledFinalizeObject(); |
| 336 | Error |= FireEtXplatFinalizeObject( |
| 337 | (const void*)var11, |
| 338 | (const void*)var11, |
| 339 | win_UInt16 |
| 340 | ); |
| 341 | EventXplatEnabledSetGCHandle(); |
| 342 | Error |= FireEtXplatSetGCHandle( |
| 343 | (const void*)var11, |
| 344 | (const void*)var11, |
| 345 | win_UInt32, |
| 346 | win_UInt32, |
| 347 | win_UInt64, |
| 348 | win_UInt16 |
| 349 | ); |
| 350 | EventXplatEnabledDestroyGCHandle(); |
| 351 | Error |= FireEtXplatDestroyGCHandle( |
| 352 | (const void*)var11, |
| 353 | win_UInt16 |
| 354 | ); |
| 355 | EventXplatEnabledGCSampledObjectAllocationLow(); |
| 356 | Error |= FireEtXplatGCSampledObjectAllocationLow( |
| 357 | (const void*)var11, |
| 358 | (const void*)var11, |
| 359 | win_UInt32, |
| 360 | win_UInt64, |
| 361 | win_UInt16 |
| 362 | ); |
| 363 | EventXplatEnabledPinObjectAtGCTime(); |
| 364 | Error |= FireEtXplatPinObjectAtGCTime( |
| 365 | (const void*)var11, |
| 366 | (const void*)var11, |
| 367 | win_UInt64, |
| 368 | W(" Testing UnicodeString " ), |
| 369 | win_UInt16 |
| 370 | ); |
| 371 | EventXplatEnabledGCTriggered(); |
| 372 | Error |= FireEtXplatGCTriggered( |
| 373 | win_UInt32, |
| 374 | win_UInt16 |
| 375 | ); |
| 376 | EventXplatEnabledGCBulkRootCCW(); |
| 377 | Error |= FireEtXplatGCBulkRootCCW( |
| 378 | 2, |
| 379 | win_UInt16, |
| 380 | sizeof(Struct1), |
| 381 | &win_Struct |
| 382 | ); |
| 383 | EventXplatEnabledGCBulkRCW(); |
| 384 | Error |= FireEtXplatGCBulkRCW( |
| 385 | 2, |
| 386 | win_UInt16, |
| 387 | sizeof(Struct1), |
| 388 | &win_Struct |
| 389 | ); |
| 390 | EventXplatEnabledGCBulkRootStaticVar(); |
| 391 | Error |= FireEtXplatGCBulkRootStaticVar( |
| 392 | 2, |
| 393 | win_UInt64, |
| 394 | win_UInt16, |
| 395 | sizeof(Struct1), |
| 396 | &win_Struct |
| 397 | ); |
| 398 | EventXplatEnabledGCDynamicEvent(); |
| 399 | Error |= FireEtXplatGCDynamicEvent( |
| 400 | W(" Testing UnicodeString " ), |
| 401 | win_UInt32, |
| 402 | win_Binary, |
| 403 | win_UInt16 |
| 404 | ); |
| 405 | EventXplatEnabledWorkerThreadCreate(); |
| 406 | Error |= FireEtXplatWorkerThreadCreate( |
| 407 | win_UInt32, |
| 408 | win_UInt32 |
| 409 | ); |
| 410 | EventXplatEnabledWorkerThreadTerminate(); |
| 411 | Error |= FireEtXplatWorkerThreadTerminate( |
| 412 | win_UInt32, |
| 413 | win_UInt32 |
| 414 | ); |
| 415 | EventXplatEnabledWorkerThreadRetire(); |
| 416 | Error |= FireEtXplatWorkerThreadRetire( |
| 417 | win_UInt32, |
| 418 | win_UInt32 |
| 419 | ); |
| 420 | EventXplatEnabledWorkerThreadUnretire(); |
| 421 | Error |= FireEtXplatWorkerThreadUnretire( |
| 422 | win_UInt32, |
| 423 | win_UInt32 |
| 424 | ); |
| 425 | EventXplatEnabledIOThreadCreate(); |
| 426 | Error |= FireEtXplatIOThreadCreate( |
| 427 | win_UInt32, |
| 428 | win_UInt32 |
| 429 | ); |
| 430 | EventXplatEnabledIOThreadCreate_V1(); |
| 431 | Error |= FireEtXplatIOThreadCreate_V1( |
| 432 | win_UInt32, |
| 433 | win_UInt32, |
| 434 | win_UInt16 |
| 435 | ); |
| 436 | EventXplatEnabledIOThreadTerminate(); |
| 437 | Error |= FireEtXplatIOThreadTerminate( |
| 438 | win_UInt32, |
| 439 | win_UInt32 |
| 440 | ); |
| 441 | EventXplatEnabledIOThreadTerminate_V1(); |
| 442 | Error |= FireEtXplatIOThreadTerminate_V1( |
| 443 | win_UInt32, |
| 444 | win_UInt32, |
| 445 | win_UInt16 |
| 446 | ); |
| 447 | EventXplatEnabledIOThreadRetire(); |
| 448 | Error |= FireEtXplatIOThreadRetire( |
| 449 | win_UInt32, |
| 450 | win_UInt32 |
| 451 | ); |
| 452 | EventXplatEnabledIOThreadRetire_V1(); |
| 453 | Error |= FireEtXplatIOThreadRetire_V1( |
| 454 | win_UInt32, |
| 455 | win_UInt32, |
| 456 | win_UInt16 |
| 457 | ); |
| 458 | EventXplatEnabledIOThreadUnretire(); |
| 459 | Error |= FireEtXplatIOThreadUnretire( |
| 460 | win_UInt32, |
| 461 | win_UInt32 |
| 462 | ); |
| 463 | EventXplatEnabledIOThreadUnretire_V1(); |
| 464 | Error |= FireEtXplatIOThreadUnretire_V1( |
| 465 | win_UInt32, |
| 466 | win_UInt32, |
| 467 | win_UInt16 |
| 468 | ); |
| 469 | EventXplatEnabledThreadpoolSuspensionSuspendThread(); |
| 470 | Error |= FireEtXplatThreadpoolSuspensionSuspendThread( |
| 471 | win_UInt32, |
| 472 | win_UInt32 |
| 473 | ); |
| 474 | EventXplatEnabledThreadpoolSuspensionResumeThread(); |
| 475 | Error |= FireEtXplatThreadpoolSuspensionResumeThread( |
| 476 | win_UInt32, |
| 477 | win_UInt32 |
| 478 | ); |
| 479 | EventXplatEnabledThreadPoolWorkerThreadStart(); |
| 480 | Error |= FireEtXplatThreadPoolWorkerThreadStart( |
| 481 | win_UInt32, |
| 482 | win_UInt32, |
| 483 | win_UInt16 |
| 484 | ); |
| 485 | EventXplatEnabledThreadPoolWorkerThreadStop(); |
| 486 | Error |= FireEtXplatThreadPoolWorkerThreadStop( |
| 487 | win_UInt32, |
| 488 | win_UInt32, |
| 489 | win_UInt16 |
| 490 | ); |
| 491 | EventXplatEnabledThreadPoolWorkerThreadRetirementStart(); |
| 492 | Error |= FireEtXplatThreadPoolWorkerThreadRetirementStart( |
| 493 | win_UInt32, |
| 494 | win_UInt32, |
| 495 | win_UInt16 |
| 496 | ); |
| 497 | EventXplatEnabledThreadPoolWorkerThreadRetirementStop(); |
| 498 | Error |= FireEtXplatThreadPoolWorkerThreadRetirementStop( |
| 499 | win_UInt32, |
| 500 | win_UInt32, |
| 501 | win_UInt16 |
| 502 | ); |
| 503 | EventXplatEnabledThreadPoolWorkerThreadAdjustmentSample(); |
| 504 | Error |= FireEtXplatThreadPoolWorkerThreadAdjustmentSample( |
| 505 | win_Double, |
| 506 | win_UInt16 |
| 507 | ); |
| 508 | EventXplatEnabledThreadPoolWorkerThreadAdjustmentAdjustment(); |
| 509 | Error |= FireEtXplatThreadPoolWorkerThreadAdjustmentAdjustment( |
| 510 | win_Double, |
| 511 | win_UInt32, |
| 512 | win_UInt32, |
| 513 | win_UInt16 |
| 514 | ); |
| 515 | EventXplatEnabledThreadPoolWorkerThreadAdjustmentStats(); |
| 516 | Error |= FireEtXplatThreadPoolWorkerThreadAdjustmentStats( |
| 517 | win_Double, |
| 518 | win_Double, |
| 519 | win_Double, |
| 520 | win_Double, |
| 521 | win_Double, |
| 522 | win_Double, |
| 523 | win_Double, |
| 524 | win_Double, |
| 525 | win_Double, |
| 526 | win_UInt16, |
| 527 | win_UInt16 |
| 528 | ); |
| 529 | EventXplatEnabledThreadPoolWorkerThreadWait(); |
| 530 | Error |= FireEtXplatThreadPoolWorkerThreadWait( |
| 531 | win_UInt32, |
| 532 | win_UInt32, |
| 533 | win_UInt16 |
| 534 | ); |
| 535 | EventXplatEnabledThreadPoolWorkingThreadCount(); |
| 536 | Error |= FireEtXplatThreadPoolWorkingThreadCount( |
| 537 | 2, |
| 538 | win_UInt16 |
| 539 | ); |
| 540 | EventXplatEnabledThreadPoolEnqueue(); |
| 541 | Error |= FireEtXplatThreadPoolEnqueue( |
| 542 | (const void*)var11, |
| 543 | win_UInt16 |
| 544 | ); |
| 545 | EventXplatEnabledThreadPoolDequeue(); |
| 546 | Error |= FireEtXplatThreadPoolDequeue( |
| 547 | (const void*)var11, |
| 548 | win_UInt16 |
| 549 | ); |
| 550 | EventXplatEnabledThreadPoolIOEnqueue(); |
| 551 | Error |= FireEtXplatThreadPoolIOEnqueue( |
| 552 | (const void*)var11, |
| 553 | (const void*)var11, |
| 554 | win_Boolean, |
| 555 | win_UInt16 |
| 556 | ); |
| 557 | EventXplatEnabledThreadPoolIODequeue(); |
| 558 | Error |= FireEtXplatThreadPoolIODequeue( |
| 559 | (const void*)var11, |
| 560 | (const void*)var11, |
| 561 | win_UInt16 |
| 562 | ); |
| 563 | EventXplatEnabledThreadPoolIOPack(); |
| 564 | Error |= FireEtXplatThreadPoolIOPack( |
| 565 | (const void*)var11, |
| 566 | (const void*)var11, |
| 567 | win_UInt16 |
| 568 | ); |
| 569 | EventXplatEnabledThreadCreating(); |
| 570 | Error |= FireEtXplatThreadCreating( |
| 571 | (const void*)var11, |
| 572 | win_UInt16 |
| 573 | ); |
| 574 | EventXplatEnabledThreadRunning(); |
| 575 | Error |= FireEtXplatThreadRunning( |
| 576 | (const void*)var11, |
| 577 | win_UInt16 |
| 578 | ); |
| 579 | EventXplatEnabledExceptionThrown(); |
| 580 | Error |= FireEtXplatExceptionThrown( |
| 581 | ); |
| 582 | EventXplatEnabledExceptionThrown_V1(); |
| 583 | Error |= FireEtXplatExceptionThrown_V1( |
| 584 | W(" Testing UnicodeString " ), |
| 585 | W(" Testing UnicodeString " ), |
| 586 | (const void*)var11, |
| 587 | win_UInt32, |
| 588 | win_UInt16, |
| 589 | win_UInt16 |
| 590 | ); |
| 591 | EventXplatEnabledExceptionCatchStart(); |
| 592 | Error |= FireEtXplatExceptionCatchStart( |
| 593 | win_UInt64, |
| 594 | win_UInt64, |
| 595 | W(" Testing UnicodeString " ), |
| 596 | win_UInt16 |
| 597 | ); |
| 598 | EventXplatEnabledExceptionCatchStop(); |
| 599 | Error |= FireEtXplatExceptionCatchStop( |
| 600 | ); |
| 601 | EventXplatEnabledExceptionFinallyStart(); |
| 602 | Error |= FireEtXplatExceptionFinallyStart( |
| 603 | win_UInt64, |
| 604 | win_UInt64, |
| 605 | W(" Testing UnicodeString " ), |
| 606 | win_UInt16 |
| 607 | ); |
| 608 | EventXplatEnabledExceptionFinallyStop(); |
| 609 | Error |= FireEtXplatExceptionFinallyStop( |
| 610 | ); |
| 611 | EventXplatEnabledExceptionFilterStart(); |
| 612 | Error |= FireEtXplatExceptionFilterStart( |
| 613 | win_UInt64, |
| 614 | win_UInt64, |
| 615 | W(" Testing UnicodeString " ), |
| 616 | win_UInt16 |
| 617 | ); |
| 618 | EventXplatEnabledExceptionFilterStop(); |
| 619 | Error |= FireEtXplatExceptionFilterStop( |
| 620 | ); |
| 621 | EventXplatEnabledExceptionThrownStop(); |
| 622 | Error |= FireEtXplatExceptionThrownStop( |
| 623 | ); |
| 624 | EventXplatEnabledContention(); |
| 625 | Error |= FireEtXplatContention( |
| 626 | ); |
| 627 | EventXplatEnabledContentionStart_V1(); |
| 628 | Error |= FireEtXplatContentionStart_V1( |
| 629 | win_UInt8, |
| 630 | win_UInt16 |
| 631 | ); |
| 632 | EventXplatEnabledContentionStop(); |
| 633 | Error |= FireEtXplatContentionStop( |
| 634 | win_UInt8, |
| 635 | win_UInt16 |
| 636 | ); |
| 637 | EventXplatEnabledCLRStackWalk(); |
| 638 | Error |= FireEtXplatCLRStackWalk( |
| 639 | win_UInt16, |
| 640 | win_UInt8, |
| 641 | win_UInt8, |
| 642 | win_UInt32, |
| 643 | (const void**)&var11 |
| 644 | ); |
| 645 | EventXplatEnabledAppDomainMemAllocated(); |
| 646 | Error |= FireEtXplatAppDomainMemAllocated( |
| 647 | win_UInt64, |
| 648 | win_UInt64, |
| 649 | win_UInt16 |
| 650 | ); |
| 651 | EventXplatEnabledAppDomainMemSurvived(); |
| 652 | Error |= FireEtXplatAppDomainMemSurvived( |
| 653 | win_UInt64, |
| 654 | win_UInt64, |
| 655 | win_UInt64, |
| 656 | win_UInt16 |
| 657 | ); |
| 658 | EventXplatEnabledThreadCreated(); |
| 659 | Error |= FireEtXplatThreadCreated( |
| 660 | win_UInt64, |
| 661 | win_UInt64, |
| 662 | win_UInt32, |
| 663 | win_UInt32, |
| 664 | win_UInt32, |
| 665 | win_UInt16 |
| 666 | ); |
| 667 | EventXplatEnabledThreadTerminated(); |
| 668 | Error |= FireEtXplatThreadTerminated( |
| 669 | win_UInt64, |
| 670 | win_UInt64, |
| 671 | win_UInt16 |
| 672 | ); |
| 673 | EventXplatEnabledThreadDomainEnter(); |
| 674 | Error |= FireEtXplatThreadDomainEnter( |
| 675 | win_UInt64, |
| 676 | win_UInt64, |
| 677 | win_UInt16 |
| 678 | ); |
| 679 | EventXplatEnabledILStubGenerated(); |
| 680 | Error |= FireEtXplatILStubGenerated( |
| 681 | win_UInt16, |
| 682 | win_UInt64, |
| 683 | win_UInt64, |
| 684 | win_UInt32, |
| 685 | win_UInt32, |
| 686 | W(" Testing UnicodeString " ), |
| 687 | W(" Testing UnicodeString " ), |
| 688 | W(" Testing UnicodeString " ), |
| 689 | W(" Testing UnicodeString " ), |
| 690 | W(" Testing UnicodeString " ), |
| 691 | W(" Testing UnicodeString " ) |
| 692 | ); |
| 693 | EventXplatEnabledILStubCacheHit(); |
| 694 | Error |= FireEtXplatILStubCacheHit( |
| 695 | win_UInt16, |
| 696 | win_UInt64, |
| 697 | win_UInt64, |
| 698 | win_UInt32, |
| 699 | W(" Testing UnicodeString " ), |
| 700 | W(" Testing UnicodeString " ), |
| 701 | W(" Testing UnicodeString " ) |
| 702 | ); |
| 703 | EventXplatEnabledDCStartCompleteV2(); |
| 704 | Error |= FireEtXplatDCStartCompleteV2( |
| 705 | ); |
| 706 | EventXplatEnabledDCEndCompleteV2(); |
| 707 | Error |= FireEtXplatDCEndCompleteV2( |
| 708 | ); |
| 709 | EventXplatEnabledMethodDCStartV2(); |
| 710 | Error |= FireEtXplatMethodDCStartV2( |
| 711 | win_UInt64, |
| 712 | win_UInt64, |
| 713 | win_UInt64, |
| 714 | win_UInt32, |
| 715 | win_UInt32, |
| 716 | win_UInt32 |
| 717 | ); |
| 718 | EventXplatEnabledMethodDCEndV2(); |
| 719 | Error |= FireEtXplatMethodDCEndV2( |
| 720 | win_UInt64, |
| 721 | win_UInt64, |
| 722 | win_UInt64, |
| 723 | win_UInt32, |
| 724 | win_UInt32, |
| 725 | win_UInt32 |
| 726 | ); |
| 727 | EventXplatEnabledMethodDCStartVerboseV2(); |
| 728 | Error |= FireEtXplatMethodDCStartVerboseV2( |
| 729 | win_UInt64, |
| 730 | win_UInt64, |
| 731 | win_UInt64, |
| 732 | win_UInt32, |
| 733 | win_UInt32, |
| 734 | win_UInt32, |
| 735 | W(" Testing UnicodeString " ), |
| 736 | W(" Testing UnicodeString " ), |
| 737 | W(" Testing UnicodeString " ) |
| 738 | ); |
| 739 | EventXplatEnabledMethodDCEndVerboseV2(); |
| 740 | Error |= FireEtXplatMethodDCEndVerboseV2( |
| 741 | win_UInt64, |
| 742 | win_UInt64, |
| 743 | win_UInt64, |
| 744 | win_UInt32, |
| 745 | win_UInt32, |
| 746 | win_UInt32, |
| 747 | W(" Testing UnicodeString " ), |
| 748 | W(" Testing UnicodeString " ), |
| 749 | W(" Testing UnicodeString " ) |
| 750 | ); |
| 751 | EventXplatEnabledMethodLoad(); |
| 752 | Error |= FireEtXplatMethodLoad( |
| 753 | win_UInt64, |
| 754 | win_UInt64, |
| 755 | win_UInt64, |
| 756 | win_UInt32, |
| 757 | win_UInt32, |
| 758 | win_UInt32 |
| 759 | ); |
| 760 | EventXplatEnabledMethodLoad_V1(); |
| 761 | Error |= FireEtXplatMethodLoad_V1( |
| 762 | win_UInt64, |
| 763 | win_UInt64, |
| 764 | win_UInt64, |
| 765 | win_UInt32, |
| 766 | win_UInt32, |
| 767 | win_UInt32, |
| 768 | win_UInt16 |
| 769 | ); |
| 770 | EventXplatEnabledMethodLoad_V2(); |
| 771 | Error |= FireEtXplatMethodLoad_V2( |
| 772 | win_UInt64, |
| 773 | win_UInt64, |
| 774 | win_UInt64, |
| 775 | win_UInt32, |
| 776 | win_UInt32, |
| 777 | win_UInt32, |
| 778 | win_UInt16, |
| 779 | win_UInt64 |
| 780 | ); |
| 781 | EventXplatEnabledMethodUnload(); |
| 782 | Error |= FireEtXplatMethodUnload( |
| 783 | win_UInt64, |
| 784 | win_UInt64, |
| 785 | win_UInt64, |
| 786 | win_UInt32, |
| 787 | win_UInt32, |
| 788 | win_UInt32 |
| 789 | ); |
| 790 | EventXplatEnabledMethodUnload_V1(); |
| 791 | Error |= FireEtXplatMethodUnload_V1( |
| 792 | win_UInt64, |
| 793 | win_UInt64, |
| 794 | win_UInt64, |
| 795 | win_UInt32, |
| 796 | win_UInt32, |
| 797 | win_UInt32, |
| 798 | win_UInt16 |
| 799 | ); |
| 800 | EventXplatEnabledMethodUnload_V2(); |
| 801 | Error |= FireEtXplatMethodUnload_V2( |
| 802 | win_UInt64, |
| 803 | win_UInt64, |
| 804 | win_UInt64, |
| 805 | win_UInt32, |
| 806 | win_UInt32, |
| 807 | win_UInt32, |
| 808 | win_UInt16, |
| 809 | win_UInt64 |
| 810 | ); |
| 811 | EventXplatEnabledMethodLoadVerbose(); |
| 812 | Error |= FireEtXplatMethodLoadVerbose( |
| 813 | win_UInt64, |
| 814 | win_UInt64, |
| 815 | win_UInt64, |
| 816 | win_UInt32, |
| 817 | win_UInt32, |
| 818 | win_UInt32, |
| 819 | W(" Testing UnicodeString " ), |
| 820 | W(" Testing UnicodeString " ), |
| 821 | W(" Testing UnicodeString " ) |
| 822 | ); |
| 823 | EventXplatEnabledMethodLoadVerbose_V1(); |
| 824 | Error |= FireEtXplatMethodLoadVerbose_V1( |
| 825 | win_UInt64, |
| 826 | win_UInt64, |
| 827 | win_UInt64, |
| 828 | win_UInt32, |
| 829 | win_UInt32, |
| 830 | win_UInt32, |
| 831 | W(" Testing UnicodeString " ), |
| 832 | W(" Testing UnicodeString " ), |
| 833 | W(" Testing UnicodeString " ), |
| 834 | win_UInt16 |
| 835 | ); |
| 836 | EventXplatEnabledMethodLoadVerbose_V2(); |
| 837 | Error |= FireEtXplatMethodLoadVerbose_V2( |
| 838 | win_UInt64, |
| 839 | win_UInt64, |
| 840 | win_UInt64, |
| 841 | win_UInt32, |
| 842 | win_UInt32, |
| 843 | win_UInt32, |
| 844 | W(" Testing UnicodeString " ), |
| 845 | W(" Testing UnicodeString " ), |
| 846 | W(" Testing UnicodeString " ), |
| 847 | win_UInt16, |
| 848 | win_UInt64 |
| 849 | ); |
| 850 | EventXplatEnabledMethodUnloadVerbose(); |
| 851 | Error |= FireEtXplatMethodUnloadVerbose( |
| 852 | win_UInt64, |
| 853 | win_UInt64, |
| 854 | win_UInt64, |
| 855 | win_UInt32, |
| 856 | win_UInt32, |
| 857 | win_UInt32, |
| 858 | W(" Testing UnicodeString " ), |
| 859 | W(" Testing UnicodeString " ), |
| 860 | W(" Testing UnicodeString " ) |
| 861 | ); |
| 862 | EventXplatEnabledMethodUnloadVerbose_V1(); |
| 863 | Error |= FireEtXplatMethodUnloadVerbose_V1( |
| 864 | win_UInt64, |
| 865 | win_UInt64, |
| 866 | win_UInt64, |
| 867 | win_UInt32, |
| 868 | win_UInt32, |
| 869 | win_UInt32, |
| 870 | W(" Testing UnicodeString " ), |
| 871 | W(" Testing UnicodeString " ), |
| 872 | W(" Testing UnicodeString " ), |
| 873 | win_UInt16 |
| 874 | ); |
| 875 | EventXplatEnabledMethodUnloadVerbose_V2(); |
| 876 | Error |= FireEtXplatMethodUnloadVerbose_V2( |
| 877 | win_UInt64, |
| 878 | win_UInt64, |
| 879 | win_UInt64, |
| 880 | win_UInt32, |
| 881 | win_UInt32, |
| 882 | win_UInt32, |
| 883 | W(" Testing UnicodeString " ), |
| 884 | W(" Testing UnicodeString " ), |
| 885 | W(" Testing UnicodeString " ), |
| 886 | win_UInt16, |
| 887 | win_UInt64 |
| 888 | ); |
| 889 | EventXplatEnabledMethodJittingStarted(); |
| 890 | Error |= FireEtXplatMethodJittingStarted( |
| 891 | win_UInt64, |
| 892 | win_UInt64, |
| 893 | win_UInt32, |
| 894 | win_UInt32, |
| 895 | W(" Testing UnicodeString " ), |
| 896 | W(" Testing UnicodeString " ), |
| 897 | W(" Testing UnicodeString " ) |
| 898 | ); |
| 899 | EventXplatEnabledMethodJittingStarted_V1(); |
| 900 | Error |= FireEtXplatMethodJittingStarted_V1( |
| 901 | win_UInt64, |
| 902 | win_UInt64, |
| 903 | win_UInt32, |
| 904 | win_UInt32, |
| 905 | W(" Testing UnicodeString " ), |
| 906 | W(" Testing UnicodeString " ), |
| 907 | W(" Testing UnicodeString " ), |
| 908 | win_UInt16 |
| 909 | ); |
| 910 | EventXplatEnabledMethodJitInliningSucceeded(); |
| 911 | Error |= FireEtXplatMethodJitInliningSucceeded( |
| 912 | W(" Testing UnicodeString " ), |
| 913 | W(" Testing UnicodeString " ), |
| 914 | W(" Testing UnicodeString " ), |
| 915 | W(" Testing UnicodeString " ), |
| 916 | W(" Testing UnicodeString " ), |
| 917 | W(" Testing UnicodeString " ), |
| 918 | W(" Testing UnicodeString " ), |
| 919 | W(" Testing UnicodeString " ), |
| 920 | W(" Testing UnicodeString " ), |
| 921 | win_UInt16 |
| 922 | ); |
| 923 | EventXplatEnabledMethodJitInliningFailedAnsi(); |
| 924 | Error |= FireEtXplatMethodJitInliningFailedAnsi( |
| 925 | W(" Testing UnicodeString " ), |
| 926 | W(" Testing UnicodeString " ), |
| 927 | W(" Testing UnicodeString " ), |
| 928 | W(" Testing UnicodeString " ), |
| 929 | W(" Testing UnicodeString " ), |
| 930 | W(" Testing UnicodeString " ), |
| 931 | W(" Testing UnicodeString " ), |
| 932 | W(" Testing UnicodeString " ), |
| 933 | W(" Testing UnicodeString " ), |
| 934 | win_Boolean, |
| 935 | " Testing AniString " , |
| 936 | win_UInt16 |
| 937 | ); |
| 938 | EventXplatEnabledMethodJitTailCallSucceeded(); |
| 939 | Error |= FireEtXplatMethodJitTailCallSucceeded( |
| 940 | W(" Testing UnicodeString " ), |
| 941 | W(" Testing UnicodeString " ), |
| 942 | W(" Testing UnicodeString " ), |
| 943 | W(" Testing UnicodeString " ), |
| 944 | W(" Testing UnicodeString " ), |
| 945 | W(" Testing UnicodeString " ), |
| 946 | W(" Testing UnicodeString " ), |
| 947 | W(" Testing UnicodeString " ), |
| 948 | W(" Testing UnicodeString " ), |
| 949 | win_Boolean, |
| 950 | win_UInt32, |
| 951 | win_UInt16 |
| 952 | ); |
| 953 | EventXplatEnabledMethodJitTailCallFailedAnsi(); |
| 954 | Error |= FireEtXplatMethodJitTailCallFailedAnsi( |
| 955 | W(" Testing UnicodeString " ), |
| 956 | W(" Testing UnicodeString " ), |
| 957 | W(" Testing UnicodeString " ), |
| 958 | W(" Testing UnicodeString " ), |
| 959 | W(" Testing UnicodeString " ), |
| 960 | W(" Testing UnicodeString " ), |
| 961 | W(" Testing UnicodeString " ), |
| 962 | W(" Testing UnicodeString " ), |
| 963 | W(" Testing UnicodeString " ), |
| 964 | win_Boolean, |
| 965 | " Testing AniString " , |
| 966 | win_UInt16 |
| 967 | ); |
| 968 | EventXplatEnabledMethodILToNativeMap(); |
| 969 | Error |= FireEtXplatMethodILToNativeMap( |
| 970 | win_UInt64, |
| 971 | win_UInt64, |
| 972 | win_UInt8, |
| 973 | win_UInt16, |
| 974 | &win_UInt32, |
| 975 | &win_UInt32, |
| 976 | win_UInt16 |
| 977 | ); |
| 978 | EventXplatEnabledMethodJitTailCallFailed(); |
| 979 | Error |= FireEtXplatMethodJitTailCallFailed( |
| 980 | W(" Testing UnicodeString " ), |
| 981 | W(" Testing UnicodeString " ), |
| 982 | W(" Testing UnicodeString " ), |
| 983 | W(" Testing UnicodeString " ), |
| 984 | W(" Testing UnicodeString " ), |
| 985 | W(" Testing UnicodeString " ), |
| 986 | W(" Testing UnicodeString " ), |
| 987 | W(" Testing UnicodeString " ), |
| 988 | W(" Testing UnicodeString " ), |
| 989 | win_Boolean, |
| 990 | W(" Testing UnicodeString " ), |
| 991 | win_UInt16 |
| 992 | ); |
| 993 | EventXplatEnabledMethodJitInliningFailed(); |
| 994 | Error |= FireEtXplatMethodJitInliningFailed( |
| 995 | W(" Testing UnicodeString " ), |
| 996 | W(" Testing UnicodeString " ), |
| 997 | W(" Testing UnicodeString " ), |
| 998 | W(" Testing UnicodeString " ), |
| 999 | W(" Testing UnicodeString " ), |
| 1000 | W(" Testing UnicodeString " ), |
| 1001 | W(" Testing UnicodeString " ), |
| 1002 | W(" Testing UnicodeString " ), |
| 1003 | W(" Testing UnicodeString " ), |
| 1004 | win_Boolean, |
| 1005 | W(" Testing UnicodeString " ), |
| 1006 | win_UInt16 |
| 1007 | ); |
| 1008 | EventXplatEnabledModuleDCStartV2(); |
| 1009 | Error |= FireEtXplatModuleDCStartV2( |
| 1010 | win_UInt64, |
| 1011 | win_UInt64, |
| 1012 | win_UInt32, |
| 1013 | win_UInt32, |
| 1014 | W(" Testing UnicodeString " ), |
| 1015 | W(" Testing UnicodeString " ) |
| 1016 | ); |
| 1017 | EventXplatEnabledModuleDCEndV2(); |
| 1018 | Error |= FireEtXplatModuleDCEndV2( |
| 1019 | win_UInt64, |
| 1020 | win_UInt64, |
| 1021 | win_UInt32, |
| 1022 | win_UInt32, |
| 1023 | W(" Testing UnicodeString " ), |
| 1024 | W(" Testing UnicodeString " ) |
| 1025 | ); |
| 1026 | EventXplatEnabledDomainModuleLoad(); |
| 1027 | Error |= FireEtXplatDomainModuleLoad( |
| 1028 | win_UInt64, |
| 1029 | win_UInt64, |
| 1030 | win_UInt64, |
| 1031 | win_UInt32, |
| 1032 | win_UInt32, |
| 1033 | W(" Testing UnicodeString " ), |
| 1034 | W(" Testing UnicodeString " ) |
| 1035 | ); |
| 1036 | EventXplatEnabledDomainModuleLoad_V1(); |
| 1037 | Error |= FireEtXplatDomainModuleLoad_V1( |
| 1038 | win_UInt64, |
| 1039 | win_UInt64, |
| 1040 | win_UInt64, |
| 1041 | win_UInt32, |
| 1042 | win_UInt32, |
| 1043 | W(" Testing UnicodeString " ), |
| 1044 | W(" Testing UnicodeString " ), |
| 1045 | win_UInt16 |
| 1046 | ); |
| 1047 | EventXplatEnabledModuleLoad(); |
| 1048 | Error |= FireEtXplatModuleLoad( |
| 1049 | win_UInt64, |
| 1050 | win_UInt64, |
| 1051 | win_UInt32, |
| 1052 | win_UInt32, |
| 1053 | W(" Testing UnicodeString " ), |
| 1054 | W(" Testing UnicodeString " ) |
| 1055 | ); |
| 1056 | EventXplatEnabledModuleLoad_V1(); |
| 1057 | Error |= FireEtXplatModuleLoad_V1( |
| 1058 | win_UInt64, |
| 1059 | win_UInt64, |
| 1060 | win_UInt32, |
| 1061 | win_UInt32, |
| 1062 | W(" Testing UnicodeString " ), |
| 1063 | W(" Testing UnicodeString " ), |
| 1064 | win_UInt16 |
| 1065 | ); |
| 1066 | EventXplatEnabledModuleLoad_V2(); |
| 1067 | Error |= FireEtXplatModuleLoad_V2( |
| 1068 | win_UInt64, |
| 1069 | win_UInt64, |
| 1070 | win_UInt32, |
| 1071 | win_UInt32, |
| 1072 | W(" Testing UnicodeString " ), |
| 1073 | W(" Testing UnicodeString " ), |
| 1074 | win_UInt16, |
| 1075 | &win_GUID, |
| 1076 | win_UInt32, |
| 1077 | W(" Testing UnicodeString " ), |
| 1078 | &win_GUID, |
| 1079 | win_UInt32, |
| 1080 | W(" Testing UnicodeString " ) |
| 1081 | ); |
| 1082 | EventXplatEnabledModuleUnload(); |
| 1083 | Error |= FireEtXplatModuleUnload( |
| 1084 | win_UInt64, |
| 1085 | win_UInt64, |
| 1086 | win_UInt32, |
| 1087 | win_UInt32, |
| 1088 | W(" Testing UnicodeString " ), |
| 1089 | W(" Testing UnicodeString " ) |
| 1090 | ); |
| 1091 | EventXplatEnabledModuleUnload_V1(); |
| 1092 | Error |= FireEtXplatModuleUnload_V1( |
| 1093 | win_UInt64, |
| 1094 | win_UInt64, |
| 1095 | win_UInt32, |
| 1096 | win_UInt32, |
| 1097 | W(" Testing UnicodeString " ), |
| 1098 | W(" Testing UnicodeString " ), |
| 1099 | win_UInt16 |
| 1100 | ); |
| 1101 | EventXplatEnabledModuleUnload_V2(); |
| 1102 | Error |= FireEtXplatModuleUnload_V2( |
| 1103 | win_UInt64, |
| 1104 | win_UInt64, |
| 1105 | win_UInt32, |
| 1106 | win_UInt32, |
| 1107 | W(" Testing UnicodeString " ), |
| 1108 | W(" Testing UnicodeString " ), |
| 1109 | win_UInt16, |
| 1110 | &win_GUID, |
| 1111 | win_UInt32, |
| 1112 | W(" Testing UnicodeString " ), |
| 1113 | &win_GUID, |
| 1114 | win_UInt32, |
| 1115 | W(" Testing UnicodeString " ) |
| 1116 | ); |
| 1117 | EventXplatEnabledAssemblyLoad(); |
| 1118 | Error |= FireEtXplatAssemblyLoad( |
| 1119 | win_UInt64, |
| 1120 | win_UInt64, |
| 1121 | win_UInt32, |
| 1122 | W(" Testing UnicodeString " ) |
| 1123 | ); |
| 1124 | EventXplatEnabledAssemblyLoad_V1(); |
| 1125 | Error |= FireEtXplatAssemblyLoad_V1( |
| 1126 | win_UInt64, |
| 1127 | win_UInt64, |
| 1128 | win_UInt64, |
| 1129 | win_UInt32, |
| 1130 | W(" Testing UnicodeString " ), |
| 1131 | win_UInt16 |
| 1132 | ); |
| 1133 | EventXplatEnabledAssemblyUnload(); |
| 1134 | Error |= FireEtXplatAssemblyUnload( |
| 1135 | win_UInt64, |
| 1136 | win_UInt64, |
| 1137 | win_UInt32, |
| 1138 | W(" Testing UnicodeString " ) |
| 1139 | ); |
| 1140 | EventXplatEnabledAssemblyUnload_V1(); |
| 1141 | Error |= FireEtXplatAssemblyUnload_V1( |
| 1142 | win_UInt64, |
| 1143 | win_UInt64, |
| 1144 | win_UInt64, |
| 1145 | win_UInt32, |
| 1146 | W(" Testing UnicodeString " ), |
| 1147 | win_UInt16 |
| 1148 | ); |
| 1149 | EventXplatEnabledAppDomainLoad(); |
| 1150 | Error |= FireEtXplatAppDomainLoad( |
| 1151 | win_UInt64, |
| 1152 | win_UInt32, |
| 1153 | W(" Testing UnicodeString " ) |
| 1154 | ); |
| 1155 | EventXplatEnabledAppDomainLoad_V1(); |
| 1156 | Error |= FireEtXplatAppDomainLoad_V1( |
| 1157 | win_UInt64, |
| 1158 | win_UInt32, |
| 1159 | W(" Testing UnicodeString " ), |
| 1160 | win_UInt32, |
| 1161 | win_UInt16 |
| 1162 | ); |
| 1163 | EventXplatEnabledAppDomainUnload(); |
| 1164 | Error |= FireEtXplatAppDomainUnload( |
| 1165 | win_UInt64, |
| 1166 | win_UInt32, |
| 1167 | W(" Testing UnicodeString " ) |
| 1168 | ); |
| 1169 | EventXplatEnabledAppDomainUnload_V1(); |
| 1170 | Error |= FireEtXplatAppDomainUnload_V1( |
| 1171 | win_UInt64, |
| 1172 | win_UInt32, |
| 1173 | W(" Testing UnicodeString " ), |
| 1174 | win_UInt32, |
| 1175 | win_UInt16 |
| 1176 | ); |
| 1177 | EventXplatEnabledModuleRangeLoad(); |
| 1178 | Error |= FireEtXplatModuleRangeLoad( |
| 1179 | win_UInt16, |
| 1180 | win_UInt64, |
| 1181 | win_UInt32, |
| 1182 | win_UInt32, |
| 1183 | win_UInt8 |
| 1184 | ); |
| 1185 | EventXplatEnabledStrongNameVerificationStart(); |
| 1186 | Error |= FireEtXplatStrongNameVerificationStart( |
| 1187 | win_UInt32, |
| 1188 | win_UInt32, |
| 1189 | W(" Testing UnicodeString " ) |
| 1190 | ); |
| 1191 | EventXplatEnabledStrongNameVerificationStart_V1(); |
| 1192 | Error |= FireEtXplatStrongNameVerificationStart_V1( |
| 1193 | win_UInt32, |
| 1194 | win_UInt32, |
| 1195 | W(" Testing UnicodeString " ), |
| 1196 | win_UInt16 |
| 1197 | ); |
| 1198 | EventXplatEnabledStrongNameVerificationStop(); |
| 1199 | Error |= FireEtXplatStrongNameVerificationStop( |
| 1200 | win_UInt32, |
| 1201 | win_UInt32, |
| 1202 | W(" Testing UnicodeString " ) |
| 1203 | ); |
| 1204 | EventXplatEnabledStrongNameVerificationStop_V1(); |
| 1205 | Error |= FireEtXplatStrongNameVerificationStop_V1( |
| 1206 | win_UInt32, |
| 1207 | win_UInt32, |
| 1208 | W(" Testing UnicodeString " ), |
| 1209 | win_UInt16 |
| 1210 | ); |
| 1211 | EventXplatEnabledAuthenticodeVerificationStart(); |
| 1212 | Error |= FireEtXplatAuthenticodeVerificationStart( |
| 1213 | win_UInt32, |
| 1214 | win_UInt32, |
| 1215 | W(" Testing UnicodeString " ) |
| 1216 | ); |
| 1217 | EventXplatEnabledAuthenticodeVerificationStart_V1(); |
| 1218 | Error |= FireEtXplatAuthenticodeVerificationStart_V1( |
| 1219 | win_UInt32, |
| 1220 | win_UInt32, |
| 1221 | W(" Testing UnicodeString " ), |
| 1222 | win_UInt16 |
| 1223 | ); |
| 1224 | EventXplatEnabledAuthenticodeVerificationStop(); |
| 1225 | Error |= FireEtXplatAuthenticodeVerificationStop( |
| 1226 | win_UInt32, |
| 1227 | win_UInt32, |
| 1228 | W(" Testing UnicodeString " ) |
| 1229 | ); |
| 1230 | EventXplatEnabledAuthenticodeVerificationStop_V1(); |
| 1231 | Error |= FireEtXplatAuthenticodeVerificationStop_V1( |
| 1232 | win_UInt32, |
| 1233 | win_UInt32, |
| 1234 | W(" Testing UnicodeString " ), |
| 1235 | win_UInt16 |
| 1236 | ); |
| 1237 | EventXplatEnabledRuntimeInformationStart(); |
| 1238 | Error |= FireEtXplatRuntimeInformationStart( |
| 1239 | win_UInt16, |
| 1240 | win_UInt16, |
| 1241 | win_UInt16, |
| 1242 | win_UInt16, |
| 1243 | win_UInt16, |
| 1244 | win_UInt16, |
| 1245 | win_UInt16, |
| 1246 | win_UInt16, |
| 1247 | win_UInt16, |
| 1248 | win_UInt16, |
| 1249 | win_UInt32, |
| 1250 | win_UInt8, |
| 1251 | W(" Testing UnicodeString " ), |
| 1252 | &win_GUID, |
| 1253 | W(" Testing UnicodeString " ) |
| 1254 | ); |
| 1255 | EventXplatEnabledIncreaseMemoryPressure(); |
| 1256 | Error |= FireEtXplatIncreaseMemoryPressure( |
| 1257 | win_UInt64, |
| 1258 | win_UInt16 |
| 1259 | ); |
| 1260 | EventXplatEnabledDecreaseMemoryPressure(); |
| 1261 | Error |= FireEtXplatDecreaseMemoryPressure( |
| 1262 | win_UInt64, |
| 1263 | win_UInt16 |
| 1264 | ); |
| 1265 | EventXplatEnabledGCMarkWithType(); |
| 1266 | Error |= FireEtXplatGCMarkWithType( |
| 1267 | win_UInt32, |
| 1268 | win_UInt16, |
| 1269 | win_UInt32, |
| 1270 | win_UInt64 |
| 1271 | ); |
| 1272 | EventXplatEnabledGCJoin_V2(); |
| 1273 | Error |= FireEtXplatGCJoin_V2( |
| 1274 | win_UInt32, |
| 1275 | win_UInt32, |
| 1276 | win_UInt32, |
| 1277 | win_UInt16, |
| 1278 | win_UInt32 |
| 1279 | ); |
| 1280 | EventXplatEnabledGCPerHeapHistory_V3(); |
| 1281 | Error |= FireEtXplatGCPerHeapHistory_V3( |
| 1282 | win_UInt16, |
| 1283 | (const void*)var11, |
| 1284 | (const void*)var11, |
| 1285 | (const void*)var11, |
| 1286 | (const void*)var11, |
| 1287 | (const void*)var11, |
| 1288 | (const void*)var11, |
| 1289 | win_UInt32, |
| 1290 | win_UInt32, |
| 1291 | win_UInt32, |
| 1292 | win_UInt32, |
| 1293 | win_UInt32, |
| 1294 | win_UInt32, |
| 1295 | (const void*)var11, |
| 1296 | 2, |
| 1297 | sizeof(Struct1), |
| 1298 | &win_Struct |
| 1299 | ); |
| 1300 | EventXplatEnabledGCGlobalHeapHistory_V2(); |
| 1301 | Error |= FireEtXplatGCGlobalHeapHistory_V2( |
| 1302 | win_UInt64, |
| 1303 | win_Int32, |
| 1304 | win_UInt32, |
| 1305 | win_UInt32, |
| 1306 | win_UInt32, |
| 1307 | win_UInt32, |
| 1308 | win_UInt16, |
| 1309 | win_UInt32, |
| 1310 | win_UInt32 |
| 1311 | ); |
| 1312 | EventXplatEnabledDebugIPCEventStart(); |
| 1313 | Error |= FireEtXplatDebugIPCEventStart( |
| 1314 | ); |
| 1315 | EventXplatEnabledDebugIPCEventEnd(); |
| 1316 | Error |= FireEtXplatDebugIPCEventEnd( |
| 1317 | ); |
| 1318 | EventXplatEnabledDebugExceptionProcessingStart(); |
| 1319 | Error |= FireEtXplatDebugExceptionProcessingStart( |
| 1320 | ); |
| 1321 | EventXplatEnabledDebugExceptionProcessingEnd(); |
| 1322 | Error |= FireEtXplatDebugExceptionProcessingEnd( |
| 1323 | ); |
| 1324 | EventXplatEnabledCodeSymbols(); |
| 1325 | Error |= FireEtXplatCodeSymbols( |
| 1326 | win_UInt64, |
| 1327 | win_UInt16, |
| 1328 | win_UInt16, |
| 1329 | win_UInt32, |
| 1330 | win_Binary, |
| 1331 | win_UInt16 |
| 1332 | ); |
| 1333 | EventXplatEnabledEventSource(); |
| 1334 | Error |= FireEtXplatEventSource( |
| 1335 | win_Int32, |
| 1336 | W(" Testing UnicodeString " ), |
| 1337 | W(" Testing UnicodeString " ), |
| 1338 | W(" Testing UnicodeString " ) |
| 1339 | ); |
| 1340 | EventXplatEnabledCLRStackWalkDCStart(); |
| 1341 | Error |= FireEtXplatCLRStackWalkDCStart( |
| 1342 | win_UInt16, |
| 1343 | win_UInt8, |
| 1344 | win_UInt8, |
| 1345 | win_UInt32, |
| 1346 | (const void**)&var11 |
| 1347 | ); |
| 1348 | EventXplatEnabledMethodDCStart(); |
| 1349 | Error |= FireEtXplatMethodDCStart( |
| 1350 | win_UInt64, |
| 1351 | win_UInt64, |
| 1352 | win_UInt64, |
| 1353 | win_UInt32, |
| 1354 | win_UInt32, |
| 1355 | win_UInt32 |
| 1356 | ); |
| 1357 | EventXplatEnabledMethodDCStart_V1(); |
| 1358 | Error |= FireEtXplatMethodDCStart_V1( |
| 1359 | win_UInt64, |
| 1360 | win_UInt64, |
| 1361 | win_UInt64, |
| 1362 | win_UInt32, |
| 1363 | win_UInt32, |
| 1364 | win_UInt32, |
| 1365 | win_UInt16 |
| 1366 | ); |
| 1367 | EventXplatEnabledMethodDCStart_V2(); |
| 1368 | Error |= FireEtXplatMethodDCStart_V2( |
| 1369 | win_UInt64, |
| 1370 | win_UInt64, |
| 1371 | win_UInt64, |
| 1372 | win_UInt32, |
| 1373 | win_UInt32, |
| 1374 | win_UInt32, |
| 1375 | win_UInt16, |
| 1376 | win_UInt64 |
| 1377 | ); |
| 1378 | EventXplatEnabledMethodDCEnd(); |
| 1379 | Error |= FireEtXplatMethodDCEnd( |
| 1380 | win_UInt64, |
| 1381 | win_UInt64, |
| 1382 | win_UInt64, |
| 1383 | win_UInt32, |
| 1384 | win_UInt32, |
| 1385 | win_UInt32 |
| 1386 | ); |
| 1387 | EventXplatEnabledMethodDCEnd_V1(); |
| 1388 | Error |= FireEtXplatMethodDCEnd_V1( |
| 1389 | win_UInt64, |
| 1390 | win_UInt64, |
| 1391 | win_UInt64, |
| 1392 | win_UInt32, |
| 1393 | win_UInt32, |
| 1394 | win_UInt32, |
| 1395 | win_UInt16 |
| 1396 | ); |
| 1397 | EventXplatEnabledMethodDCEnd_V2(); |
| 1398 | Error |= FireEtXplatMethodDCEnd_V2( |
| 1399 | win_UInt64, |
| 1400 | win_UInt64, |
| 1401 | win_UInt64, |
| 1402 | win_UInt32, |
| 1403 | win_UInt32, |
| 1404 | win_UInt32, |
| 1405 | win_UInt16, |
| 1406 | win_UInt64 |
| 1407 | ); |
| 1408 | EventXplatEnabledMethodDCStartVerbose(); |
| 1409 | Error |= FireEtXplatMethodDCStartVerbose( |
| 1410 | win_UInt64, |
| 1411 | win_UInt64, |
| 1412 | win_UInt64, |
| 1413 | win_UInt32, |
| 1414 | win_UInt32, |
| 1415 | win_UInt32, |
| 1416 | W(" Testing UnicodeString " ), |
| 1417 | W(" Testing UnicodeString " ), |
| 1418 | W(" Testing UnicodeString " ) |
| 1419 | ); |
| 1420 | EventXplatEnabledMethodDCStartVerbose_V1(); |
| 1421 | Error |= FireEtXplatMethodDCStartVerbose_V1( |
| 1422 | win_UInt64, |
| 1423 | win_UInt64, |
| 1424 | win_UInt64, |
| 1425 | win_UInt32, |
| 1426 | win_UInt32, |
| 1427 | win_UInt32, |
| 1428 | W(" Testing UnicodeString " ), |
| 1429 | W(" Testing UnicodeString " ), |
| 1430 | W(" Testing UnicodeString " ), |
| 1431 | win_UInt16 |
| 1432 | ); |
| 1433 | EventXplatEnabledMethodDCStartVerbose_V2(); |
| 1434 | Error |= FireEtXplatMethodDCStartVerbose_V2( |
| 1435 | win_UInt64, |
| 1436 | win_UInt64, |
| 1437 | win_UInt64, |
| 1438 | win_UInt32, |
| 1439 | win_UInt32, |
| 1440 | win_UInt32, |
| 1441 | W(" Testing UnicodeString " ), |
| 1442 | W(" Testing UnicodeString " ), |
| 1443 | W(" Testing UnicodeString " ), |
| 1444 | win_UInt16, |
| 1445 | win_UInt64 |
| 1446 | ); |
| 1447 | EventXplatEnabledMethodDCEndVerbose(); |
| 1448 | Error |= FireEtXplatMethodDCEndVerbose( |
| 1449 | win_UInt64, |
| 1450 | win_UInt64, |
| 1451 | win_UInt64, |
| 1452 | win_UInt32, |
| 1453 | win_UInt32, |
| 1454 | win_UInt32, |
| 1455 | W(" Testing UnicodeString " ), |
| 1456 | W(" Testing UnicodeString " ), |
| 1457 | W(" Testing UnicodeString " ) |
| 1458 | ); |
| 1459 | EventXplatEnabledMethodDCEndVerbose_V1(); |
| 1460 | Error |= FireEtXplatMethodDCEndVerbose_V1( |
| 1461 | win_UInt64, |
| 1462 | win_UInt64, |
| 1463 | win_UInt64, |
| 1464 | win_UInt32, |
| 1465 | win_UInt32, |
| 1466 | win_UInt32, |
| 1467 | W(" Testing UnicodeString " ), |
| 1468 | W(" Testing UnicodeString " ), |
| 1469 | W(" Testing UnicodeString " ), |
| 1470 | win_UInt16 |
| 1471 | ); |
| 1472 | EventXplatEnabledMethodDCEndVerbose_V2(); |
| 1473 | Error |= FireEtXplatMethodDCEndVerbose_V2( |
| 1474 | win_UInt64, |
| 1475 | win_UInt64, |
| 1476 | win_UInt64, |
| 1477 | win_UInt32, |
| 1478 | win_UInt32, |
| 1479 | win_UInt32, |
| 1480 | W(" Testing UnicodeString " ), |
| 1481 | W(" Testing UnicodeString " ), |
| 1482 | W(" Testing UnicodeString " ), |
| 1483 | win_UInt16, |
| 1484 | win_UInt64 |
| 1485 | ); |
| 1486 | EventXplatEnabledDCStartComplete(); |
| 1487 | Error |= FireEtXplatDCStartComplete( |
| 1488 | ); |
| 1489 | EventXplatEnabledDCStartComplete_V1(); |
| 1490 | Error |= FireEtXplatDCStartComplete_V1( |
| 1491 | win_UInt16 |
| 1492 | ); |
| 1493 | EventXplatEnabledDCEndComplete(); |
| 1494 | Error |= FireEtXplatDCEndComplete( |
| 1495 | ); |
| 1496 | EventXplatEnabledDCEndComplete_V1(); |
| 1497 | Error |= FireEtXplatDCEndComplete_V1( |
| 1498 | win_UInt16 |
| 1499 | ); |
| 1500 | EventXplatEnabledDCStartInit(); |
| 1501 | Error |= FireEtXplatDCStartInit( |
| 1502 | ); |
| 1503 | EventXplatEnabledDCStartInit_V1(); |
| 1504 | Error |= FireEtXplatDCStartInit_V1( |
| 1505 | win_UInt16 |
| 1506 | ); |
| 1507 | EventXplatEnabledDCEndInit(); |
| 1508 | Error |= FireEtXplatDCEndInit( |
| 1509 | ); |
| 1510 | EventXplatEnabledDCEndInit_V1(); |
| 1511 | Error |= FireEtXplatDCEndInit_V1( |
| 1512 | win_UInt16 |
| 1513 | ); |
| 1514 | EventXplatEnabledMethodDCStartILToNativeMap(); |
| 1515 | Error |= FireEtXplatMethodDCStartILToNativeMap( |
| 1516 | win_UInt64, |
| 1517 | win_UInt64, |
| 1518 | win_UInt8, |
| 1519 | win_UInt16, |
| 1520 | &win_UInt32, |
| 1521 | &win_UInt32, |
| 1522 | win_UInt16 |
| 1523 | ); |
| 1524 | EventXplatEnabledMethodDCEndILToNativeMap(); |
| 1525 | Error |= FireEtXplatMethodDCEndILToNativeMap( |
| 1526 | win_UInt64, |
| 1527 | win_UInt64, |
| 1528 | win_UInt8, |
| 1529 | win_UInt16, |
| 1530 | &win_UInt32, |
| 1531 | &win_UInt32, |
| 1532 | win_UInt16 |
| 1533 | ); |
| 1534 | EventXplatEnabledDomainModuleDCStart(); |
| 1535 | Error |= FireEtXplatDomainModuleDCStart( |
| 1536 | win_UInt64, |
| 1537 | win_UInt64, |
| 1538 | win_UInt64, |
| 1539 | win_UInt32, |
| 1540 | win_UInt32, |
| 1541 | W(" Testing UnicodeString " ), |
| 1542 | W(" Testing UnicodeString " ) |
| 1543 | ); |
| 1544 | EventXplatEnabledDomainModuleDCStart_V1(); |
| 1545 | Error |= FireEtXplatDomainModuleDCStart_V1( |
| 1546 | win_UInt64, |
| 1547 | win_UInt64, |
| 1548 | win_UInt64, |
| 1549 | win_UInt32, |
| 1550 | win_UInt32, |
| 1551 | W(" Testing UnicodeString " ), |
| 1552 | W(" Testing UnicodeString " ), |
| 1553 | win_UInt16 |
| 1554 | ); |
| 1555 | EventXplatEnabledDomainModuleDCEnd(); |
| 1556 | Error |= FireEtXplatDomainModuleDCEnd( |
| 1557 | win_UInt64, |
| 1558 | win_UInt64, |
| 1559 | win_UInt64, |
| 1560 | win_UInt32, |
| 1561 | win_UInt32, |
| 1562 | W(" Testing UnicodeString " ), |
| 1563 | W(" Testing UnicodeString " ) |
| 1564 | ); |
| 1565 | EventXplatEnabledDomainModuleDCEnd_V1(); |
| 1566 | Error |= FireEtXplatDomainModuleDCEnd_V1( |
| 1567 | win_UInt64, |
| 1568 | win_UInt64, |
| 1569 | win_UInt64, |
| 1570 | win_UInt32, |
| 1571 | win_UInt32, |
| 1572 | W(" Testing UnicodeString " ), |
| 1573 | W(" Testing UnicodeString " ), |
| 1574 | win_UInt16 |
| 1575 | ); |
| 1576 | EventXplatEnabledModuleDCStart(); |
| 1577 | Error |= FireEtXplatModuleDCStart( |
| 1578 | win_UInt64, |
| 1579 | win_UInt64, |
| 1580 | win_UInt32, |
| 1581 | win_UInt32, |
| 1582 | W(" Testing UnicodeString " ), |
| 1583 | W(" Testing UnicodeString " ) |
| 1584 | ); |
| 1585 | EventXplatEnabledModuleDCStart_V1(); |
| 1586 | Error |= FireEtXplatModuleDCStart_V1( |
| 1587 | win_UInt64, |
| 1588 | win_UInt64, |
| 1589 | win_UInt32, |
| 1590 | win_UInt32, |
| 1591 | W(" Testing UnicodeString " ), |
| 1592 | W(" Testing UnicodeString " ), |
| 1593 | win_UInt16 |
| 1594 | ); |
| 1595 | EventXplatEnabledModuleDCStart_V2(); |
| 1596 | Error |= FireEtXplatModuleDCStart_V2( |
| 1597 | win_UInt64, |
| 1598 | win_UInt64, |
| 1599 | win_UInt32, |
| 1600 | win_UInt32, |
| 1601 | W(" Testing UnicodeString " ), |
| 1602 | W(" Testing UnicodeString " ), |
| 1603 | win_UInt16, |
| 1604 | &win_GUID, |
| 1605 | win_UInt32, |
| 1606 | W(" Testing UnicodeString " ), |
| 1607 | &win_GUID, |
| 1608 | win_UInt32, |
| 1609 | W(" Testing UnicodeString " ) |
| 1610 | ); |
| 1611 | EventXplatEnabledModuleDCEnd(); |
| 1612 | Error |= FireEtXplatModuleDCEnd( |
| 1613 | win_UInt64, |
| 1614 | win_UInt64, |
| 1615 | win_UInt32, |
| 1616 | win_UInt32, |
| 1617 | W(" Testing UnicodeString " ), |
| 1618 | W(" Testing UnicodeString " ) |
| 1619 | ); |
| 1620 | EventXplatEnabledModuleDCEnd_V1(); |
| 1621 | Error |= FireEtXplatModuleDCEnd_V1( |
| 1622 | win_UInt64, |
| 1623 | win_UInt64, |
| 1624 | win_UInt32, |
| 1625 | win_UInt32, |
| 1626 | W(" Testing UnicodeString " ), |
| 1627 | W(" Testing UnicodeString " ), |
| 1628 | win_UInt16 |
| 1629 | ); |
| 1630 | EventXplatEnabledModuleDCEnd_V2(); |
| 1631 | Error |= FireEtXplatModuleDCEnd_V2( |
| 1632 | win_UInt64, |
| 1633 | win_UInt64, |
| 1634 | win_UInt32, |
| 1635 | win_UInt32, |
| 1636 | W(" Testing UnicodeString " ), |
| 1637 | W(" Testing UnicodeString " ), |
| 1638 | win_UInt16, |
| 1639 | &win_GUID, |
| 1640 | win_UInt32, |
| 1641 | W(" Testing UnicodeString " ), |
| 1642 | &win_GUID, |
| 1643 | win_UInt32, |
| 1644 | W(" Testing UnicodeString " ) |
| 1645 | ); |
| 1646 | EventXplatEnabledAssemblyDCStart(); |
| 1647 | Error |= FireEtXplatAssemblyDCStart( |
| 1648 | win_UInt64, |
| 1649 | win_UInt64, |
| 1650 | win_UInt32, |
| 1651 | W(" Testing UnicodeString " ) |
| 1652 | ); |
| 1653 | EventXplatEnabledAssemblyDCStart_V1(); |
| 1654 | Error |= FireEtXplatAssemblyDCStart_V1( |
| 1655 | win_UInt64, |
| 1656 | win_UInt64, |
| 1657 | win_UInt64, |
| 1658 | win_UInt32, |
| 1659 | W(" Testing UnicodeString " ), |
| 1660 | win_UInt16 |
| 1661 | ); |
| 1662 | EventXplatEnabledAssemblyDCEnd(); |
| 1663 | Error |= FireEtXplatAssemblyDCEnd( |
| 1664 | win_UInt64, |
| 1665 | win_UInt64, |
| 1666 | win_UInt32, |
| 1667 | W(" Testing UnicodeString " ) |
| 1668 | ); |
| 1669 | EventXplatEnabledAssemblyDCEnd_V1(); |
| 1670 | Error |= FireEtXplatAssemblyDCEnd_V1( |
| 1671 | win_UInt64, |
| 1672 | win_UInt64, |
| 1673 | win_UInt64, |
| 1674 | win_UInt32, |
| 1675 | W(" Testing UnicodeString " ), |
| 1676 | win_UInt16 |
| 1677 | ); |
| 1678 | EventXplatEnabledAppDomainDCStart(); |
| 1679 | Error |= FireEtXplatAppDomainDCStart( |
| 1680 | win_UInt64, |
| 1681 | win_UInt32, |
| 1682 | W(" Testing UnicodeString " ) |
| 1683 | ); |
| 1684 | EventXplatEnabledAppDomainDCStart_V1(); |
| 1685 | Error |= FireEtXplatAppDomainDCStart_V1( |
| 1686 | win_UInt64, |
| 1687 | win_UInt32, |
| 1688 | W(" Testing UnicodeString " ), |
| 1689 | win_UInt32, |
| 1690 | win_UInt16 |
| 1691 | ); |
| 1692 | EventXplatEnabledAppDomainDCEnd(); |
| 1693 | Error |= FireEtXplatAppDomainDCEnd( |
| 1694 | win_UInt64, |
| 1695 | win_UInt32, |
| 1696 | W(" Testing UnicodeString " ) |
| 1697 | ); |
| 1698 | EventXplatEnabledAppDomainDCEnd_V1(); |
| 1699 | Error |= FireEtXplatAppDomainDCEnd_V1( |
| 1700 | win_UInt64, |
| 1701 | win_UInt32, |
| 1702 | W(" Testing UnicodeString " ), |
| 1703 | win_UInt32, |
| 1704 | win_UInt16 |
| 1705 | ); |
| 1706 | EventXplatEnabledThreadDC(); |
| 1707 | Error |= FireEtXplatThreadDC( |
| 1708 | win_UInt64, |
| 1709 | win_UInt64, |
| 1710 | win_UInt32, |
| 1711 | win_UInt32, |
| 1712 | win_UInt32, |
| 1713 | win_UInt16 |
| 1714 | ); |
| 1715 | EventXplatEnabledModuleRangeDCStart(); |
| 1716 | Error |= FireEtXplatModuleRangeDCStart( |
| 1717 | win_UInt16, |
| 1718 | win_UInt64, |
| 1719 | win_UInt32, |
| 1720 | win_UInt32, |
| 1721 | win_UInt8 |
| 1722 | ); |
| 1723 | EventXplatEnabledModuleRangeDCEnd(); |
| 1724 | Error |= FireEtXplatModuleRangeDCEnd( |
| 1725 | win_UInt16, |
| 1726 | win_UInt64, |
| 1727 | win_UInt32, |
| 1728 | win_UInt32, |
| 1729 | win_UInt8 |
| 1730 | ); |
| 1731 | EventXplatEnabledRuntimeInformationDCStart(); |
| 1732 | Error |= FireEtXplatRuntimeInformationDCStart( |
| 1733 | win_UInt16, |
| 1734 | win_UInt16, |
| 1735 | win_UInt16, |
| 1736 | win_UInt16, |
| 1737 | win_UInt16, |
| 1738 | win_UInt16, |
| 1739 | win_UInt16, |
| 1740 | win_UInt16, |
| 1741 | win_UInt16, |
| 1742 | win_UInt16, |
| 1743 | win_UInt32, |
| 1744 | win_UInt8, |
| 1745 | W(" Testing UnicodeString " ), |
| 1746 | &win_GUID, |
| 1747 | W(" Testing UnicodeString " ) |
| 1748 | ); |
| 1749 | EventXplatEnabledStressLogEvent(); |
| 1750 | Error |= FireEtXplatStressLogEvent( |
| 1751 | win_UInt32, |
| 1752 | win_UInt8, |
| 1753 | " Testing AniString " |
| 1754 | ); |
| 1755 | EventXplatEnabledStressLogEvent_V1(); |
| 1756 | Error |= FireEtXplatStressLogEvent_V1( |
| 1757 | win_UInt32, |
| 1758 | win_UInt8, |
| 1759 | " Testing AniString " , |
| 1760 | win_UInt16 |
| 1761 | ); |
| 1762 | EventXplatEnabledCLRStackWalkStress(); |
| 1763 | Error |= FireEtXplatCLRStackWalkStress( |
| 1764 | win_UInt16, |
| 1765 | win_UInt8, |
| 1766 | win_UInt8, |
| 1767 | win_UInt32, |
| 1768 | (const void**)&var11 |
| 1769 | ); |
| 1770 | EventXplatEnabledGCDecision(); |
| 1771 | Error |= FireEtXplatGCDecision( |
| 1772 | win_Boolean |
| 1773 | ); |
| 1774 | EventXplatEnabledGCDecision_V1(); |
| 1775 | Error |= FireEtXplatGCDecision_V1( |
| 1776 | win_Boolean, |
| 1777 | win_UInt16 |
| 1778 | ); |
| 1779 | EventXplatEnabledGCSettings(); |
| 1780 | Error |= FireEtXplatGCSettings( |
| 1781 | win_UInt64, |
| 1782 | win_UInt64, |
| 1783 | win_Boolean |
| 1784 | ); |
| 1785 | EventXplatEnabledGCSettings_V1(); |
| 1786 | Error |= FireEtXplatGCSettings_V1( |
| 1787 | win_UInt64, |
| 1788 | win_UInt64, |
| 1789 | win_Boolean, |
| 1790 | win_UInt16 |
| 1791 | ); |
| 1792 | EventXplatEnabledGCOptimized(); |
| 1793 | Error |= FireEtXplatGCOptimized( |
| 1794 | win_UInt64, |
| 1795 | win_UInt64, |
| 1796 | win_UInt32 |
| 1797 | ); |
| 1798 | EventXplatEnabledGCOptimized_V1(); |
| 1799 | Error |= FireEtXplatGCOptimized_V1( |
| 1800 | win_UInt64, |
| 1801 | win_UInt64, |
| 1802 | win_UInt32, |
| 1803 | win_UInt16 |
| 1804 | ); |
| 1805 | EventXplatEnabledGCPerHeapHistory(); |
| 1806 | Error |= FireEtXplatGCPerHeapHistory( |
| 1807 | ); |
| 1808 | EventXplatEnabledGCPerHeapHistory_V1(); |
| 1809 | Error |= FireEtXplatGCPerHeapHistory_V1( |
| 1810 | win_UInt16 |
| 1811 | ); |
| 1812 | EventXplatEnabledGCGlobalHeapHistory(); |
| 1813 | Error |= FireEtXplatGCGlobalHeapHistory( |
| 1814 | win_UInt64, |
| 1815 | win_Int32, |
| 1816 | win_UInt32, |
| 1817 | win_UInt32, |
| 1818 | win_UInt32, |
| 1819 | win_UInt32 |
| 1820 | ); |
| 1821 | EventXplatEnabledGCGlobalHeapHistory_V1(); |
| 1822 | Error |= FireEtXplatGCGlobalHeapHistory_V1( |
| 1823 | win_UInt64, |
| 1824 | win_Int32, |
| 1825 | win_UInt32, |
| 1826 | win_UInt32, |
| 1827 | win_UInt32, |
| 1828 | win_UInt32, |
| 1829 | win_UInt16 |
| 1830 | ); |
| 1831 | EventXplatEnabledGCJoin(); |
| 1832 | Error |= FireEtXplatGCJoin( |
| 1833 | win_UInt32, |
| 1834 | win_UInt32, |
| 1835 | win_UInt32 |
| 1836 | ); |
| 1837 | EventXplatEnabledGCJoin_V1(); |
| 1838 | Error |= FireEtXplatGCJoin_V1( |
| 1839 | win_UInt32, |
| 1840 | win_UInt32, |
| 1841 | win_UInt32, |
| 1842 | win_UInt16 |
| 1843 | ); |
| 1844 | EventXplatEnabledPrvGCMarkStackRoots(); |
| 1845 | Error |= FireEtXplatPrvGCMarkStackRoots( |
| 1846 | win_UInt32 |
| 1847 | ); |
| 1848 | EventXplatEnabledPrvGCMarkStackRoots_V1(); |
| 1849 | Error |= FireEtXplatPrvGCMarkStackRoots_V1( |
| 1850 | win_UInt32, |
| 1851 | win_UInt16 |
| 1852 | ); |
| 1853 | EventXplatEnabledPrvGCMarkFinalizeQueueRoots(); |
| 1854 | Error |= FireEtXplatPrvGCMarkFinalizeQueueRoots( |
| 1855 | win_UInt32 |
| 1856 | ); |
| 1857 | EventXplatEnabledPrvGCMarkFinalizeQueueRoots_V1(); |
| 1858 | Error |= FireEtXplatPrvGCMarkFinalizeQueueRoots_V1( |
| 1859 | win_UInt32, |
| 1860 | win_UInt16 |
| 1861 | ); |
| 1862 | EventXplatEnabledPrvGCMarkHandles(); |
| 1863 | Error |= FireEtXplatPrvGCMarkHandles( |
| 1864 | win_UInt32 |
| 1865 | ); |
| 1866 | EventXplatEnabledPrvGCMarkHandles_V1(); |
| 1867 | Error |= FireEtXplatPrvGCMarkHandles_V1( |
| 1868 | win_UInt32, |
| 1869 | win_UInt16 |
| 1870 | ); |
| 1871 | EventXplatEnabledPrvGCMarkCards(); |
| 1872 | Error |= FireEtXplatPrvGCMarkCards( |
| 1873 | win_UInt32 |
| 1874 | ); |
| 1875 | EventXplatEnabledPrvGCMarkCards_V1(); |
| 1876 | Error |= FireEtXplatPrvGCMarkCards_V1( |
| 1877 | win_UInt32, |
| 1878 | win_UInt16 |
| 1879 | ); |
| 1880 | EventXplatEnabledBGCBegin(); |
| 1881 | Error |= FireEtXplatBGCBegin( |
| 1882 | win_UInt16 |
| 1883 | ); |
| 1884 | EventXplatEnabledBGC1stNonConEnd(); |
| 1885 | Error |= FireEtXplatBGC1stNonConEnd( |
| 1886 | win_UInt16 |
| 1887 | ); |
| 1888 | EventXplatEnabledBGC1stConEnd(); |
| 1889 | Error |= FireEtXplatBGC1stConEnd( |
| 1890 | win_UInt16 |
| 1891 | ); |
| 1892 | EventXplatEnabledBGC2ndNonConBegin(); |
| 1893 | Error |= FireEtXplatBGC2ndNonConBegin( |
| 1894 | win_UInt16 |
| 1895 | ); |
| 1896 | EventXplatEnabledBGC2ndNonConEnd(); |
| 1897 | Error |= FireEtXplatBGC2ndNonConEnd( |
| 1898 | win_UInt16 |
| 1899 | ); |
| 1900 | EventXplatEnabledBGC2ndConBegin(); |
| 1901 | Error |= FireEtXplatBGC2ndConBegin( |
| 1902 | win_UInt16 |
| 1903 | ); |
| 1904 | EventXplatEnabledBGC2ndConEnd(); |
| 1905 | Error |= FireEtXplatBGC2ndConEnd( |
| 1906 | win_UInt16 |
| 1907 | ); |
| 1908 | EventXplatEnabledBGCPlanEnd(); |
| 1909 | Error |= FireEtXplatBGCPlanEnd( |
| 1910 | win_UInt16 |
| 1911 | ); |
| 1912 | EventXplatEnabledBGCSweepEnd(); |
| 1913 | Error |= FireEtXplatBGCSweepEnd( |
| 1914 | win_UInt16 |
| 1915 | ); |
| 1916 | EventXplatEnabledBGCDrainMark(); |
| 1917 | Error |= FireEtXplatBGCDrainMark( |
| 1918 | win_UInt64, |
| 1919 | win_UInt16 |
| 1920 | ); |
| 1921 | EventXplatEnabledBGCRevisit(); |
| 1922 | Error |= FireEtXplatBGCRevisit( |
| 1923 | win_UInt64, |
| 1924 | win_UInt64, |
| 1925 | win_UInt32, |
| 1926 | win_UInt16 |
| 1927 | ); |
| 1928 | EventXplatEnabledBGCOverflow(); |
| 1929 | Error |= FireEtXplatBGCOverflow( |
| 1930 | win_UInt64, |
| 1931 | win_UInt64, |
| 1932 | win_UInt64, |
| 1933 | win_UInt32, |
| 1934 | win_UInt16 |
| 1935 | ); |
| 1936 | EventXplatEnabledBGCAllocWaitBegin(); |
| 1937 | Error |= FireEtXplatBGCAllocWaitBegin( |
| 1938 | win_UInt32, |
| 1939 | win_UInt16 |
| 1940 | ); |
| 1941 | EventXplatEnabledBGCAllocWaitEnd(); |
| 1942 | Error |= FireEtXplatBGCAllocWaitEnd( |
| 1943 | win_UInt32, |
| 1944 | win_UInt16 |
| 1945 | ); |
| 1946 | EventXplatEnabledGCFullNotify(); |
| 1947 | Error |= FireEtXplatGCFullNotify( |
| 1948 | win_UInt32, |
| 1949 | win_UInt32 |
| 1950 | ); |
| 1951 | EventXplatEnabledGCFullNotify_V1(); |
| 1952 | Error |= FireEtXplatGCFullNotify_V1( |
| 1953 | win_UInt32, |
| 1954 | win_UInt32, |
| 1955 | win_UInt16 |
| 1956 | ); |
| 1957 | EventXplatEnabledBGC1stSweepEnd(); |
| 1958 | Error |= FireEtXplatBGC1stSweepEnd( |
| 1959 | win_UInt32, |
| 1960 | win_UInt16 |
| 1961 | ); |
| 1962 | EventXplatEnabledEEStartupStart(); |
| 1963 | Error |= FireEtXplatEEStartupStart( |
| 1964 | ); |
| 1965 | EventXplatEnabledEEStartupStart_V1(); |
| 1966 | Error |= FireEtXplatEEStartupStart_V1( |
| 1967 | win_UInt16 |
| 1968 | ); |
| 1969 | EventXplatEnabledEEStartupEnd(); |
| 1970 | Error |= FireEtXplatEEStartupEnd( |
| 1971 | ); |
| 1972 | EventXplatEnabledEEStartupEnd_V1(); |
| 1973 | Error |= FireEtXplatEEStartupEnd_V1( |
| 1974 | win_UInt16 |
| 1975 | ); |
| 1976 | EventXplatEnabledEEConfigSetup(); |
| 1977 | Error |= FireEtXplatEEConfigSetup( |
| 1978 | ); |
| 1979 | EventXplatEnabledEEConfigSetup_V1(); |
| 1980 | Error |= FireEtXplatEEConfigSetup_V1( |
| 1981 | win_UInt16 |
| 1982 | ); |
| 1983 | EventXplatEnabledEEConfigSetupEnd(); |
| 1984 | Error |= FireEtXplatEEConfigSetupEnd( |
| 1985 | ); |
| 1986 | EventXplatEnabledEEConfigSetupEnd_V1(); |
| 1987 | Error |= FireEtXplatEEConfigSetupEnd_V1( |
| 1988 | win_UInt16 |
| 1989 | ); |
| 1990 | EventXplatEnabledLdSysBases(); |
| 1991 | Error |= FireEtXplatLdSysBases( |
| 1992 | ); |
| 1993 | EventXplatEnabledLdSysBases_V1(); |
| 1994 | Error |= FireEtXplatLdSysBases_V1( |
| 1995 | win_UInt16 |
| 1996 | ); |
| 1997 | EventXplatEnabledLdSysBasesEnd(); |
| 1998 | Error |= FireEtXplatLdSysBasesEnd( |
| 1999 | ); |
| 2000 | EventXplatEnabledLdSysBasesEnd_V1(); |
| 2001 | Error |= FireEtXplatLdSysBasesEnd_V1( |
| 2002 | win_UInt16 |
| 2003 | ); |
| 2004 | EventXplatEnabledExecExe(); |
| 2005 | Error |= FireEtXplatExecExe( |
| 2006 | ); |
| 2007 | EventXplatEnabledExecExe_V1(); |
| 2008 | Error |= FireEtXplatExecExe_V1( |
| 2009 | win_UInt16 |
| 2010 | ); |
| 2011 | EventXplatEnabledExecExeEnd(); |
| 2012 | Error |= FireEtXplatExecExeEnd( |
| 2013 | ); |
| 2014 | EventXplatEnabledExecExeEnd_V1(); |
| 2015 | Error |= FireEtXplatExecExeEnd_V1( |
| 2016 | win_UInt16 |
| 2017 | ); |
| 2018 | EventXplatEnabledMain(); |
| 2019 | Error |= FireEtXplatMain( |
| 2020 | ); |
| 2021 | EventXplatEnabledMain_V1(); |
| 2022 | Error |= FireEtXplatMain_V1( |
| 2023 | win_UInt16 |
| 2024 | ); |
| 2025 | EventXplatEnabledMainEnd(); |
| 2026 | Error |= FireEtXplatMainEnd( |
| 2027 | ); |
| 2028 | EventXplatEnabledMainEnd_V1(); |
| 2029 | Error |= FireEtXplatMainEnd_V1( |
| 2030 | win_UInt16 |
| 2031 | ); |
| 2032 | EventXplatEnabledApplyPolicyStart(); |
| 2033 | Error |= FireEtXplatApplyPolicyStart( |
| 2034 | ); |
| 2035 | EventXplatEnabledApplyPolicyStart_V1(); |
| 2036 | Error |= FireEtXplatApplyPolicyStart_V1( |
| 2037 | win_UInt16 |
| 2038 | ); |
| 2039 | EventXplatEnabledApplyPolicyEnd(); |
| 2040 | Error |= FireEtXplatApplyPolicyEnd( |
| 2041 | ); |
| 2042 | EventXplatEnabledApplyPolicyEnd_V1(); |
| 2043 | Error |= FireEtXplatApplyPolicyEnd_V1( |
| 2044 | win_UInt16 |
| 2045 | ); |
| 2046 | EventXplatEnabledLdLibShFolder(); |
| 2047 | Error |= FireEtXplatLdLibShFolder( |
| 2048 | ); |
| 2049 | EventXplatEnabledLdLibShFolder_V1(); |
| 2050 | Error |= FireEtXplatLdLibShFolder_V1( |
| 2051 | win_UInt16 |
| 2052 | ); |
| 2053 | EventXplatEnabledLdLibShFolderEnd(); |
| 2054 | Error |= FireEtXplatLdLibShFolderEnd( |
| 2055 | ); |
| 2056 | EventXplatEnabledLdLibShFolderEnd_V1(); |
| 2057 | Error |= FireEtXplatLdLibShFolderEnd_V1( |
| 2058 | win_UInt16 |
| 2059 | ); |
| 2060 | EventXplatEnabledPrestubWorker(); |
| 2061 | Error |= FireEtXplatPrestubWorker( |
| 2062 | ); |
| 2063 | EventXplatEnabledPrestubWorker_V1(); |
| 2064 | Error |= FireEtXplatPrestubWorker_V1( |
| 2065 | win_UInt16 |
| 2066 | ); |
| 2067 | EventXplatEnabledPrestubWorkerEnd(); |
| 2068 | Error |= FireEtXplatPrestubWorkerEnd( |
| 2069 | ); |
| 2070 | EventXplatEnabledPrestubWorkerEnd_V1(); |
| 2071 | Error |= FireEtXplatPrestubWorkerEnd_V1( |
| 2072 | win_UInt16 |
| 2073 | ); |
| 2074 | EventXplatEnabledGetInstallationStart(); |
| 2075 | Error |= FireEtXplatGetInstallationStart( |
| 2076 | ); |
| 2077 | EventXplatEnabledGetInstallationStart_V1(); |
| 2078 | Error |= FireEtXplatGetInstallationStart_V1( |
| 2079 | win_UInt16 |
| 2080 | ); |
| 2081 | EventXplatEnabledGetInstallationEnd(); |
| 2082 | Error |= FireEtXplatGetInstallationEnd( |
| 2083 | ); |
| 2084 | EventXplatEnabledGetInstallationEnd_V1(); |
| 2085 | Error |= FireEtXplatGetInstallationEnd_V1( |
| 2086 | win_UInt16 |
| 2087 | ); |
| 2088 | EventXplatEnabledOpenHModule(); |
| 2089 | Error |= FireEtXplatOpenHModule( |
| 2090 | ); |
| 2091 | EventXplatEnabledOpenHModule_V1(); |
| 2092 | Error |= FireEtXplatOpenHModule_V1( |
| 2093 | win_UInt16 |
| 2094 | ); |
| 2095 | EventXplatEnabledOpenHModuleEnd(); |
| 2096 | Error |= FireEtXplatOpenHModuleEnd( |
| 2097 | ); |
| 2098 | EventXplatEnabledOpenHModuleEnd_V1(); |
| 2099 | Error |= FireEtXplatOpenHModuleEnd_V1( |
| 2100 | win_UInt16 |
| 2101 | ); |
| 2102 | EventXplatEnabledExplicitBindStart(); |
| 2103 | Error |= FireEtXplatExplicitBindStart( |
| 2104 | ); |
| 2105 | EventXplatEnabledExplicitBindStart_V1(); |
| 2106 | Error |= FireEtXplatExplicitBindStart_V1( |
| 2107 | win_UInt16 |
| 2108 | ); |
| 2109 | EventXplatEnabledExplicitBindEnd(); |
| 2110 | Error |= FireEtXplatExplicitBindEnd( |
| 2111 | ); |
| 2112 | EventXplatEnabledExplicitBindEnd_V1(); |
| 2113 | Error |= FireEtXplatExplicitBindEnd_V1( |
| 2114 | win_UInt16 |
| 2115 | ); |
| 2116 | EventXplatEnabledParseXml(); |
| 2117 | Error |= FireEtXplatParseXml( |
| 2118 | ); |
| 2119 | EventXplatEnabledParseXml_V1(); |
| 2120 | Error |= FireEtXplatParseXml_V1( |
| 2121 | win_UInt16 |
| 2122 | ); |
| 2123 | EventXplatEnabledParseXmlEnd(); |
| 2124 | Error |= FireEtXplatParseXmlEnd( |
| 2125 | ); |
| 2126 | EventXplatEnabledParseXmlEnd_V1(); |
| 2127 | Error |= FireEtXplatParseXmlEnd_V1( |
| 2128 | win_UInt16 |
| 2129 | ); |
| 2130 | EventXplatEnabledInitDefaultDomain(); |
| 2131 | Error |= FireEtXplatInitDefaultDomain( |
| 2132 | ); |
| 2133 | EventXplatEnabledInitDefaultDomain_V1(); |
| 2134 | Error |= FireEtXplatInitDefaultDomain_V1( |
| 2135 | win_UInt16 |
| 2136 | ); |
| 2137 | EventXplatEnabledInitDefaultDomainEnd(); |
| 2138 | Error |= FireEtXplatInitDefaultDomainEnd( |
| 2139 | ); |
| 2140 | EventXplatEnabledInitDefaultDomainEnd_V1(); |
| 2141 | Error |= FireEtXplatInitDefaultDomainEnd_V1( |
| 2142 | win_UInt16 |
| 2143 | ); |
| 2144 | EventXplatEnabledInitSecurity(); |
| 2145 | Error |= FireEtXplatInitSecurity( |
| 2146 | ); |
| 2147 | EventXplatEnabledInitSecurity_V1(); |
| 2148 | Error |= FireEtXplatInitSecurity_V1( |
| 2149 | win_UInt16 |
| 2150 | ); |
| 2151 | EventXplatEnabledInitSecurityEnd(); |
| 2152 | Error |= FireEtXplatInitSecurityEnd( |
| 2153 | ); |
| 2154 | EventXplatEnabledInitSecurityEnd_V1(); |
| 2155 | Error |= FireEtXplatInitSecurityEnd_V1( |
| 2156 | win_UInt16 |
| 2157 | ); |
| 2158 | EventXplatEnabledAllowBindingRedirs(); |
| 2159 | Error |= FireEtXplatAllowBindingRedirs( |
| 2160 | ); |
| 2161 | EventXplatEnabledAllowBindingRedirs_V1(); |
| 2162 | Error |= FireEtXplatAllowBindingRedirs_V1( |
| 2163 | win_UInt16 |
| 2164 | ); |
| 2165 | EventXplatEnabledAllowBindingRedirsEnd(); |
| 2166 | Error |= FireEtXplatAllowBindingRedirsEnd( |
| 2167 | ); |
| 2168 | EventXplatEnabledAllowBindingRedirsEnd_V1(); |
| 2169 | Error |= FireEtXplatAllowBindingRedirsEnd_V1( |
| 2170 | win_UInt16 |
| 2171 | ); |
| 2172 | EventXplatEnabledEEConfigSync(); |
| 2173 | Error |= FireEtXplatEEConfigSync( |
| 2174 | ); |
| 2175 | EventXplatEnabledEEConfigSync_V1(); |
| 2176 | Error |= FireEtXplatEEConfigSync_V1( |
| 2177 | win_UInt16 |
| 2178 | ); |
| 2179 | EventXplatEnabledEEConfigSyncEnd(); |
| 2180 | Error |= FireEtXplatEEConfigSyncEnd( |
| 2181 | ); |
| 2182 | EventXplatEnabledEEConfigSyncEnd_V1(); |
| 2183 | Error |= FireEtXplatEEConfigSyncEnd_V1( |
| 2184 | win_UInt16 |
| 2185 | ); |
| 2186 | EventXplatEnabledFusionBinding(); |
| 2187 | Error |= FireEtXplatFusionBinding( |
| 2188 | ); |
| 2189 | EventXplatEnabledFusionBinding_V1(); |
| 2190 | Error |= FireEtXplatFusionBinding_V1( |
| 2191 | win_UInt16 |
| 2192 | ); |
| 2193 | EventXplatEnabledFusionBindingEnd(); |
| 2194 | Error |= FireEtXplatFusionBindingEnd( |
| 2195 | ); |
| 2196 | EventXplatEnabledFusionBindingEnd_V1(); |
| 2197 | Error |= FireEtXplatFusionBindingEnd_V1( |
| 2198 | win_UInt16 |
| 2199 | ); |
| 2200 | EventXplatEnabledLoaderCatchCall(); |
| 2201 | Error |= FireEtXplatLoaderCatchCall( |
| 2202 | ); |
| 2203 | EventXplatEnabledLoaderCatchCall_V1(); |
| 2204 | Error |= FireEtXplatLoaderCatchCall_V1( |
| 2205 | win_UInt16 |
| 2206 | ); |
| 2207 | EventXplatEnabledLoaderCatchCallEnd(); |
| 2208 | Error |= FireEtXplatLoaderCatchCallEnd( |
| 2209 | ); |
| 2210 | EventXplatEnabledLoaderCatchCallEnd_V1(); |
| 2211 | Error |= FireEtXplatLoaderCatchCallEnd_V1( |
| 2212 | win_UInt16 |
| 2213 | ); |
| 2214 | EventXplatEnabledFusionInit(); |
| 2215 | Error |= FireEtXplatFusionInit( |
| 2216 | ); |
| 2217 | EventXplatEnabledFusionInit_V1(); |
| 2218 | Error |= FireEtXplatFusionInit_V1( |
| 2219 | win_UInt16 |
| 2220 | ); |
| 2221 | EventXplatEnabledFusionInitEnd(); |
| 2222 | Error |= FireEtXplatFusionInitEnd( |
| 2223 | ); |
| 2224 | EventXplatEnabledFusionInitEnd_V1(); |
| 2225 | Error |= FireEtXplatFusionInitEnd_V1( |
| 2226 | win_UInt16 |
| 2227 | ); |
| 2228 | EventXplatEnabledFusionAppCtx(); |
| 2229 | Error |= FireEtXplatFusionAppCtx( |
| 2230 | ); |
| 2231 | EventXplatEnabledFusionAppCtx_V1(); |
| 2232 | Error |= FireEtXplatFusionAppCtx_V1( |
| 2233 | win_UInt16 |
| 2234 | ); |
| 2235 | EventXplatEnabledFusionAppCtxEnd(); |
| 2236 | Error |= FireEtXplatFusionAppCtxEnd( |
| 2237 | ); |
| 2238 | EventXplatEnabledFusionAppCtxEnd_V1(); |
| 2239 | Error |= FireEtXplatFusionAppCtxEnd_V1( |
| 2240 | win_UInt16 |
| 2241 | ); |
| 2242 | EventXplatEnabledFusion2EE(); |
| 2243 | Error |= FireEtXplatFusion2EE( |
| 2244 | ); |
| 2245 | EventXplatEnabledFusion2EE_V1(); |
| 2246 | Error |= FireEtXplatFusion2EE_V1( |
| 2247 | win_UInt16 |
| 2248 | ); |
| 2249 | EventXplatEnabledFusion2EEEnd(); |
| 2250 | Error |= FireEtXplatFusion2EEEnd( |
| 2251 | ); |
| 2252 | EventXplatEnabledFusion2EEEnd_V1(); |
| 2253 | Error |= FireEtXplatFusion2EEEnd_V1( |
| 2254 | win_UInt16 |
| 2255 | ); |
| 2256 | EventXplatEnabledSecurityCatchCall(); |
| 2257 | Error |= FireEtXplatSecurityCatchCall( |
| 2258 | ); |
| 2259 | EventXplatEnabledSecurityCatchCall_V1(); |
| 2260 | Error |= FireEtXplatSecurityCatchCall_V1( |
| 2261 | win_UInt16 |
| 2262 | ); |
| 2263 | EventXplatEnabledSecurityCatchCallEnd(); |
| 2264 | Error |= FireEtXplatSecurityCatchCallEnd( |
| 2265 | ); |
| 2266 | EventXplatEnabledSecurityCatchCallEnd_V1(); |
| 2267 | Error |= FireEtXplatSecurityCatchCallEnd_V1( |
| 2268 | win_UInt16 |
| 2269 | ); |
| 2270 | EventXplatEnabledCLRStackWalkPrivate(); |
| 2271 | Error |= FireEtXplatCLRStackWalkPrivate( |
| 2272 | win_UInt16, |
| 2273 | win_UInt8, |
| 2274 | win_UInt8, |
| 2275 | win_UInt32, |
| 2276 | (const void**)&var11 |
| 2277 | ); |
| 2278 | EventXplatEnabledModuleRangeLoadPrivate(); |
| 2279 | Error |= FireEtXplatModuleRangeLoadPrivate( |
| 2280 | win_UInt16, |
| 2281 | win_UInt64, |
| 2282 | win_UInt32, |
| 2283 | win_UInt32, |
| 2284 | win_UInt8, |
| 2285 | win_UInt8, |
| 2286 | win_UInt16 |
| 2287 | ); |
| 2288 | EventXplatEnabledBindingPolicyPhaseStart(); |
| 2289 | Error |= FireEtXplatBindingPolicyPhaseStart( |
| 2290 | win_UInt32, |
| 2291 | win_UInt32, |
| 2292 | win_UInt32, |
| 2293 | win_UInt32, |
| 2294 | W(" Testing UnicodeString " ), |
| 2295 | W(" Testing UnicodeString " ), |
| 2296 | win_UInt16 |
| 2297 | ); |
| 2298 | EventXplatEnabledBindingPolicyPhaseEnd(); |
| 2299 | Error |= FireEtXplatBindingPolicyPhaseEnd( |
| 2300 | win_UInt32, |
| 2301 | win_UInt32, |
| 2302 | win_UInt32, |
| 2303 | win_UInt32, |
| 2304 | W(" Testing UnicodeString " ), |
| 2305 | W(" Testing UnicodeString " ), |
| 2306 | win_UInt16 |
| 2307 | ); |
| 2308 | EventXplatEnabledBindingNgenPhaseStart(); |
| 2309 | Error |= FireEtXplatBindingNgenPhaseStart( |
| 2310 | win_UInt32, |
| 2311 | win_UInt32, |
| 2312 | win_UInt32, |
| 2313 | win_UInt32, |
| 2314 | W(" Testing UnicodeString " ), |
| 2315 | W(" Testing UnicodeString " ), |
| 2316 | win_UInt16 |
| 2317 | ); |
| 2318 | EventXplatEnabledBindingNgenPhaseEnd(); |
| 2319 | Error |= FireEtXplatBindingNgenPhaseEnd( |
| 2320 | win_UInt32, |
| 2321 | win_UInt32, |
| 2322 | win_UInt32, |
| 2323 | win_UInt32, |
| 2324 | W(" Testing UnicodeString " ), |
| 2325 | W(" Testing UnicodeString " ), |
| 2326 | win_UInt16 |
| 2327 | ); |
| 2328 | EventXplatEnabledBindingLookupAndProbingPhaseStart(); |
| 2329 | Error |= FireEtXplatBindingLookupAndProbingPhaseStart( |
| 2330 | win_UInt32, |
| 2331 | win_UInt32, |
| 2332 | win_UInt32, |
| 2333 | win_UInt32, |
| 2334 | W(" Testing UnicodeString " ), |
| 2335 | W(" Testing UnicodeString " ), |
| 2336 | win_UInt16 |
| 2337 | ); |
| 2338 | EventXplatEnabledBindingLookupAndProbingPhaseEnd(); |
| 2339 | Error |= FireEtXplatBindingLookupAndProbingPhaseEnd( |
| 2340 | win_UInt32, |
| 2341 | win_UInt32, |
| 2342 | win_UInt32, |
| 2343 | win_UInt32, |
| 2344 | W(" Testing UnicodeString " ), |
| 2345 | W(" Testing UnicodeString " ), |
| 2346 | win_UInt16 |
| 2347 | ); |
| 2348 | EventXplatEnabledLoaderPhaseStart(); |
| 2349 | Error |= FireEtXplatLoaderPhaseStart( |
| 2350 | win_UInt32, |
| 2351 | win_UInt32, |
| 2352 | win_UInt32, |
| 2353 | win_UInt32, |
| 2354 | W(" Testing UnicodeString " ), |
| 2355 | W(" Testing UnicodeString " ), |
| 2356 | win_UInt16 |
| 2357 | ); |
| 2358 | EventXplatEnabledLoaderPhaseEnd(); |
| 2359 | Error |= FireEtXplatLoaderPhaseEnd( |
| 2360 | win_UInt32, |
| 2361 | win_UInt32, |
| 2362 | win_UInt32, |
| 2363 | win_UInt32, |
| 2364 | W(" Testing UnicodeString " ), |
| 2365 | W(" Testing UnicodeString " ), |
| 2366 | win_UInt16 |
| 2367 | ); |
| 2368 | EventXplatEnabledBindingPhaseStart(); |
| 2369 | Error |= FireEtXplatBindingPhaseStart( |
| 2370 | win_UInt32, |
| 2371 | win_UInt32, |
| 2372 | win_UInt32, |
| 2373 | win_UInt32, |
| 2374 | W(" Testing UnicodeString " ), |
| 2375 | W(" Testing UnicodeString " ), |
| 2376 | win_UInt16 |
| 2377 | ); |
| 2378 | EventXplatEnabledBindingPhaseEnd(); |
| 2379 | Error |= FireEtXplatBindingPhaseEnd( |
| 2380 | win_UInt32, |
| 2381 | win_UInt32, |
| 2382 | win_UInt32, |
| 2383 | win_UInt32, |
| 2384 | W(" Testing UnicodeString " ), |
| 2385 | W(" Testing UnicodeString " ), |
| 2386 | win_UInt16 |
| 2387 | ); |
| 2388 | EventXplatEnabledBindingDownloadPhaseStart(); |
| 2389 | Error |= FireEtXplatBindingDownloadPhaseStart( |
| 2390 | win_UInt32, |
| 2391 | win_UInt32, |
| 2392 | win_UInt32, |
| 2393 | win_UInt32, |
| 2394 | W(" Testing UnicodeString " ), |
| 2395 | W(" Testing UnicodeString " ), |
| 2396 | win_UInt16 |
| 2397 | ); |
| 2398 | EventXplatEnabledBindingDownloadPhaseEnd(); |
| 2399 | Error |= FireEtXplatBindingDownloadPhaseEnd( |
| 2400 | win_UInt32, |
| 2401 | win_UInt32, |
| 2402 | win_UInt32, |
| 2403 | win_UInt32, |
| 2404 | W(" Testing UnicodeString " ), |
| 2405 | W(" Testing UnicodeString " ), |
| 2406 | win_UInt16 |
| 2407 | ); |
| 2408 | EventXplatEnabledLoaderAssemblyInitPhaseStart(); |
| 2409 | Error |= FireEtXplatLoaderAssemblyInitPhaseStart( |
| 2410 | win_UInt32, |
| 2411 | win_UInt32, |
| 2412 | win_UInt32, |
| 2413 | win_UInt32, |
| 2414 | W(" Testing UnicodeString " ), |
| 2415 | W(" Testing UnicodeString " ), |
| 2416 | win_UInt16 |
| 2417 | ); |
| 2418 | EventXplatEnabledLoaderAssemblyInitPhaseEnd(); |
| 2419 | Error |= FireEtXplatLoaderAssemblyInitPhaseEnd( |
| 2420 | win_UInt32, |
| 2421 | win_UInt32, |
| 2422 | win_UInt32, |
| 2423 | win_UInt32, |
| 2424 | W(" Testing UnicodeString " ), |
| 2425 | W(" Testing UnicodeString " ), |
| 2426 | win_UInt16 |
| 2427 | ); |
| 2428 | EventXplatEnabledLoaderMappingPhaseStart(); |
| 2429 | Error |= FireEtXplatLoaderMappingPhaseStart( |
| 2430 | win_UInt32, |
| 2431 | win_UInt32, |
| 2432 | win_UInt32, |
| 2433 | win_UInt32, |
| 2434 | W(" Testing UnicodeString " ), |
| 2435 | W(" Testing UnicodeString " ), |
| 2436 | win_UInt16 |
| 2437 | ); |
| 2438 | EventXplatEnabledLoaderMappingPhaseEnd(); |
| 2439 | Error |= FireEtXplatLoaderMappingPhaseEnd( |
| 2440 | win_UInt32, |
| 2441 | win_UInt32, |
| 2442 | win_UInt32, |
| 2443 | win_UInt32, |
| 2444 | W(" Testing UnicodeString " ), |
| 2445 | W(" Testing UnicodeString " ), |
| 2446 | win_UInt16 |
| 2447 | ); |
| 2448 | EventXplatEnabledLoaderDeliverEventsPhaseStart(); |
| 2449 | Error |= FireEtXplatLoaderDeliverEventsPhaseStart( |
| 2450 | win_UInt32, |
| 2451 | win_UInt32, |
| 2452 | win_UInt32, |
| 2453 | win_UInt32, |
| 2454 | W(" Testing UnicodeString " ), |
| 2455 | W(" Testing UnicodeString " ), |
| 2456 | win_UInt16 |
| 2457 | ); |
| 2458 | EventXplatEnabledLoaderDeliverEventsPhaseEnd(); |
| 2459 | Error |= FireEtXplatLoaderDeliverEventsPhaseEnd( |
| 2460 | win_UInt32, |
| 2461 | win_UInt32, |
| 2462 | win_UInt32, |
| 2463 | win_UInt32, |
| 2464 | W(" Testing UnicodeString " ), |
| 2465 | W(" Testing UnicodeString " ), |
| 2466 | win_UInt16 |
| 2467 | ); |
| 2468 | EventXplatEnabledEvidenceGenerated(); |
| 2469 | Error |= FireEtXplatEvidenceGenerated( |
| 2470 | win_UInt32, |
| 2471 | win_UInt32, |
| 2472 | W(" Testing UnicodeString " ), |
| 2473 | win_UInt16 |
| 2474 | ); |
| 2475 | EventXplatEnabledModuleTransparencyComputationStart(); |
| 2476 | Error |= FireEtXplatModuleTransparencyComputationStart( |
| 2477 | W(" Testing UnicodeString " ), |
| 2478 | win_UInt32, |
| 2479 | win_UInt16 |
| 2480 | ); |
| 2481 | EventXplatEnabledModuleTransparencyComputationEnd(); |
| 2482 | Error |= FireEtXplatModuleTransparencyComputationEnd( |
| 2483 | W(" Testing UnicodeString " ), |
| 2484 | win_UInt32, |
| 2485 | win_Boolean, |
| 2486 | win_Boolean, |
| 2487 | win_Boolean, |
| 2488 | win_Boolean, |
| 2489 | win_UInt32, |
| 2490 | win_UInt16 |
| 2491 | ); |
| 2492 | EventXplatEnabledTypeTransparencyComputationStart(); |
| 2493 | Error |= FireEtXplatTypeTransparencyComputationStart( |
| 2494 | W(" Testing UnicodeString " ), |
| 2495 | W(" Testing UnicodeString " ), |
| 2496 | win_UInt32, |
| 2497 | win_UInt16 |
| 2498 | ); |
| 2499 | EventXplatEnabledTypeTransparencyComputationEnd(); |
| 2500 | Error |= FireEtXplatTypeTransparencyComputationEnd( |
| 2501 | W(" Testing UnicodeString " ), |
| 2502 | W(" Testing UnicodeString " ), |
| 2503 | win_UInt32, |
| 2504 | win_Boolean, |
| 2505 | win_Boolean, |
| 2506 | win_Boolean, |
| 2507 | win_Boolean, |
| 2508 | win_UInt16 |
| 2509 | ); |
| 2510 | EventXplatEnabledMethodTransparencyComputationStart(); |
| 2511 | Error |= FireEtXplatMethodTransparencyComputationStart( |
| 2512 | W(" Testing UnicodeString " ), |
| 2513 | W(" Testing UnicodeString " ), |
| 2514 | win_UInt32, |
| 2515 | win_UInt16 |
| 2516 | ); |
| 2517 | EventXplatEnabledMethodTransparencyComputationEnd(); |
| 2518 | Error |= FireEtXplatMethodTransparencyComputationEnd( |
| 2519 | W(" Testing UnicodeString " ), |
| 2520 | W(" Testing UnicodeString " ), |
| 2521 | win_UInt32, |
| 2522 | win_Boolean, |
| 2523 | win_Boolean, |
| 2524 | win_UInt16 |
| 2525 | ); |
| 2526 | EventXplatEnabledFieldTransparencyComputationStart(); |
| 2527 | Error |= FireEtXplatFieldTransparencyComputationStart( |
| 2528 | W(" Testing UnicodeString " ), |
| 2529 | W(" Testing UnicodeString " ), |
| 2530 | win_UInt32, |
| 2531 | win_UInt16 |
| 2532 | ); |
| 2533 | EventXplatEnabledFieldTransparencyComputationEnd(); |
| 2534 | Error |= FireEtXplatFieldTransparencyComputationEnd( |
| 2535 | W(" Testing UnicodeString " ), |
| 2536 | W(" Testing UnicodeString " ), |
| 2537 | win_UInt32, |
| 2538 | win_Boolean, |
| 2539 | win_Boolean, |
| 2540 | win_UInt16 |
| 2541 | ); |
| 2542 | EventXplatEnabledTokenTransparencyComputationStart(); |
| 2543 | Error |= FireEtXplatTokenTransparencyComputationStart( |
| 2544 | win_UInt32, |
| 2545 | W(" Testing UnicodeString " ), |
| 2546 | win_UInt32, |
| 2547 | win_UInt16 |
| 2548 | ); |
| 2549 | EventXplatEnabledTokenTransparencyComputationEnd(); |
| 2550 | Error |= FireEtXplatTokenTransparencyComputationEnd( |
| 2551 | win_UInt32, |
| 2552 | W(" Testing UnicodeString " ), |
| 2553 | win_UInt32, |
| 2554 | win_Boolean, |
| 2555 | win_Boolean, |
| 2556 | win_UInt16 |
| 2557 | ); |
| 2558 | EventXplatEnabledNgenBindEvent(); |
| 2559 | Error |= FireEtXplatNgenBindEvent( |
| 2560 | win_UInt16, |
| 2561 | win_UInt64, |
| 2562 | win_UInt32, |
| 2563 | W(" Testing UnicodeString " ) |
| 2564 | ); |
| 2565 | EventXplatEnabledFailFast(); |
| 2566 | Error |= FireEtXplatFailFast( |
| 2567 | W(" Testing UnicodeString " ), |
| 2568 | (const void*)var11, |
| 2569 | win_UInt32, |
| 2570 | win_UInt32, |
| 2571 | win_UInt16 |
| 2572 | ); |
| 2573 | EventXplatEnabledPrvFinalizeObject(); |
| 2574 | Error |= FireEtXplatPrvFinalizeObject( |
| 2575 | (const void*)var11, |
| 2576 | (const void*)var11, |
| 2577 | win_UInt16, |
| 2578 | W(" Testing UnicodeString " ) |
| 2579 | ); |
| 2580 | EventXplatEnabledCCWRefCountChangeAnsi(); |
| 2581 | Error |= FireEtXplatCCWRefCountChangeAnsi( |
| 2582 | (const void*)var11, |
| 2583 | (const void*)var11, |
| 2584 | (const void*)var11, |
| 2585 | win_UInt32, |
| 2586 | win_UInt64, |
| 2587 | " Testing AniString " , |
| 2588 | " Testing AniString " , |
| 2589 | W(" Testing UnicodeString " ), |
| 2590 | win_UInt16 |
| 2591 | ); |
| 2592 | EventXplatEnabledPrvSetGCHandle(); |
| 2593 | Error |= FireEtXplatPrvSetGCHandle( |
| 2594 | (const void*)var11, |
| 2595 | (const void*)var11, |
| 2596 | win_UInt32, |
| 2597 | win_UInt32, |
| 2598 | win_UInt64, |
| 2599 | win_UInt16 |
| 2600 | ); |
| 2601 | EventXplatEnabledPrvDestroyGCHandle(); |
| 2602 | Error |= FireEtXplatPrvDestroyGCHandle( |
| 2603 | (const void*)var11, |
| 2604 | win_UInt16 |
| 2605 | ); |
| 2606 | EventXplatEnabledFusionMessageEvent(); |
| 2607 | Error |= FireEtXplatFusionMessageEvent( |
| 2608 | win_UInt16, |
| 2609 | win_Boolean, |
| 2610 | W(" Testing UnicodeString " ) |
| 2611 | ); |
| 2612 | EventXplatEnabledFusionErrorCodeEvent(); |
| 2613 | Error |= FireEtXplatFusionErrorCodeEvent( |
| 2614 | win_UInt16, |
| 2615 | win_UInt32, |
| 2616 | win_UInt32 |
| 2617 | ); |
| 2618 | EventXplatEnabledPinPlugAtGCTime(); |
| 2619 | Error |= FireEtXplatPinPlugAtGCTime( |
| 2620 | (const void*)var11, |
| 2621 | (const void*)var11, |
| 2622 | (const void*)var11, |
| 2623 | win_UInt16 |
| 2624 | ); |
| 2625 | EventXplatEnabledCCWRefCountChange(); |
| 2626 | Error |= FireEtXplatCCWRefCountChange( |
| 2627 | (const void*)var11, |
| 2628 | (const void*)var11, |
| 2629 | (const void*)var11, |
| 2630 | win_UInt32, |
| 2631 | win_UInt64, |
| 2632 | W(" Testing UnicodeString " ), |
| 2633 | W(" Testing UnicodeString " ), |
| 2634 | W(" Testing UnicodeString " ), |
| 2635 | win_UInt16 |
| 2636 | ); |
| 2637 | EventXplatEnabledAllocRequest(); |
| 2638 | Error |= FireEtXplatAllocRequest( |
| 2639 | (const void*)var11, |
| 2640 | (const void*)var11, |
| 2641 | win_UInt32, |
| 2642 | win_UInt32, |
| 2643 | win_UInt64, |
| 2644 | win_UInt16 |
| 2645 | ); |
| 2646 | EventXplatEnabledMulticoreJit(); |
| 2647 | Error |= FireEtXplatMulticoreJit( |
| 2648 | win_UInt16, |
| 2649 | W(" Testing UnicodeString " ), |
| 2650 | W(" Testing UnicodeString " ), |
| 2651 | win_Int32, |
| 2652 | win_Int32, |
| 2653 | win_Int32 |
| 2654 | ); |
| 2655 | EventXplatEnabledMulticoreJitMethodCodeReturned(); |
| 2656 | Error |= FireEtXplatMulticoreJitMethodCodeReturned( |
| 2657 | win_UInt16, |
| 2658 | win_UInt64, |
| 2659 | win_UInt64 |
| 2660 | ); |
| 2661 | EventXplatEnabledIInspectableRuntimeClassName(); |
| 2662 | Error |= FireEtXplatIInspectableRuntimeClassName( |
| 2663 | W(" Testing UnicodeString " ), |
| 2664 | win_UInt16 |
| 2665 | ); |
| 2666 | EventXplatEnabledWinRTUnbox(); |
| 2667 | Error |= FireEtXplatWinRTUnbox( |
| 2668 | W(" Testing UnicodeString " ), |
| 2669 | W(" Testing UnicodeString " ), |
| 2670 | win_UInt16 |
| 2671 | ); |
| 2672 | EventXplatEnabledCreateRCW(); |
| 2673 | Error |= FireEtXplatCreateRCW( |
| 2674 | W(" Testing UnicodeString " ), |
| 2675 | win_UInt16 |
| 2676 | ); |
| 2677 | EventXplatEnabledRCWVariance(); |
| 2678 | Error |= FireEtXplatRCWVariance( |
| 2679 | W(" Testing UnicodeString " ), |
| 2680 | W(" Testing UnicodeString " ), |
| 2681 | W(" Testing UnicodeString " ), |
| 2682 | win_UInt16 |
| 2683 | ); |
| 2684 | EventXplatEnabledRCWIEnumerableCasting(); |
| 2685 | Error |= FireEtXplatRCWIEnumerableCasting( |
| 2686 | W(" Testing UnicodeString " ), |
| 2687 | W(" Testing UnicodeString " ), |
| 2688 | win_UInt16 |
| 2689 | ); |
| 2690 | EventXplatEnabledCreateCCW(); |
| 2691 | Error |= FireEtXplatCreateCCW( |
| 2692 | W(" Testing UnicodeString " ), |
| 2693 | win_UInt16 |
| 2694 | ); |
| 2695 | EventXplatEnabledCCWVariance(); |
| 2696 | Error |= FireEtXplatCCWVariance( |
| 2697 | W(" Testing UnicodeString " ), |
| 2698 | W(" Testing UnicodeString " ), |
| 2699 | W(" Testing UnicodeString " ), |
| 2700 | win_UInt16 |
| 2701 | ); |
| 2702 | EventXplatEnabledObjectVariantMarshallingToNative(); |
| 2703 | Error |= FireEtXplatObjectVariantMarshallingToNative( |
| 2704 | W(" Testing UnicodeString " ), |
| 2705 | win_Int32, |
| 2706 | win_UInt16 |
| 2707 | ); |
| 2708 | EventXplatEnabledGetTypeFromGUID(); |
| 2709 | Error |= FireEtXplatGetTypeFromGUID( |
| 2710 | W(" Testing UnicodeString " ), |
| 2711 | W(" Testing UnicodeString " ), |
| 2712 | win_UInt16 |
| 2713 | ); |
| 2714 | EventXplatEnabledGetTypeFromProgID(); |
| 2715 | Error |= FireEtXplatGetTypeFromProgID( |
| 2716 | W(" Testing UnicodeString " ), |
| 2717 | W(" Testing UnicodeString " ), |
| 2718 | win_UInt16 |
| 2719 | ); |
| 2720 | EventXplatEnabledConvertToCallbackEtw(); |
| 2721 | Error |= FireEtXplatConvertToCallbackEtw( |
| 2722 | W(" Testing UnicodeString " ), |
| 2723 | W(" Testing UnicodeString " ), |
| 2724 | win_UInt16 |
| 2725 | ); |
| 2726 | EventXplatEnabledBeginCreateManagedReference(); |
| 2727 | Error |= FireEtXplatBeginCreateManagedReference( |
| 2728 | win_UInt16 |
| 2729 | ); |
| 2730 | EventXplatEnabledEndCreateManagedReference(); |
| 2731 | Error |= FireEtXplatEndCreateManagedReference( |
| 2732 | win_UInt16 |
| 2733 | ); |
| 2734 | EventXplatEnabledObjectVariantMarshallingToManaged(); |
| 2735 | Error |= FireEtXplatObjectVariantMarshallingToManaged( |
| 2736 | W(" Testing UnicodeString " ), |
| 2737 | win_Int32, |
| 2738 | win_UInt16 |
| 2739 | ); |
| 2740 | |
| 2741 | |
| 2742 | if (Error != ERROR_SUCCESS) |
| 2743 | { |
| 2744 | Fail("One or more eventing Apis failed\n " ); |
| 2745 | return FAIL; |
| 2746 | } |
| 2747 | Trace("\n All eventing APIs were fired succesfully \n" ); |
| 2748 | #endif //defined(FEATURE_EVENT_TRACE) |
| 2749 | #if defined(FEATURE_PAL) |
| 2750 | |
| 2751 | /* Shutdown the PAL. |
| 2752 | */ |
| 2753 | |
| 2754 | PAL_Terminate(); |
| 2755 | #endif |
| 2756 | return PASS; |
| 2757 | } |
| 2758 | |
| 2759 | |