| 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 | extern "C" BOOL EventPipeEventEnabledGCStart(); |
| 14 | extern "C" ULONG EventPipeWriteEventGCStart( |
| 15 | const unsigned int Count, |
| 16 | const unsigned int Reason |
| 17 | ); |
| 18 | extern "C" BOOL EventPipeEventEnabledGCStart_V1(); |
| 19 | extern "C" ULONG EventPipeWriteEventGCStart_V1( |
| 20 | const unsigned int Count, |
| 21 | const unsigned int Depth, |
| 22 | const unsigned int Reason, |
| 23 | const unsigned int Type, |
| 24 | const unsigned short ClrInstanceID |
| 25 | ); |
| 26 | extern "C" BOOL EventPipeEventEnabledGCStart_V2(); |
| 27 | extern "C" ULONG EventPipeWriteEventGCStart_V2( |
| 28 | const unsigned int Count, |
| 29 | const unsigned int Depth, |
| 30 | const unsigned int Reason, |
| 31 | const unsigned int Type, |
| 32 | const unsigned short ClrInstanceID, |
| 33 | const unsigned __int64 ClientSequenceNumber |
| 34 | ); |
| 35 | extern "C" BOOL EventPipeEventEnabledGCEnd(); |
| 36 | extern "C" ULONG EventPipeWriteEventGCEnd( |
| 37 | const unsigned int Count, |
| 38 | const unsigned short Depth |
| 39 | ); |
| 40 | extern "C" BOOL EventPipeEventEnabledGCEnd_V1(); |
| 41 | extern "C" ULONG EventPipeWriteEventGCEnd_V1( |
| 42 | const unsigned int Count, |
| 43 | const unsigned int Depth, |
| 44 | const unsigned short ClrInstanceID |
| 45 | ); |
| 46 | extern "C" BOOL EventPipeEventEnabledGCRestartEEEnd(); |
| 47 | extern "C" ULONG EventPipeWriteEventGCRestartEEEnd( |
| 48 | |
| 49 | ); |
| 50 | extern "C" BOOL EventPipeEventEnabledGCRestartEEEnd_V1(); |
| 51 | extern "C" ULONG EventPipeWriteEventGCRestartEEEnd_V1( |
| 52 | const unsigned short ClrInstanceID |
| 53 | ); |
| 54 | extern "C" BOOL EventPipeEventEnabledGCHeapStats(); |
| 55 | extern "C" ULONG EventPipeWriteEventGCHeapStats( |
| 56 | const unsigned __int64 GenerationSize0, |
| 57 | const unsigned __int64 TotalPromotedSize0, |
| 58 | const unsigned __int64 GenerationSize1, |
| 59 | const unsigned __int64 TotalPromotedSize1, |
| 60 | const unsigned __int64 GenerationSize2, |
| 61 | const unsigned __int64 TotalPromotedSize2, |
| 62 | const unsigned __int64 GenerationSize3, |
| 63 | const unsigned __int64 TotalPromotedSize3, |
| 64 | const unsigned __int64 FinalizationPromotedSize, |
| 65 | const unsigned __int64 FinalizationPromotedCount, |
| 66 | const unsigned int PinnedObjectCount, |
| 67 | const unsigned int SinkBlockCount, |
| 68 | const unsigned int GCHandleCount |
| 69 | ); |
| 70 | extern "C" BOOL EventPipeEventEnabledGCHeapStats_V1(); |
| 71 | extern "C" ULONG EventPipeWriteEventGCHeapStats_V1( |
| 72 | const unsigned __int64 GenerationSize0, |
| 73 | const unsigned __int64 TotalPromotedSize0, |
| 74 | const unsigned __int64 GenerationSize1, |
| 75 | const unsigned __int64 TotalPromotedSize1, |
| 76 | const unsigned __int64 GenerationSize2, |
| 77 | const unsigned __int64 TotalPromotedSize2, |
| 78 | const unsigned __int64 GenerationSize3, |
| 79 | const unsigned __int64 TotalPromotedSize3, |
| 80 | const unsigned __int64 FinalizationPromotedSize, |
| 81 | const unsigned __int64 FinalizationPromotedCount, |
| 82 | const unsigned int PinnedObjectCount, |
| 83 | const unsigned int SinkBlockCount, |
| 84 | const unsigned int GCHandleCount, |
| 85 | const unsigned short ClrInstanceID |
| 86 | ); |
| 87 | extern "C" BOOL EventPipeEventEnabledGCCreateSegment(); |
| 88 | extern "C" ULONG EventPipeWriteEventGCCreateSegment( |
| 89 | const unsigned __int64 Address, |
| 90 | const unsigned __int64 Size, |
| 91 | const unsigned int Type |
| 92 | ); |
| 93 | extern "C" BOOL EventPipeEventEnabledGCCreateSegment_V1(); |
| 94 | extern "C" ULONG EventPipeWriteEventGCCreateSegment_V1( |
| 95 | const unsigned __int64 Address, |
| 96 | const unsigned __int64 Size, |
| 97 | const unsigned int Type, |
| 98 | const unsigned short ClrInstanceID |
| 99 | ); |
| 100 | extern "C" BOOL EventPipeEventEnabledGCFreeSegment(); |
| 101 | extern "C" ULONG EventPipeWriteEventGCFreeSegment( |
| 102 | const unsigned __int64 Address |
| 103 | ); |
| 104 | extern "C" BOOL EventPipeEventEnabledGCFreeSegment_V1(); |
| 105 | extern "C" ULONG EventPipeWriteEventGCFreeSegment_V1( |
| 106 | const unsigned __int64 Address, |
| 107 | const unsigned short ClrInstanceID |
| 108 | ); |
| 109 | extern "C" BOOL EventPipeEventEnabledGCRestartEEBegin(); |
| 110 | extern "C" ULONG EventPipeWriteEventGCRestartEEBegin( |
| 111 | |
| 112 | ); |
| 113 | extern "C" BOOL EventPipeEventEnabledGCRestartEEBegin_V1(); |
| 114 | extern "C" ULONG EventPipeWriteEventGCRestartEEBegin_V1( |
| 115 | const unsigned short ClrInstanceID |
| 116 | ); |
| 117 | extern "C" BOOL EventPipeEventEnabledGCSuspendEEEnd(); |
| 118 | extern "C" ULONG EventPipeWriteEventGCSuspendEEEnd( |
| 119 | |
| 120 | ); |
| 121 | extern "C" BOOL EventPipeEventEnabledGCSuspendEEEnd_V1(); |
| 122 | extern "C" ULONG EventPipeWriteEventGCSuspendEEEnd_V1( |
| 123 | const unsigned short ClrInstanceID |
| 124 | ); |
| 125 | extern "C" BOOL EventPipeEventEnabledGCSuspendEEBegin(); |
| 126 | extern "C" ULONG EventPipeWriteEventGCSuspendEEBegin( |
| 127 | const unsigned short Reason |
| 128 | ); |
| 129 | extern "C" BOOL EventPipeEventEnabledGCSuspendEEBegin_V1(); |
| 130 | extern "C" ULONG EventPipeWriteEventGCSuspendEEBegin_V1( |
| 131 | const unsigned int Reason, |
| 132 | const unsigned int Count, |
| 133 | const unsigned short ClrInstanceID |
| 134 | ); |
| 135 | extern "C" BOOL EventPipeEventEnabledGCAllocationTick(); |
| 136 | extern "C" ULONG EventPipeWriteEventGCAllocationTick( |
| 137 | const unsigned int AllocationAmount, |
| 138 | const unsigned int AllocationKind |
| 139 | ); |
| 140 | extern "C" BOOL EventPipeEventEnabledGCAllocationTick_V1(); |
| 141 | extern "C" ULONG EventPipeWriteEventGCAllocationTick_V1( |
| 142 | const unsigned int AllocationAmount, |
| 143 | const unsigned int AllocationKind, |
| 144 | const unsigned short ClrInstanceID |
| 145 | ); |
| 146 | extern "C" BOOL EventPipeEventEnabledGCAllocationTick_V2(); |
| 147 | extern "C" ULONG EventPipeWriteEventGCAllocationTick_V2( |
| 148 | const unsigned int AllocationAmount, |
| 149 | const unsigned int AllocationKind, |
| 150 | const unsigned short ClrInstanceID, |
| 151 | const unsigned __int64 AllocationAmount64, |
| 152 | const void* TypeID, |
| 153 | PCWSTR TypeName, |
| 154 | const unsigned int HeapIndex |
| 155 | ); |
| 156 | extern "C" BOOL EventPipeEventEnabledGCAllocationTick_V3(); |
| 157 | extern "C" ULONG EventPipeWriteEventGCAllocationTick_V3( |
| 158 | const unsigned int AllocationAmount, |
| 159 | const unsigned int AllocationKind, |
| 160 | const unsigned short ClrInstanceID, |
| 161 | const unsigned __int64 AllocationAmount64, |
| 162 | const void* TypeID, |
| 163 | PCWSTR TypeName, |
| 164 | const unsigned int HeapIndex, |
| 165 | const void* Address |
| 166 | ); |
| 167 | extern "C" BOOL EventPipeEventEnabledGCCreateConcurrentThread(); |
| 168 | extern "C" ULONG EventPipeWriteEventGCCreateConcurrentThread( |
| 169 | |
| 170 | ); |
| 171 | extern "C" BOOL EventPipeEventEnabledGCCreateConcurrentThread_V1(); |
| 172 | extern "C" ULONG EventPipeWriteEventGCCreateConcurrentThread_V1( |
| 173 | const unsigned short ClrInstanceID |
| 174 | ); |
| 175 | extern "C" BOOL EventPipeEventEnabledGCTerminateConcurrentThread(); |
| 176 | extern "C" ULONG EventPipeWriteEventGCTerminateConcurrentThread( |
| 177 | |
| 178 | ); |
| 179 | extern "C" BOOL EventPipeEventEnabledGCTerminateConcurrentThread_V1(); |
| 180 | extern "C" ULONG EventPipeWriteEventGCTerminateConcurrentThread_V1( |
| 181 | const unsigned short ClrInstanceID |
| 182 | ); |
| 183 | extern "C" BOOL EventPipeEventEnabledGCFinalizersEnd(); |
| 184 | extern "C" ULONG EventPipeWriteEventGCFinalizersEnd( |
| 185 | const unsigned int Count |
| 186 | ); |
| 187 | extern "C" BOOL EventPipeEventEnabledGCFinalizersEnd_V1(); |
| 188 | extern "C" ULONG EventPipeWriteEventGCFinalizersEnd_V1( |
| 189 | const unsigned int Count, |
| 190 | const unsigned short ClrInstanceID |
| 191 | ); |
| 192 | extern "C" BOOL EventPipeEventEnabledGCFinalizersBegin(); |
| 193 | extern "C" ULONG EventPipeWriteEventGCFinalizersBegin( |
| 194 | |
| 195 | ); |
| 196 | extern "C" BOOL EventPipeEventEnabledGCFinalizersBegin_V1(); |
| 197 | extern "C" ULONG EventPipeWriteEventGCFinalizersBegin_V1( |
| 198 | const unsigned short ClrInstanceID |
| 199 | ); |
| 200 | extern "C" BOOL EventPipeEventEnabledBulkType(); |
| 201 | extern "C" ULONG EventPipeWriteEventBulkType( |
| 202 | const unsigned int Count, |
| 203 | const unsigned short ClrInstanceID, |
| 204 | int Values_ElementSize, |
| 205 | const void* Values |
| 206 | ); |
| 207 | extern "C" BOOL EventPipeEventEnabledGCBulkRootEdge(); |
| 208 | extern "C" ULONG EventPipeWriteEventGCBulkRootEdge( |
| 209 | const unsigned int Index, |
| 210 | const unsigned int Count, |
| 211 | const unsigned short ClrInstanceID, |
| 212 | int Values_ElementSize, |
| 213 | const void* Values |
| 214 | ); |
| 215 | extern "C" BOOL EventPipeEventEnabledGCBulkRootConditionalWeakTableElementEdge(); |
| 216 | extern "C" ULONG EventPipeWriteEventGCBulkRootConditionalWeakTableElementEdge( |
| 217 | const unsigned int Index, |
| 218 | const unsigned int Count, |
| 219 | const unsigned short ClrInstanceID, |
| 220 | int Values_ElementSize, |
| 221 | const void* Values |
| 222 | ); |
| 223 | extern "C" BOOL EventPipeEventEnabledGCBulkNode(); |
| 224 | extern "C" ULONG EventPipeWriteEventGCBulkNode( |
| 225 | const unsigned int Index, |
| 226 | const unsigned int Count, |
| 227 | const unsigned short ClrInstanceID, |
| 228 | int Values_ElementSize, |
| 229 | const void* Values |
| 230 | ); |
| 231 | extern "C" BOOL EventPipeEventEnabledGCBulkEdge(); |
| 232 | extern "C" ULONG EventPipeWriteEventGCBulkEdge( |
| 233 | const unsigned int Index, |
| 234 | const unsigned int Count, |
| 235 | const unsigned short ClrInstanceID, |
| 236 | int Values_ElementSize, |
| 237 | const void* Values |
| 238 | ); |
| 239 | extern "C" BOOL EventPipeEventEnabledGCSampledObjectAllocationHigh(); |
| 240 | extern "C" ULONG EventPipeWriteEventGCSampledObjectAllocationHigh( |
| 241 | const void* Address, |
| 242 | const void* TypeID, |
| 243 | const unsigned int ObjectCountForTypeSample, |
| 244 | const unsigned __int64 TotalSizeForTypeSample, |
| 245 | const unsigned short ClrInstanceID |
| 246 | ); |
| 247 | extern "C" BOOL EventPipeEventEnabledGCBulkSurvivingObjectRanges(); |
| 248 | extern "C" ULONG EventPipeWriteEventGCBulkSurvivingObjectRanges( |
| 249 | const unsigned int Index, |
| 250 | const unsigned int Count, |
| 251 | const unsigned short ClrInstanceID, |
| 252 | int Values_ElementSize, |
| 253 | const void* Values |
| 254 | ); |
| 255 | extern "C" BOOL EventPipeEventEnabledGCBulkMovedObjectRanges(); |
| 256 | extern "C" ULONG EventPipeWriteEventGCBulkMovedObjectRanges( |
| 257 | const unsigned int Index, |
| 258 | const unsigned int Count, |
| 259 | const unsigned short ClrInstanceID, |
| 260 | int Values_ElementSize, |
| 261 | const void* Values |
| 262 | ); |
| 263 | extern "C" BOOL EventPipeEventEnabledGCGenerationRange(); |
| 264 | extern "C" ULONG EventPipeWriteEventGCGenerationRange( |
| 265 | const unsigned char Generation, |
| 266 | const void* RangeStart, |
| 267 | const unsigned __int64 RangeUsedLength, |
| 268 | const unsigned __int64 RangeReservedLength, |
| 269 | const unsigned short ClrInstanceID |
| 270 | ); |
| 271 | extern "C" BOOL EventPipeEventEnabledGCMarkStackRoots(); |
| 272 | extern "C" ULONG EventPipeWriteEventGCMarkStackRoots( |
| 273 | const unsigned int HeapNum, |
| 274 | const unsigned short ClrInstanceID |
| 275 | ); |
| 276 | extern "C" BOOL EventPipeEventEnabledGCMarkFinalizeQueueRoots(); |
| 277 | extern "C" ULONG EventPipeWriteEventGCMarkFinalizeQueueRoots( |
| 278 | const unsigned int HeapNum, |
| 279 | const unsigned short ClrInstanceID |
| 280 | ); |
| 281 | extern "C" BOOL EventPipeEventEnabledGCMarkHandles(); |
| 282 | extern "C" ULONG EventPipeWriteEventGCMarkHandles( |
| 283 | const unsigned int HeapNum, |
| 284 | const unsigned short ClrInstanceID |
| 285 | ); |
| 286 | extern "C" BOOL EventPipeEventEnabledGCMarkOlderGenerationRoots(); |
| 287 | extern "C" ULONG EventPipeWriteEventGCMarkOlderGenerationRoots( |
| 288 | const unsigned int HeapNum, |
| 289 | const unsigned short ClrInstanceID |
| 290 | ); |
| 291 | extern "C" BOOL EventPipeEventEnabledFinalizeObject(); |
| 292 | extern "C" ULONG EventPipeWriteEventFinalizeObject( |
| 293 | const void* TypeID, |
| 294 | const void* ObjectID, |
| 295 | const unsigned short ClrInstanceID |
| 296 | ); |
| 297 | extern "C" BOOL EventPipeEventEnabledSetGCHandle(); |
| 298 | extern "C" ULONG EventPipeWriteEventSetGCHandle( |
| 299 | const void* HandleID, |
| 300 | const void* ObjectID, |
| 301 | const unsigned int Kind, |
| 302 | const unsigned int Generation, |
| 303 | const unsigned __int64 AppDomainID, |
| 304 | const unsigned short ClrInstanceID |
| 305 | ); |
| 306 | extern "C" BOOL EventPipeEventEnabledDestroyGCHandle(); |
| 307 | extern "C" ULONG EventPipeWriteEventDestroyGCHandle( |
| 308 | const void* HandleID, |
| 309 | const unsigned short ClrInstanceID |
| 310 | ); |
| 311 | extern "C" BOOL EventPipeEventEnabledGCSampledObjectAllocationLow(); |
| 312 | extern "C" ULONG EventPipeWriteEventGCSampledObjectAllocationLow( |
| 313 | const void* Address, |
| 314 | const void* TypeID, |
| 315 | const unsigned int ObjectCountForTypeSample, |
| 316 | const unsigned __int64 TotalSizeForTypeSample, |
| 317 | const unsigned short ClrInstanceID |
| 318 | ); |
| 319 | extern "C" BOOL EventPipeEventEnabledPinObjectAtGCTime(); |
| 320 | extern "C" ULONG EventPipeWriteEventPinObjectAtGCTime( |
| 321 | const void* HandleID, |
| 322 | const void* ObjectID, |
| 323 | const unsigned __int64 ObjectSize, |
| 324 | PCWSTR TypeName, |
| 325 | const unsigned short ClrInstanceID |
| 326 | ); |
| 327 | extern "C" BOOL EventPipeEventEnabledGCTriggered(); |
| 328 | extern "C" ULONG EventPipeWriteEventGCTriggered( |
| 329 | const unsigned int Reason, |
| 330 | const unsigned short ClrInstanceID |
| 331 | ); |
| 332 | extern "C" BOOL EventPipeEventEnabledGCBulkRootCCW(); |
| 333 | extern "C" ULONG EventPipeWriteEventGCBulkRootCCW( |
| 334 | const unsigned int Count, |
| 335 | const unsigned short ClrInstanceID, |
| 336 | int Values_ElementSize, |
| 337 | const void* Values |
| 338 | ); |
| 339 | extern "C" BOOL EventPipeEventEnabledGCBulkRCW(); |
| 340 | extern "C" ULONG EventPipeWriteEventGCBulkRCW( |
| 341 | const unsigned int Count, |
| 342 | const unsigned short ClrInstanceID, |
| 343 | int Values_ElementSize, |
| 344 | const void* Values |
| 345 | ); |
| 346 | extern "C" BOOL EventPipeEventEnabledGCBulkRootStaticVar(); |
| 347 | extern "C" ULONG EventPipeWriteEventGCBulkRootStaticVar( |
| 348 | const unsigned int Count, |
| 349 | const unsigned __int64 AppDomainID, |
| 350 | const unsigned short ClrInstanceID, |
| 351 | int Values_ElementSize, |
| 352 | const void* Values |
| 353 | ); |
| 354 | extern "C" BOOL EventPipeEventEnabledGCDynamicEvent(); |
| 355 | extern "C" ULONG EventPipeWriteEventGCDynamicEvent( |
| 356 | PCWSTR Name, |
| 357 | const unsigned int DataSize, |
| 358 | const BYTE* Data, |
| 359 | const unsigned short ClrInstanceID |
| 360 | ); |
| 361 | extern "C" BOOL EventPipeEventEnabledWorkerThreadCreate(); |
| 362 | extern "C" ULONG EventPipeWriteEventWorkerThreadCreate( |
| 363 | const unsigned int WorkerThreadCount, |
| 364 | const unsigned int RetiredWorkerThreads |
| 365 | ); |
| 366 | extern "C" BOOL EventPipeEventEnabledWorkerThreadTerminate(); |
| 367 | extern "C" ULONG EventPipeWriteEventWorkerThreadTerminate( |
| 368 | const unsigned int WorkerThreadCount, |
| 369 | const unsigned int RetiredWorkerThreads |
| 370 | ); |
| 371 | extern "C" BOOL EventPipeEventEnabledWorkerThreadRetire(); |
| 372 | extern "C" ULONG EventPipeWriteEventWorkerThreadRetire( |
| 373 | const unsigned int WorkerThreadCount, |
| 374 | const unsigned int RetiredWorkerThreads |
| 375 | ); |
| 376 | extern "C" BOOL EventPipeEventEnabledWorkerThreadUnretire(); |
| 377 | extern "C" ULONG EventPipeWriteEventWorkerThreadUnretire( |
| 378 | const unsigned int WorkerThreadCount, |
| 379 | const unsigned int RetiredWorkerThreads |
| 380 | ); |
| 381 | extern "C" BOOL EventPipeEventEnabledIOThreadCreate(); |
| 382 | extern "C" ULONG EventPipeWriteEventIOThreadCreate( |
| 383 | const unsigned int IOThreadCount, |
| 384 | const unsigned int RetiredIOThreads |
| 385 | ); |
| 386 | extern "C" BOOL EventPipeEventEnabledIOThreadCreate_V1(); |
| 387 | extern "C" ULONG EventPipeWriteEventIOThreadCreate_V1( |
| 388 | const unsigned int IOThreadCount, |
| 389 | const unsigned int RetiredIOThreads, |
| 390 | const unsigned short ClrInstanceID |
| 391 | ); |
| 392 | extern "C" BOOL EventPipeEventEnabledIOThreadTerminate(); |
| 393 | extern "C" ULONG EventPipeWriteEventIOThreadTerminate( |
| 394 | const unsigned int IOThreadCount, |
| 395 | const unsigned int RetiredIOThreads |
| 396 | ); |
| 397 | extern "C" BOOL EventPipeEventEnabledIOThreadTerminate_V1(); |
| 398 | extern "C" ULONG EventPipeWriteEventIOThreadTerminate_V1( |
| 399 | const unsigned int IOThreadCount, |
| 400 | const unsigned int RetiredIOThreads, |
| 401 | const unsigned short ClrInstanceID |
| 402 | ); |
| 403 | extern "C" BOOL EventPipeEventEnabledIOThreadRetire(); |
| 404 | extern "C" ULONG EventPipeWriteEventIOThreadRetire( |
| 405 | const unsigned int IOThreadCount, |
| 406 | const unsigned int RetiredIOThreads |
| 407 | ); |
| 408 | extern "C" BOOL EventPipeEventEnabledIOThreadRetire_V1(); |
| 409 | extern "C" ULONG EventPipeWriteEventIOThreadRetire_V1( |
| 410 | const unsigned int IOThreadCount, |
| 411 | const unsigned int RetiredIOThreads, |
| 412 | const unsigned short ClrInstanceID |
| 413 | ); |
| 414 | extern "C" BOOL EventPipeEventEnabledIOThreadUnretire(); |
| 415 | extern "C" ULONG EventPipeWriteEventIOThreadUnretire( |
| 416 | const unsigned int IOThreadCount, |
| 417 | const unsigned int RetiredIOThreads |
| 418 | ); |
| 419 | extern "C" BOOL EventPipeEventEnabledIOThreadUnretire_V1(); |
| 420 | extern "C" ULONG EventPipeWriteEventIOThreadUnretire_V1( |
| 421 | const unsigned int IOThreadCount, |
| 422 | const unsigned int RetiredIOThreads, |
| 423 | const unsigned short ClrInstanceID |
| 424 | ); |
| 425 | extern "C" BOOL EventPipeEventEnabledThreadpoolSuspensionSuspendThread(); |
| 426 | extern "C" ULONG EventPipeWriteEventThreadpoolSuspensionSuspendThread( |
| 427 | const unsigned int ClrThreadID, |
| 428 | const unsigned int CpuUtilization |
| 429 | ); |
| 430 | extern "C" BOOL EventPipeEventEnabledThreadpoolSuspensionResumeThread(); |
| 431 | extern "C" ULONG EventPipeWriteEventThreadpoolSuspensionResumeThread( |
| 432 | const unsigned int ClrThreadID, |
| 433 | const unsigned int CpuUtilization |
| 434 | ); |
| 435 | extern "C" BOOL EventPipeEventEnabledThreadPoolWorkerThreadStart(); |
| 436 | extern "C" ULONG EventPipeWriteEventThreadPoolWorkerThreadStart( |
| 437 | const unsigned int ActiveWorkerThreadCount, |
| 438 | const unsigned int RetiredWorkerThreadCount, |
| 439 | const unsigned short ClrInstanceID |
| 440 | ); |
| 441 | extern "C" BOOL EventPipeEventEnabledThreadPoolWorkerThreadStop(); |
| 442 | extern "C" ULONG EventPipeWriteEventThreadPoolWorkerThreadStop( |
| 443 | const unsigned int ActiveWorkerThreadCount, |
| 444 | const unsigned int RetiredWorkerThreadCount, |
| 445 | const unsigned short ClrInstanceID |
| 446 | ); |
| 447 | extern "C" BOOL EventPipeEventEnabledThreadPoolWorkerThreadRetirementStart(); |
| 448 | extern "C" ULONG EventPipeWriteEventThreadPoolWorkerThreadRetirementStart( |
| 449 | const unsigned int ActiveWorkerThreadCount, |
| 450 | const unsigned int RetiredWorkerThreadCount, |
| 451 | const unsigned short ClrInstanceID |
| 452 | ); |
| 453 | extern "C" BOOL EventPipeEventEnabledThreadPoolWorkerThreadRetirementStop(); |
| 454 | extern "C" ULONG EventPipeWriteEventThreadPoolWorkerThreadRetirementStop( |
| 455 | const unsigned int ActiveWorkerThreadCount, |
| 456 | const unsigned int RetiredWorkerThreadCount, |
| 457 | const unsigned short ClrInstanceID |
| 458 | ); |
| 459 | extern "C" BOOL EventPipeEventEnabledThreadPoolWorkerThreadAdjustmentSample(); |
| 460 | extern "C" ULONG EventPipeWriteEventThreadPoolWorkerThreadAdjustmentSample( |
| 461 | const double Throughput, |
| 462 | const unsigned short ClrInstanceID |
| 463 | ); |
| 464 | extern "C" BOOL EventPipeEventEnabledThreadPoolWorkerThreadAdjustmentAdjustment(); |
| 465 | extern "C" ULONG EventPipeWriteEventThreadPoolWorkerThreadAdjustmentAdjustment( |
| 466 | const double AverageThroughput, |
| 467 | const unsigned int NewWorkerThreadCount, |
| 468 | const unsigned int Reason, |
| 469 | const unsigned short ClrInstanceID |
| 470 | ); |
| 471 | extern "C" BOOL EventPipeEventEnabledThreadPoolWorkerThreadAdjustmentStats(); |
| 472 | extern "C" ULONG EventPipeWriteEventThreadPoolWorkerThreadAdjustmentStats( |
| 473 | const double Duration, |
| 474 | const double Throughput, |
| 475 | const double ThreadWave, |
| 476 | const double ThroughputWave, |
| 477 | const double ThroughputErrorEstimate, |
| 478 | const double AverageThroughputErrorEstimate, |
| 479 | const double ThroughputRatio, |
| 480 | const double Confidence, |
| 481 | const double NewControlSetting, |
| 482 | const unsigned short NewThreadWaveMagnitude, |
| 483 | const unsigned short ClrInstanceID |
| 484 | ); |
| 485 | extern "C" BOOL EventPipeEventEnabledThreadPoolWorkerThreadWait(); |
| 486 | extern "C" ULONG EventPipeWriteEventThreadPoolWorkerThreadWait( |
| 487 | const unsigned int ActiveWorkerThreadCount, |
| 488 | const unsigned int RetiredWorkerThreadCount, |
| 489 | const unsigned short ClrInstanceID |
| 490 | ); |
| 491 | extern "C" BOOL EventPipeEventEnabledThreadPoolWorkingThreadCount(); |
| 492 | extern "C" ULONG EventPipeWriteEventThreadPoolWorkingThreadCount( |
| 493 | const unsigned int Count, |
| 494 | const unsigned short ClrInstanceID |
| 495 | ); |
| 496 | extern "C" BOOL EventPipeEventEnabledThreadPoolEnqueue(); |
| 497 | extern "C" ULONG EventPipeWriteEventThreadPoolEnqueue( |
| 498 | const void* WorkID, |
| 499 | const unsigned short ClrInstanceID |
| 500 | ); |
| 501 | extern "C" BOOL EventPipeEventEnabledThreadPoolDequeue(); |
| 502 | extern "C" ULONG EventPipeWriteEventThreadPoolDequeue( |
| 503 | const void* WorkID, |
| 504 | const unsigned short ClrInstanceID |
| 505 | ); |
| 506 | extern "C" BOOL EventPipeEventEnabledThreadPoolIOEnqueue(); |
| 507 | extern "C" ULONG EventPipeWriteEventThreadPoolIOEnqueue( |
| 508 | const void* NativeOverlapped, |
| 509 | const void* Overlapped, |
| 510 | const BOOL MultiDequeues, |
| 511 | const unsigned short ClrInstanceID |
| 512 | ); |
| 513 | extern "C" BOOL EventPipeEventEnabledThreadPoolIODequeue(); |
| 514 | extern "C" ULONG EventPipeWriteEventThreadPoolIODequeue( |
| 515 | const void* NativeOverlapped, |
| 516 | const void* Overlapped, |
| 517 | const unsigned short ClrInstanceID |
| 518 | ); |
| 519 | extern "C" BOOL EventPipeEventEnabledThreadPoolIOPack(); |
| 520 | extern "C" ULONG EventPipeWriteEventThreadPoolIOPack( |
| 521 | const void* NativeOverlapped, |
| 522 | const void* Overlapped, |
| 523 | const unsigned short ClrInstanceID |
| 524 | ); |
| 525 | extern "C" BOOL EventPipeEventEnabledThreadCreating(); |
| 526 | extern "C" ULONG EventPipeWriteEventThreadCreating( |
| 527 | const void* ID, |
| 528 | const unsigned short ClrInstanceID |
| 529 | ); |
| 530 | extern "C" BOOL EventPipeEventEnabledThreadRunning(); |
| 531 | extern "C" ULONG EventPipeWriteEventThreadRunning( |
| 532 | const void* ID, |
| 533 | const unsigned short ClrInstanceID |
| 534 | ); |
| 535 | extern "C" BOOL EventPipeEventEnabledExceptionThrown(); |
| 536 | extern "C" ULONG EventPipeWriteEventExceptionThrown( |
| 537 | |
| 538 | ); |
| 539 | extern "C" BOOL EventPipeEventEnabledExceptionThrown_V1(); |
| 540 | extern "C" ULONG EventPipeWriteEventExceptionThrown_V1( |
| 541 | PCWSTR ExceptionType, |
| 542 | PCWSTR ExceptionMessage, |
| 543 | const void* ExceptionEIP, |
| 544 | const unsigned int ExceptionHRESULT, |
| 545 | const unsigned short ExceptionFlags, |
| 546 | const unsigned short ClrInstanceID |
| 547 | ); |
| 548 | extern "C" BOOL EventPipeEventEnabledExceptionCatchStart(); |
| 549 | extern "C" ULONG EventPipeWriteEventExceptionCatchStart( |
| 550 | const unsigned __int64 EntryEIP, |
| 551 | const unsigned __int64 MethodID, |
| 552 | PCWSTR MethodName, |
| 553 | const unsigned short ClrInstanceID |
| 554 | ); |
| 555 | extern "C" BOOL EventPipeEventEnabledExceptionCatchStop(); |
| 556 | extern "C" ULONG EventPipeWriteEventExceptionCatchStop( |
| 557 | |
| 558 | ); |
| 559 | extern "C" BOOL EventPipeEventEnabledExceptionFinallyStart(); |
| 560 | extern "C" ULONG EventPipeWriteEventExceptionFinallyStart( |
| 561 | const unsigned __int64 EntryEIP, |
| 562 | const unsigned __int64 MethodID, |
| 563 | PCWSTR MethodName, |
| 564 | const unsigned short ClrInstanceID |
| 565 | ); |
| 566 | extern "C" BOOL EventPipeEventEnabledExceptionFinallyStop(); |
| 567 | extern "C" ULONG EventPipeWriteEventExceptionFinallyStop( |
| 568 | |
| 569 | ); |
| 570 | extern "C" BOOL EventPipeEventEnabledExceptionFilterStart(); |
| 571 | extern "C" ULONG EventPipeWriteEventExceptionFilterStart( |
| 572 | const unsigned __int64 EntryEIP, |
| 573 | const unsigned __int64 MethodID, |
| 574 | PCWSTR MethodName, |
| 575 | const unsigned short ClrInstanceID |
| 576 | ); |
| 577 | extern "C" BOOL EventPipeEventEnabledExceptionFilterStop(); |
| 578 | extern "C" ULONG EventPipeWriteEventExceptionFilterStop( |
| 579 | |
| 580 | ); |
| 581 | extern "C" BOOL EventPipeEventEnabledExceptionThrownStop(); |
| 582 | extern "C" ULONG EventPipeWriteEventExceptionThrownStop( |
| 583 | |
| 584 | ); |
| 585 | extern "C" BOOL EventPipeEventEnabledContention(); |
| 586 | extern "C" ULONG EventPipeWriteEventContention( |
| 587 | |
| 588 | ); |
| 589 | extern "C" BOOL EventPipeEventEnabledContentionStart_V1(); |
| 590 | extern "C" ULONG EventPipeWriteEventContentionStart_V1( |
| 591 | const unsigned char ContentionFlags, |
| 592 | const unsigned short ClrInstanceID |
| 593 | ); |
| 594 | extern "C" BOOL EventPipeEventEnabledContentionStop(); |
| 595 | extern "C" ULONG EventPipeWriteEventContentionStop( |
| 596 | const unsigned char ContentionFlags, |
| 597 | const unsigned short ClrInstanceID |
| 598 | ); |
| 599 | extern "C" BOOL EventPipeEventEnabledCLRStackWalk(); |
| 600 | extern "C" ULONG EventPipeWriteEventCLRStackWalk( |
| 601 | const unsigned short ClrInstanceID, |
| 602 | const unsigned char Reserved1, |
| 603 | const unsigned char Reserved2, |
| 604 | const unsigned int FrameCount, |
| 605 | const void** Stack |
| 606 | ); |
| 607 | extern "C" BOOL EventPipeEventEnabledAppDomainMemAllocated(); |
| 608 | extern "C" ULONG EventPipeWriteEventAppDomainMemAllocated( |
| 609 | const unsigned __int64 AppDomainID, |
| 610 | const unsigned __int64 Allocated, |
| 611 | const unsigned short ClrInstanceID |
| 612 | ); |
| 613 | extern "C" BOOL EventPipeEventEnabledAppDomainMemSurvived(); |
| 614 | extern "C" ULONG EventPipeWriteEventAppDomainMemSurvived( |
| 615 | const unsigned __int64 AppDomainID, |
| 616 | const unsigned __int64 Survived, |
| 617 | const unsigned __int64 ProcessSurvived, |
| 618 | const unsigned short ClrInstanceID |
| 619 | ); |
| 620 | extern "C" BOOL EventPipeEventEnabledThreadCreated(); |
| 621 | extern "C" ULONG EventPipeWriteEventThreadCreated( |
| 622 | const unsigned __int64 ManagedThreadID, |
| 623 | const unsigned __int64 AppDomainID, |
| 624 | const unsigned int Flags, |
| 625 | const unsigned int ManagedThreadIndex, |
| 626 | const unsigned int OSThreadID, |
| 627 | const unsigned short ClrInstanceID |
| 628 | ); |
| 629 | extern "C" BOOL EventPipeEventEnabledThreadTerminated(); |
| 630 | extern "C" ULONG EventPipeWriteEventThreadTerminated( |
| 631 | const unsigned __int64 ManagedThreadID, |
| 632 | const unsigned __int64 AppDomainID, |
| 633 | const unsigned short ClrInstanceID |
| 634 | ); |
| 635 | extern "C" BOOL EventPipeEventEnabledThreadDomainEnter(); |
| 636 | extern "C" ULONG EventPipeWriteEventThreadDomainEnter( |
| 637 | const unsigned __int64 ManagedThreadID, |
| 638 | const unsigned __int64 AppDomainID, |
| 639 | const unsigned short ClrInstanceID |
| 640 | ); |
| 641 | extern "C" BOOL EventPipeEventEnabledILStubGenerated(); |
| 642 | extern "C" ULONG EventPipeWriteEventILStubGenerated( |
| 643 | const unsigned short ClrInstanceID, |
| 644 | const unsigned __int64 ModuleID, |
| 645 | const unsigned __int64 StubMethodID, |
| 646 | const unsigned int StubFlags, |
| 647 | const unsigned int ManagedInteropMethodToken, |
| 648 | PCWSTR ManagedInteropMethodNamespace, |
| 649 | PCWSTR ManagedInteropMethodName, |
| 650 | PCWSTR ManagedInteropMethodSignature, |
| 651 | PCWSTR NativeMethodSignature, |
| 652 | PCWSTR StubMethodSignature, |
| 653 | PCWSTR StubMethodILCode |
| 654 | ); |
| 655 | extern "C" BOOL EventPipeEventEnabledILStubCacheHit(); |
| 656 | extern "C" ULONG EventPipeWriteEventILStubCacheHit( |
| 657 | const unsigned short ClrInstanceID, |
| 658 | const unsigned __int64 ModuleID, |
| 659 | const unsigned __int64 StubMethodID, |
| 660 | const unsigned int ManagedInteropMethodToken, |
| 661 | PCWSTR ManagedInteropMethodNamespace, |
| 662 | PCWSTR ManagedInteropMethodName, |
| 663 | PCWSTR ManagedInteropMethodSignature |
| 664 | ); |
| 665 | extern "C" BOOL EventPipeEventEnabledDCStartCompleteV2(); |
| 666 | extern "C" ULONG EventPipeWriteEventDCStartCompleteV2( |
| 667 | |
| 668 | ); |
| 669 | extern "C" BOOL EventPipeEventEnabledDCEndCompleteV2(); |
| 670 | extern "C" ULONG EventPipeWriteEventDCEndCompleteV2( |
| 671 | |
| 672 | ); |
| 673 | extern "C" BOOL EventPipeEventEnabledMethodDCStartV2(); |
| 674 | extern "C" ULONG EventPipeWriteEventMethodDCStartV2( |
| 675 | const unsigned __int64 MethodID, |
| 676 | const unsigned __int64 ModuleID, |
| 677 | const unsigned __int64 MethodStartAddress, |
| 678 | const unsigned int MethodSize, |
| 679 | const unsigned int MethodToken, |
| 680 | const unsigned int MethodFlags |
| 681 | ); |
| 682 | extern "C" BOOL EventPipeEventEnabledMethodDCEndV2(); |
| 683 | extern "C" ULONG EventPipeWriteEventMethodDCEndV2( |
| 684 | const unsigned __int64 MethodID, |
| 685 | const unsigned __int64 ModuleID, |
| 686 | const unsigned __int64 MethodStartAddress, |
| 687 | const unsigned int MethodSize, |
| 688 | const unsigned int MethodToken, |
| 689 | const unsigned int MethodFlags |
| 690 | ); |
| 691 | extern "C" BOOL EventPipeEventEnabledMethodDCStartVerboseV2(); |
| 692 | extern "C" ULONG EventPipeWriteEventMethodDCStartVerboseV2( |
| 693 | const unsigned __int64 MethodID, |
| 694 | const unsigned __int64 ModuleID, |
| 695 | const unsigned __int64 MethodStartAddress, |
| 696 | const unsigned int MethodSize, |
| 697 | const unsigned int MethodToken, |
| 698 | const unsigned int MethodFlags, |
| 699 | PCWSTR MethodNamespace, |
| 700 | PCWSTR MethodName, |
| 701 | PCWSTR MethodSignature |
| 702 | ); |
| 703 | extern "C" BOOL EventPipeEventEnabledMethodDCEndVerboseV2(); |
| 704 | extern "C" ULONG EventPipeWriteEventMethodDCEndVerboseV2( |
| 705 | const unsigned __int64 MethodID, |
| 706 | const unsigned __int64 ModuleID, |
| 707 | const unsigned __int64 MethodStartAddress, |
| 708 | const unsigned int MethodSize, |
| 709 | const unsigned int MethodToken, |
| 710 | const unsigned int MethodFlags, |
| 711 | PCWSTR MethodNamespace, |
| 712 | PCWSTR MethodName, |
| 713 | PCWSTR MethodSignature |
| 714 | ); |
| 715 | extern "C" BOOL EventPipeEventEnabledMethodLoad(); |
| 716 | extern "C" ULONG EventPipeWriteEventMethodLoad( |
| 717 | const unsigned __int64 MethodID, |
| 718 | const unsigned __int64 ModuleID, |
| 719 | const unsigned __int64 MethodStartAddress, |
| 720 | const unsigned int MethodSize, |
| 721 | const unsigned int MethodToken, |
| 722 | const unsigned int MethodFlags |
| 723 | ); |
| 724 | extern "C" BOOL EventPipeEventEnabledMethodLoad_V1(); |
| 725 | extern "C" ULONG EventPipeWriteEventMethodLoad_V1( |
| 726 | const unsigned __int64 MethodID, |
| 727 | const unsigned __int64 ModuleID, |
| 728 | const unsigned __int64 MethodStartAddress, |
| 729 | const unsigned int MethodSize, |
| 730 | const unsigned int MethodToken, |
| 731 | const unsigned int MethodFlags, |
| 732 | const unsigned short ClrInstanceID |
| 733 | ); |
| 734 | extern "C" BOOL EventPipeEventEnabledMethodLoad_V2(); |
| 735 | extern "C" ULONG EventPipeWriteEventMethodLoad_V2( |
| 736 | const unsigned __int64 MethodID, |
| 737 | const unsigned __int64 ModuleID, |
| 738 | const unsigned __int64 MethodStartAddress, |
| 739 | const unsigned int MethodSize, |
| 740 | const unsigned int MethodToken, |
| 741 | const unsigned int MethodFlags, |
| 742 | const unsigned short ClrInstanceID, |
| 743 | const unsigned __int64 ReJITID |
| 744 | ); |
| 745 | extern "C" BOOL EventPipeEventEnabledMethodUnload(); |
| 746 | extern "C" ULONG EventPipeWriteEventMethodUnload( |
| 747 | const unsigned __int64 MethodID, |
| 748 | const unsigned __int64 ModuleID, |
| 749 | const unsigned __int64 MethodStartAddress, |
| 750 | const unsigned int MethodSize, |
| 751 | const unsigned int MethodToken, |
| 752 | const unsigned int MethodFlags |
| 753 | ); |
| 754 | extern "C" BOOL EventPipeEventEnabledMethodUnload_V1(); |
| 755 | extern "C" ULONG EventPipeWriteEventMethodUnload_V1( |
| 756 | const unsigned __int64 MethodID, |
| 757 | const unsigned __int64 ModuleID, |
| 758 | const unsigned __int64 MethodStartAddress, |
| 759 | const unsigned int MethodSize, |
| 760 | const unsigned int MethodToken, |
| 761 | const unsigned int MethodFlags, |
| 762 | const unsigned short ClrInstanceID |
| 763 | ); |
| 764 | extern "C" BOOL EventPipeEventEnabledMethodUnload_V2(); |
| 765 | extern "C" ULONG EventPipeWriteEventMethodUnload_V2( |
| 766 | const unsigned __int64 MethodID, |
| 767 | const unsigned __int64 ModuleID, |
| 768 | const unsigned __int64 MethodStartAddress, |
| 769 | const unsigned int MethodSize, |
| 770 | const unsigned int MethodToken, |
| 771 | const unsigned int MethodFlags, |
| 772 | const unsigned short ClrInstanceID, |
| 773 | const unsigned __int64 ReJITID |
| 774 | ); |
| 775 | extern "C" BOOL EventPipeEventEnabledMethodLoadVerbose(); |
| 776 | extern "C" ULONG EventPipeWriteEventMethodLoadVerbose( |
| 777 | const unsigned __int64 MethodID, |
| 778 | const unsigned __int64 ModuleID, |
| 779 | const unsigned __int64 MethodStartAddress, |
| 780 | const unsigned int MethodSize, |
| 781 | const unsigned int MethodToken, |
| 782 | const unsigned int MethodFlags, |
| 783 | PCWSTR MethodNamespace, |
| 784 | PCWSTR MethodName, |
| 785 | PCWSTR MethodSignature |
| 786 | ); |
| 787 | extern "C" BOOL EventPipeEventEnabledMethodLoadVerbose_V1(); |
| 788 | extern "C" ULONG EventPipeWriteEventMethodLoadVerbose_V1( |
| 789 | const unsigned __int64 MethodID, |
| 790 | const unsigned __int64 ModuleID, |
| 791 | const unsigned __int64 MethodStartAddress, |
| 792 | const unsigned int MethodSize, |
| 793 | const unsigned int MethodToken, |
| 794 | const unsigned int MethodFlags, |
| 795 | PCWSTR MethodNamespace, |
| 796 | PCWSTR MethodName, |
| 797 | PCWSTR MethodSignature, |
| 798 | const unsigned short ClrInstanceID |
| 799 | ); |
| 800 | extern "C" BOOL EventPipeEventEnabledMethodLoadVerbose_V2(); |
| 801 | extern "C" ULONG EventPipeWriteEventMethodLoadVerbose_V2( |
| 802 | const unsigned __int64 MethodID, |
| 803 | const unsigned __int64 ModuleID, |
| 804 | const unsigned __int64 MethodStartAddress, |
| 805 | const unsigned int MethodSize, |
| 806 | const unsigned int MethodToken, |
| 807 | const unsigned int MethodFlags, |
| 808 | PCWSTR MethodNamespace, |
| 809 | PCWSTR MethodName, |
| 810 | PCWSTR MethodSignature, |
| 811 | const unsigned short ClrInstanceID, |
| 812 | const unsigned __int64 ReJITID |
| 813 | ); |
| 814 | extern "C" BOOL EventPipeEventEnabledMethodUnloadVerbose(); |
| 815 | extern "C" ULONG EventPipeWriteEventMethodUnloadVerbose( |
| 816 | const unsigned __int64 MethodID, |
| 817 | const unsigned __int64 ModuleID, |
| 818 | const unsigned __int64 MethodStartAddress, |
| 819 | const unsigned int MethodSize, |
| 820 | const unsigned int MethodToken, |
| 821 | const unsigned int MethodFlags, |
| 822 | PCWSTR MethodNamespace, |
| 823 | PCWSTR MethodName, |
| 824 | PCWSTR MethodSignature |
| 825 | ); |
| 826 | extern "C" BOOL EventPipeEventEnabledMethodUnloadVerbose_V1(); |
| 827 | extern "C" ULONG EventPipeWriteEventMethodUnloadVerbose_V1( |
| 828 | const unsigned __int64 MethodID, |
| 829 | const unsigned __int64 ModuleID, |
| 830 | const unsigned __int64 MethodStartAddress, |
| 831 | const unsigned int MethodSize, |
| 832 | const unsigned int MethodToken, |
| 833 | const unsigned int MethodFlags, |
| 834 | PCWSTR MethodNamespace, |
| 835 | PCWSTR MethodName, |
| 836 | PCWSTR MethodSignature, |
| 837 | const unsigned short ClrInstanceID |
| 838 | ); |
| 839 | extern "C" BOOL EventPipeEventEnabledMethodUnloadVerbose_V2(); |
| 840 | extern "C" ULONG EventPipeWriteEventMethodUnloadVerbose_V2( |
| 841 | const unsigned __int64 MethodID, |
| 842 | const unsigned __int64 ModuleID, |
| 843 | const unsigned __int64 MethodStartAddress, |
| 844 | const unsigned int MethodSize, |
| 845 | const unsigned int MethodToken, |
| 846 | const unsigned int MethodFlags, |
| 847 | PCWSTR MethodNamespace, |
| 848 | PCWSTR MethodName, |
| 849 | PCWSTR MethodSignature, |
| 850 | const unsigned short ClrInstanceID, |
| 851 | const unsigned __int64 ReJITID |
| 852 | ); |
| 853 | extern "C" BOOL EventPipeEventEnabledMethodJittingStarted(); |
| 854 | extern "C" ULONG EventPipeWriteEventMethodJittingStarted( |
| 855 | const unsigned __int64 MethodID, |
| 856 | const unsigned __int64 ModuleID, |
| 857 | const unsigned int MethodToken, |
| 858 | const unsigned int MethodILSize, |
| 859 | PCWSTR MethodNamespace, |
| 860 | PCWSTR MethodName, |
| 861 | PCWSTR MethodSignature |
| 862 | ); |
| 863 | extern "C" BOOL EventPipeEventEnabledMethodJittingStarted_V1(); |
| 864 | extern "C" ULONG EventPipeWriteEventMethodJittingStarted_V1( |
| 865 | const unsigned __int64 MethodID, |
| 866 | const unsigned __int64 ModuleID, |
| 867 | const unsigned int MethodToken, |
| 868 | const unsigned int MethodILSize, |
| 869 | PCWSTR MethodNamespace, |
| 870 | PCWSTR MethodName, |
| 871 | PCWSTR MethodSignature, |
| 872 | const unsigned short ClrInstanceID |
| 873 | ); |
| 874 | extern "C" BOOL EventPipeEventEnabledMethodJitInliningSucceeded(); |
| 875 | extern "C" ULONG EventPipeWriteEventMethodJitInliningSucceeded( |
| 876 | PCWSTR MethodBeingCompiledNamespace, |
| 877 | PCWSTR MethodBeingCompiledName, |
| 878 | PCWSTR MethodBeingCompiledNameSignature, |
| 879 | PCWSTR InlinerNamespace, |
| 880 | PCWSTR InlinerName, |
| 881 | PCWSTR InlinerNameSignature, |
| 882 | PCWSTR InlineeNamespace, |
| 883 | PCWSTR InlineeName, |
| 884 | PCWSTR InlineeNameSignature, |
| 885 | const unsigned short ClrInstanceID |
| 886 | ); |
| 887 | extern "C" BOOL EventPipeEventEnabledMethodJitInliningFailedAnsi(); |
| 888 | extern "C" ULONG EventPipeWriteEventMethodJitInliningFailedAnsi( |
| 889 | PCWSTR MethodBeingCompiledNamespace, |
| 890 | PCWSTR MethodBeingCompiledName, |
| 891 | PCWSTR MethodBeingCompiledNameSignature, |
| 892 | PCWSTR InlinerNamespace, |
| 893 | PCWSTR InlinerName, |
| 894 | PCWSTR InlinerNameSignature, |
| 895 | PCWSTR InlineeNamespace, |
| 896 | PCWSTR InlineeName, |
| 897 | PCWSTR InlineeNameSignature, |
| 898 | const BOOL FailAlways, |
| 899 | LPCSTR FailReason, |
| 900 | const unsigned short ClrInstanceID |
| 901 | ); |
| 902 | extern "C" BOOL EventPipeEventEnabledMethodJitTailCallSucceeded(); |
| 903 | extern "C" ULONG EventPipeWriteEventMethodJitTailCallSucceeded( |
| 904 | PCWSTR MethodBeingCompiledNamespace, |
| 905 | PCWSTR MethodBeingCompiledName, |
| 906 | PCWSTR MethodBeingCompiledNameSignature, |
| 907 | PCWSTR CallerNamespace, |
| 908 | PCWSTR CallerName, |
| 909 | PCWSTR CallerNameSignature, |
| 910 | PCWSTR CalleeNamespace, |
| 911 | PCWSTR CalleeName, |
| 912 | PCWSTR CalleeNameSignature, |
| 913 | const BOOL TailPrefix, |
| 914 | const unsigned int TailCallType, |
| 915 | const unsigned short ClrInstanceID |
| 916 | ); |
| 917 | extern "C" BOOL EventPipeEventEnabledMethodJitTailCallFailedAnsi(); |
| 918 | extern "C" ULONG EventPipeWriteEventMethodJitTailCallFailedAnsi( |
| 919 | PCWSTR MethodBeingCompiledNamespace, |
| 920 | PCWSTR MethodBeingCompiledName, |
| 921 | PCWSTR MethodBeingCompiledNameSignature, |
| 922 | PCWSTR CallerNamespace, |
| 923 | PCWSTR CallerName, |
| 924 | PCWSTR CallerNameSignature, |
| 925 | PCWSTR CalleeNamespace, |
| 926 | PCWSTR CalleeName, |
| 927 | PCWSTR CalleeNameSignature, |
| 928 | const BOOL TailPrefix, |
| 929 | LPCSTR FailReason, |
| 930 | const unsigned short ClrInstanceID |
| 931 | ); |
| 932 | extern "C" BOOL EventPipeEventEnabledMethodILToNativeMap(); |
| 933 | extern "C" ULONG EventPipeWriteEventMethodILToNativeMap( |
| 934 | const unsigned __int64 MethodID, |
| 935 | const unsigned __int64 ReJITID, |
| 936 | const unsigned char MethodExtent, |
| 937 | const unsigned short CountOfMapEntries, |
| 938 | const unsigned int* ILOffsets, |
| 939 | const unsigned int* NativeOffsets, |
| 940 | const unsigned short ClrInstanceID |
| 941 | ); |
| 942 | extern "C" BOOL EventPipeEventEnabledMethodJitTailCallFailed(); |
| 943 | extern "C" ULONG EventPipeWriteEventMethodJitTailCallFailed( |
| 944 | PCWSTR MethodBeingCompiledNamespace, |
| 945 | PCWSTR MethodBeingCompiledName, |
| 946 | PCWSTR MethodBeingCompiledNameSignature, |
| 947 | PCWSTR CallerNamespace, |
| 948 | PCWSTR CallerName, |
| 949 | PCWSTR CallerNameSignature, |
| 950 | PCWSTR CalleeNamespace, |
| 951 | PCWSTR CalleeName, |
| 952 | PCWSTR CalleeNameSignature, |
| 953 | const BOOL TailPrefix, |
| 954 | PCWSTR FailReason, |
| 955 | const unsigned short ClrInstanceID |
| 956 | ); |
| 957 | extern "C" BOOL EventPipeEventEnabledMethodJitInliningFailed(); |
| 958 | extern "C" ULONG EventPipeWriteEventMethodJitInliningFailed( |
| 959 | PCWSTR MethodBeingCompiledNamespace, |
| 960 | PCWSTR MethodBeingCompiledName, |
| 961 | PCWSTR MethodBeingCompiledNameSignature, |
| 962 | PCWSTR InlinerNamespace, |
| 963 | PCWSTR InlinerName, |
| 964 | PCWSTR InlinerNameSignature, |
| 965 | PCWSTR InlineeNamespace, |
| 966 | PCWSTR InlineeName, |
| 967 | PCWSTR InlineeNameSignature, |
| 968 | const BOOL FailAlways, |
| 969 | PCWSTR FailReason, |
| 970 | const unsigned short ClrInstanceID |
| 971 | ); |
| 972 | extern "C" BOOL EventPipeEventEnabledModuleDCStartV2(); |
| 973 | extern "C" ULONG EventPipeWriteEventModuleDCStartV2( |
| 974 | const unsigned __int64 ModuleID, |
| 975 | const unsigned __int64 AssemblyID, |
| 976 | const unsigned int ModuleFlags, |
| 977 | const unsigned int Reserved1, |
| 978 | PCWSTR ModuleILPath, |
| 979 | PCWSTR ModuleNativePath |
| 980 | ); |
| 981 | extern "C" BOOL EventPipeEventEnabledModuleDCEndV2(); |
| 982 | extern "C" ULONG EventPipeWriteEventModuleDCEndV2( |
| 983 | const unsigned __int64 ModuleID, |
| 984 | const unsigned __int64 AssemblyID, |
| 985 | const unsigned int ModuleFlags, |
| 986 | const unsigned int Reserved1, |
| 987 | PCWSTR ModuleILPath, |
| 988 | PCWSTR ModuleNativePath |
| 989 | ); |
| 990 | extern "C" BOOL EventPipeEventEnabledDomainModuleLoad(); |
| 991 | extern "C" ULONG EventPipeWriteEventDomainModuleLoad( |
| 992 | const unsigned __int64 ModuleID, |
| 993 | const unsigned __int64 AssemblyID, |
| 994 | const unsigned __int64 AppDomainID, |
| 995 | const unsigned int ModuleFlags, |
| 996 | const unsigned int Reserved1, |
| 997 | PCWSTR ModuleILPath, |
| 998 | PCWSTR ModuleNativePath |
| 999 | ); |
| 1000 | extern "C" BOOL EventPipeEventEnabledDomainModuleLoad_V1(); |
| 1001 | extern "C" ULONG EventPipeWriteEventDomainModuleLoad_V1( |
| 1002 | const unsigned __int64 ModuleID, |
| 1003 | const unsigned __int64 AssemblyID, |
| 1004 | const unsigned __int64 AppDomainID, |
| 1005 | const unsigned int ModuleFlags, |
| 1006 | const unsigned int Reserved1, |
| 1007 | PCWSTR ModuleILPath, |
| 1008 | PCWSTR ModuleNativePath, |
| 1009 | const unsigned short ClrInstanceID |
| 1010 | ); |
| 1011 | extern "C" BOOL EventPipeEventEnabledModuleLoad(); |
| 1012 | extern "C" ULONG EventPipeWriteEventModuleLoad( |
| 1013 | const unsigned __int64 ModuleID, |
| 1014 | const unsigned __int64 AssemblyID, |
| 1015 | const unsigned int ModuleFlags, |
| 1016 | const unsigned int Reserved1, |
| 1017 | PCWSTR ModuleILPath, |
| 1018 | PCWSTR ModuleNativePath |
| 1019 | ); |
| 1020 | extern "C" BOOL EventPipeEventEnabledModuleLoad_V1(); |
| 1021 | extern "C" ULONG EventPipeWriteEventModuleLoad_V1( |
| 1022 | const unsigned __int64 ModuleID, |
| 1023 | const unsigned __int64 AssemblyID, |
| 1024 | const unsigned int ModuleFlags, |
| 1025 | const unsigned int Reserved1, |
| 1026 | PCWSTR ModuleILPath, |
| 1027 | PCWSTR ModuleNativePath, |
| 1028 | const unsigned short ClrInstanceID |
| 1029 | ); |
| 1030 | extern "C" BOOL EventPipeEventEnabledModuleLoad_V2(); |
| 1031 | extern "C" ULONG EventPipeWriteEventModuleLoad_V2( |
| 1032 | const unsigned __int64 ModuleID, |
| 1033 | const unsigned __int64 AssemblyID, |
| 1034 | const unsigned int ModuleFlags, |
| 1035 | const unsigned int Reserved1, |
| 1036 | PCWSTR ModuleILPath, |
| 1037 | PCWSTR ModuleNativePath, |
| 1038 | const unsigned short ClrInstanceID, |
| 1039 | const GUID* ManagedPdbSignature, |
| 1040 | const unsigned int ManagedPdbAge, |
| 1041 | PCWSTR ManagedPdbBuildPath, |
| 1042 | const GUID* NativePdbSignature, |
| 1043 | const unsigned int NativePdbAge, |
| 1044 | PCWSTR NativePdbBuildPath |
| 1045 | ); |
| 1046 | extern "C" BOOL EventPipeEventEnabledModuleUnload(); |
| 1047 | extern "C" ULONG EventPipeWriteEventModuleUnload( |
| 1048 | const unsigned __int64 ModuleID, |
| 1049 | const unsigned __int64 AssemblyID, |
| 1050 | const unsigned int ModuleFlags, |
| 1051 | const unsigned int Reserved1, |
| 1052 | PCWSTR ModuleILPath, |
| 1053 | PCWSTR ModuleNativePath |
| 1054 | ); |
| 1055 | extern "C" BOOL EventPipeEventEnabledModuleUnload_V1(); |
| 1056 | extern "C" ULONG EventPipeWriteEventModuleUnload_V1( |
| 1057 | const unsigned __int64 ModuleID, |
| 1058 | const unsigned __int64 AssemblyID, |
| 1059 | const unsigned int ModuleFlags, |
| 1060 | const unsigned int Reserved1, |
| 1061 | PCWSTR ModuleILPath, |
| 1062 | PCWSTR ModuleNativePath, |
| 1063 | const unsigned short ClrInstanceID |
| 1064 | ); |
| 1065 | extern "C" BOOL EventPipeEventEnabledModuleUnload_V2(); |
| 1066 | extern "C" ULONG EventPipeWriteEventModuleUnload_V2( |
| 1067 | const unsigned __int64 ModuleID, |
| 1068 | const unsigned __int64 AssemblyID, |
| 1069 | const unsigned int ModuleFlags, |
| 1070 | const unsigned int Reserved1, |
| 1071 | PCWSTR ModuleILPath, |
| 1072 | PCWSTR ModuleNativePath, |
| 1073 | const unsigned short ClrInstanceID, |
| 1074 | const GUID* ManagedPdbSignature, |
| 1075 | const unsigned int ManagedPdbAge, |
| 1076 | PCWSTR ManagedPdbBuildPath, |
| 1077 | const GUID* NativePdbSignature, |
| 1078 | const unsigned int NativePdbAge, |
| 1079 | PCWSTR NativePdbBuildPath |
| 1080 | ); |
| 1081 | extern "C" BOOL EventPipeEventEnabledAssemblyLoad(); |
| 1082 | extern "C" ULONG EventPipeWriteEventAssemblyLoad( |
| 1083 | const unsigned __int64 AssemblyID, |
| 1084 | const unsigned __int64 AppDomainID, |
| 1085 | const unsigned int AssemblyFlags, |
| 1086 | PCWSTR FullyQualifiedAssemblyName |
| 1087 | ); |
| 1088 | extern "C" BOOL EventPipeEventEnabledAssemblyLoad_V1(); |
| 1089 | extern "C" ULONG EventPipeWriteEventAssemblyLoad_V1( |
| 1090 | const unsigned __int64 AssemblyID, |
| 1091 | const unsigned __int64 AppDomainID, |
| 1092 | const unsigned __int64 BindingID, |
| 1093 | const unsigned int AssemblyFlags, |
| 1094 | PCWSTR FullyQualifiedAssemblyName, |
| 1095 | const unsigned short ClrInstanceID |
| 1096 | ); |
| 1097 | extern "C" BOOL EventPipeEventEnabledAssemblyUnload(); |
| 1098 | extern "C" ULONG EventPipeWriteEventAssemblyUnload( |
| 1099 | const unsigned __int64 AssemblyID, |
| 1100 | const unsigned __int64 AppDomainID, |
| 1101 | const unsigned int AssemblyFlags, |
| 1102 | PCWSTR FullyQualifiedAssemblyName |
| 1103 | ); |
| 1104 | extern "C" BOOL EventPipeEventEnabledAssemblyUnload_V1(); |
| 1105 | extern "C" ULONG EventPipeWriteEventAssemblyUnload_V1( |
| 1106 | const unsigned __int64 AssemblyID, |
| 1107 | const unsigned __int64 AppDomainID, |
| 1108 | const unsigned __int64 BindingID, |
| 1109 | const unsigned int AssemblyFlags, |
| 1110 | PCWSTR FullyQualifiedAssemblyName, |
| 1111 | const unsigned short ClrInstanceID |
| 1112 | ); |
| 1113 | extern "C" BOOL EventPipeEventEnabledAppDomainLoad(); |
| 1114 | extern "C" ULONG EventPipeWriteEventAppDomainLoad( |
| 1115 | const unsigned __int64 AppDomainID, |
| 1116 | const unsigned int AppDomainFlags, |
| 1117 | PCWSTR AppDomainName |
| 1118 | ); |
| 1119 | extern "C" BOOL EventPipeEventEnabledAppDomainLoad_V1(); |
| 1120 | extern "C" ULONG EventPipeWriteEventAppDomainLoad_V1( |
| 1121 | const unsigned __int64 AppDomainID, |
| 1122 | const unsigned int AppDomainFlags, |
| 1123 | PCWSTR AppDomainName, |
| 1124 | const unsigned int AppDomainIndex, |
| 1125 | const unsigned short ClrInstanceID |
| 1126 | ); |
| 1127 | extern "C" BOOL EventPipeEventEnabledAppDomainUnload(); |
| 1128 | extern "C" ULONG EventPipeWriteEventAppDomainUnload( |
| 1129 | const unsigned __int64 AppDomainID, |
| 1130 | const unsigned int AppDomainFlags, |
| 1131 | PCWSTR AppDomainName |
| 1132 | ); |
| 1133 | extern "C" BOOL EventPipeEventEnabledAppDomainUnload_V1(); |
| 1134 | extern "C" ULONG EventPipeWriteEventAppDomainUnload_V1( |
| 1135 | const unsigned __int64 AppDomainID, |
| 1136 | const unsigned int AppDomainFlags, |
| 1137 | PCWSTR AppDomainName, |
| 1138 | const unsigned int AppDomainIndex, |
| 1139 | const unsigned short ClrInstanceID |
| 1140 | ); |
| 1141 | extern "C" BOOL EventPipeEventEnabledModuleRangeLoad(); |
| 1142 | extern "C" ULONG EventPipeWriteEventModuleRangeLoad( |
| 1143 | const unsigned short ClrInstanceID, |
| 1144 | const unsigned __int64 ModuleID, |
| 1145 | const unsigned int RangeBegin, |
| 1146 | const unsigned int RangeSize, |
| 1147 | const unsigned char RangeType |
| 1148 | ); |
| 1149 | extern "C" BOOL EventPipeEventEnabledStrongNameVerificationStart(); |
| 1150 | extern "C" ULONG EventPipeWriteEventStrongNameVerificationStart( |
| 1151 | const unsigned int VerificationFlags, |
| 1152 | const unsigned int ErrorCode, |
| 1153 | PCWSTR FullyQualifiedAssemblyName |
| 1154 | ); |
| 1155 | extern "C" BOOL EventPipeEventEnabledStrongNameVerificationStart_V1(); |
| 1156 | extern "C" ULONG EventPipeWriteEventStrongNameVerificationStart_V1( |
| 1157 | const unsigned int VerificationFlags, |
| 1158 | const unsigned int ErrorCode, |
| 1159 | PCWSTR FullyQualifiedAssemblyName, |
| 1160 | const unsigned short ClrInstanceID |
| 1161 | ); |
| 1162 | extern "C" BOOL EventPipeEventEnabledStrongNameVerificationStop(); |
| 1163 | extern "C" ULONG EventPipeWriteEventStrongNameVerificationStop( |
| 1164 | const unsigned int VerificationFlags, |
| 1165 | const unsigned int ErrorCode, |
| 1166 | PCWSTR FullyQualifiedAssemblyName |
| 1167 | ); |
| 1168 | extern "C" BOOL EventPipeEventEnabledStrongNameVerificationStop_V1(); |
| 1169 | extern "C" ULONG EventPipeWriteEventStrongNameVerificationStop_V1( |
| 1170 | const unsigned int VerificationFlags, |
| 1171 | const unsigned int ErrorCode, |
| 1172 | PCWSTR FullyQualifiedAssemblyName, |
| 1173 | const unsigned short ClrInstanceID |
| 1174 | ); |
| 1175 | extern "C" BOOL EventPipeEventEnabledAuthenticodeVerificationStart(); |
| 1176 | extern "C" ULONG EventPipeWriteEventAuthenticodeVerificationStart( |
| 1177 | const unsigned int VerificationFlags, |
| 1178 | const unsigned int ErrorCode, |
| 1179 | PCWSTR ModulePath |
| 1180 | ); |
| 1181 | extern "C" BOOL EventPipeEventEnabledAuthenticodeVerificationStart_V1(); |
| 1182 | extern "C" ULONG EventPipeWriteEventAuthenticodeVerificationStart_V1( |
| 1183 | const unsigned int VerificationFlags, |
| 1184 | const unsigned int ErrorCode, |
| 1185 | PCWSTR ModulePath, |
| 1186 | const unsigned short ClrInstanceID |
| 1187 | ); |
| 1188 | extern "C" BOOL EventPipeEventEnabledAuthenticodeVerificationStop(); |
| 1189 | extern "C" ULONG EventPipeWriteEventAuthenticodeVerificationStop( |
| 1190 | const unsigned int VerificationFlags, |
| 1191 | const unsigned int ErrorCode, |
| 1192 | PCWSTR ModulePath |
| 1193 | ); |
| 1194 | extern "C" BOOL EventPipeEventEnabledAuthenticodeVerificationStop_V1(); |
| 1195 | extern "C" ULONG EventPipeWriteEventAuthenticodeVerificationStop_V1( |
| 1196 | const unsigned int VerificationFlags, |
| 1197 | const unsigned int ErrorCode, |
| 1198 | PCWSTR ModulePath, |
| 1199 | const unsigned short ClrInstanceID |
| 1200 | ); |
| 1201 | extern "C" BOOL EventPipeEventEnabledRuntimeInformationStart(); |
| 1202 | extern "C" ULONG EventPipeWriteEventRuntimeInformationStart( |
| 1203 | const unsigned short ClrInstanceID, |
| 1204 | const unsigned short Sku, |
| 1205 | const unsigned short BclMajorVersion, |
| 1206 | const unsigned short BclMinorVersion, |
| 1207 | const unsigned short BclBuildNumber, |
| 1208 | const unsigned short BclQfeNumber, |
| 1209 | const unsigned short VMMajorVersion, |
| 1210 | const unsigned short VMMinorVersion, |
| 1211 | const unsigned short VMBuildNumber, |
| 1212 | const unsigned short VMQfeNumber, |
| 1213 | const unsigned int StartupFlags, |
| 1214 | const unsigned char StartupMode, |
| 1215 | PCWSTR CommandLine, |
| 1216 | const GUID* ComObjectGuid, |
| 1217 | PCWSTR RuntimeDllPath |
| 1218 | ); |
| 1219 | extern "C" BOOL EventPipeEventEnabledIncreaseMemoryPressure(); |
| 1220 | extern "C" ULONG EventPipeWriteEventIncreaseMemoryPressure( |
| 1221 | const unsigned __int64 BytesAllocated, |
| 1222 | const unsigned short ClrInstanceID |
| 1223 | ); |
| 1224 | extern "C" BOOL EventPipeEventEnabledDecreaseMemoryPressure(); |
| 1225 | extern "C" ULONG EventPipeWriteEventDecreaseMemoryPressure( |
| 1226 | const unsigned __int64 BytesFreed, |
| 1227 | const unsigned short ClrInstanceID |
| 1228 | ); |
| 1229 | extern "C" BOOL EventPipeEventEnabledGCMarkWithType(); |
| 1230 | extern "C" ULONG EventPipeWriteEventGCMarkWithType( |
| 1231 | const unsigned int HeapNum, |
| 1232 | const unsigned short ClrInstanceID, |
| 1233 | const unsigned int Type, |
| 1234 | const unsigned __int64 Bytes |
| 1235 | ); |
| 1236 | extern "C" BOOL EventPipeEventEnabledGCJoin_V2(); |
| 1237 | extern "C" ULONG EventPipeWriteEventGCJoin_V2( |
| 1238 | const unsigned int Heap, |
| 1239 | const unsigned int JoinTime, |
| 1240 | const unsigned int JoinType, |
| 1241 | const unsigned short ClrInstanceID, |
| 1242 | const unsigned int JoinID |
| 1243 | ); |
| 1244 | extern "C" BOOL EventPipeEventEnabledGCPerHeapHistory_V3(); |
| 1245 | extern "C" ULONG EventPipeWriteEventGCPerHeapHistory_V3( |
| 1246 | const unsigned short ClrInstanceID, |
| 1247 | const void* FreeListAllocated, |
| 1248 | const void* FreeListRejected, |
| 1249 | const void* EndOfSegAllocated, |
| 1250 | const void* CondemnedAllocated, |
| 1251 | const void* PinnedAllocated, |
| 1252 | const void* PinnedAllocatedAdvance, |
| 1253 | const unsigned int RunningFreeListEfficiency, |
| 1254 | const unsigned int CondemnReasons0, |
| 1255 | const unsigned int CondemnReasons1, |
| 1256 | const unsigned int CompactMechanisms, |
| 1257 | const unsigned int ExpandMechanisms, |
| 1258 | const unsigned int HeapIndex, |
| 1259 | const void* , |
| 1260 | const unsigned int Count, |
| 1261 | int Values_ElementSize, |
| 1262 | const void* Values |
| 1263 | ); |
| 1264 | extern "C" BOOL EventPipeEventEnabledGCGlobalHeapHistory_V2(); |
| 1265 | extern "C" ULONG EventPipeWriteEventGCGlobalHeapHistory_V2( |
| 1266 | const unsigned __int64 FinalYoungestDesired, |
| 1267 | const signed int NumHeaps, |
| 1268 | const unsigned int CondemnedGeneration, |
| 1269 | const unsigned int Gen0ReductionCount, |
| 1270 | const unsigned int Reason, |
| 1271 | const unsigned int GlobalMechanisms, |
| 1272 | const unsigned short ClrInstanceID, |
| 1273 | const unsigned int PauseMode, |
| 1274 | const unsigned int MemoryPressure |
| 1275 | ); |
| 1276 | extern "C" BOOL EventPipeEventEnabledDebugIPCEventStart(); |
| 1277 | extern "C" ULONG EventPipeWriteEventDebugIPCEventStart( |
| 1278 | |
| 1279 | ); |
| 1280 | extern "C" BOOL EventPipeEventEnabledDebugIPCEventEnd(); |
| 1281 | extern "C" ULONG EventPipeWriteEventDebugIPCEventEnd( |
| 1282 | |
| 1283 | ); |
| 1284 | extern "C" BOOL EventPipeEventEnabledDebugExceptionProcessingStart(); |
| 1285 | extern "C" ULONG EventPipeWriteEventDebugExceptionProcessingStart( |
| 1286 | |
| 1287 | ); |
| 1288 | extern "C" BOOL EventPipeEventEnabledDebugExceptionProcessingEnd(); |
| 1289 | extern "C" ULONG EventPipeWriteEventDebugExceptionProcessingEnd( |
| 1290 | |
| 1291 | ); |
| 1292 | extern "C" BOOL EventPipeEventEnabledCodeSymbols(); |
| 1293 | extern "C" ULONG EventPipeWriteEventCodeSymbols( |
| 1294 | const unsigned __int64 ModuleId, |
| 1295 | const unsigned short TotalChunks, |
| 1296 | const unsigned short ChunkNumber, |
| 1297 | const unsigned int ChunkLength, |
| 1298 | const BYTE* Chunk, |
| 1299 | const unsigned short ClrInstanceID |
| 1300 | ); |
| 1301 | extern "C" BOOL EventPipeEventEnabledEventSource(); |
| 1302 | extern "C" ULONG EventPipeWriteEventEventSource( |
| 1303 | const signed int EventID, |
| 1304 | PCWSTR EventName, |
| 1305 | PCWSTR EventSourceName, |
| 1306 | PCWSTR Payload |
| 1307 | ); |
| 1308 | |
| 1309 | extern "C" BOOL EventPipeEventEnabledCLRStackWalkDCStart(); |
| 1310 | extern "C" ULONG EventPipeWriteEventCLRStackWalkDCStart( |
| 1311 | const unsigned short ClrInstanceID, |
| 1312 | const unsigned char Reserved1, |
| 1313 | const unsigned char Reserved2, |
| 1314 | const unsigned int FrameCount, |
| 1315 | const void** Stack |
| 1316 | ); |
| 1317 | extern "C" BOOL EventPipeEventEnabledMethodDCStart(); |
| 1318 | extern "C" ULONG EventPipeWriteEventMethodDCStart( |
| 1319 | const unsigned __int64 MethodID, |
| 1320 | const unsigned __int64 ModuleID, |
| 1321 | const unsigned __int64 MethodStartAddress, |
| 1322 | const unsigned int MethodSize, |
| 1323 | const unsigned int MethodToken, |
| 1324 | const unsigned int MethodFlags |
| 1325 | ); |
| 1326 | extern "C" BOOL EventPipeEventEnabledMethodDCStart_V1(); |
| 1327 | extern "C" ULONG EventPipeWriteEventMethodDCStart_V1( |
| 1328 | const unsigned __int64 MethodID, |
| 1329 | const unsigned __int64 ModuleID, |
| 1330 | const unsigned __int64 MethodStartAddress, |
| 1331 | const unsigned int MethodSize, |
| 1332 | const unsigned int MethodToken, |
| 1333 | const unsigned int MethodFlags, |
| 1334 | const unsigned short ClrInstanceID |
| 1335 | ); |
| 1336 | extern "C" BOOL EventPipeEventEnabledMethodDCStart_V2(); |
| 1337 | extern "C" ULONG EventPipeWriteEventMethodDCStart_V2( |
| 1338 | const unsigned __int64 MethodID, |
| 1339 | const unsigned __int64 ModuleID, |
| 1340 | const unsigned __int64 MethodStartAddress, |
| 1341 | const unsigned int MethodSize, |
| 1342 | const unsigned int MethodToken, |
| 1343 | const unsigned int MethodFlags, |
| 1344 | const unsigned short ClrInstanceID, |
| 1345 | const unsigned __int64 ReJITID |
| 1346 | ); |
| 1347 | extern "C" BOOL EventPipeEventEnabledMethodDCEnd(); |
| 1348 | extern "C" ULONG EventPipeWriteEventMethodDCEnd( |
| 1349 | const unsigned __int64 MethodID, |
| 1350 | const unsigned __int64 ModuleID, |
| 1351 | const unsigned __int64 MethodStartAddress, |
| 1352 | const unsigned int MethodSize, |
| 1353 | const unsigned int MethodToken, |
| 1354 | const unsigned int MethodFlags |
| 1355 | ); |
| 1356 | extern "C" BOOL EventPipeEventEnabledMethodDCEnd_V1(); |
| 1357 | extern "C" ULONG EventPipeWriteEventMethodDCEnd_V1( |
| 1358 | const unsigned __int64 MethodID, |
| 1359 | const unsigned __int64 ModuleID, |
| 1360 | const unsigned __int64 MethodStartAddress, |
| 1361 | const unsigned int MethodSize, |
| 1362 | const unsigned int MethodToken, |
| 1363 | const unsigned int MethodFlags, |
| 1364 | const unsigned short ClrInstanceID |
| 1365 | ); |
| 1366 | extern "C" BOOL EventPipeEventEnabledMethodDCEnd_V2(); |
| 1367 | extern "C" ULONG EventPipeWriteEventMethodDCEnd_V2( |
| 1368 | const unsigned __int64 MethodID, |
| 1369 | const unsigned __int64 ModuleID, |
| 1370 | const unsigned __int64 MethodStartAddress, |
| 1371 | const unsigned int MethodSize, |
| 1372 | const unsigned int MethodToken, |
| 1373 | const unsigned int MethodFlags, |
| 1374 | const unsigned short ClrInstanceID, |
| 1375 | const unsigned __int64 ReJITID |
| 1376 | ); |
| 1377 | extern "C" BOOL EventPipeEventEnabledMethodDCStartVerbose(); |
| 1378 | extern "C" ULONG EventPipeWriteEventMethodDCStartVerbose( |
| 1379 | const unsigned __int64 MethodID, |
| 1380 | const unsigned __int64 ModuleID, |
| 1381 | const unsigned __int64 MethodStartAddress, |
| 1382 | const unsigned int MethodSize, |
| 1383 | const unsigned int MethodToken, |
| 1384 | const unsigned int MethodFlags, |
| 1385 | PCWSTR MethodNamespace, |
| 1386 | PCWSTR MethodName, |
| 1387 | PCWSTR MethodSignature |
| 1388 | ); |
| 1389 | extern "C" BOOL EventPipeEventEnabledMethodDCStartVerbose_V1(); |
| 1390 | extern "C" ULONG EventPipeWriteEventMethodDCStartVerbose_V1( |
| 1391 | const unsigned __int64 MethodID, |
| 1392 | const unsigned __int64 ModuleID, |
| 1393 | const unsigned __int64 MethodStartAddress, |
| 1394 | const unsigned int MethodSize, |
| 1395 | const unsigned int MethodToken, |
| 1396 | const unsigned int MethodFlags, |
| 1397 | PCWSTR MethodNamespace, |
| 1398 | PCWSTR MethodName, |
| 1399 | PCWSTR MethodSignature, |
| 1400 | const unsigned short ClrInstanceID |
| 1401 | ); |
| 1402 | extern "C" BOOL EventPipeEventEnabledMethodDCStartVerbose_V2(); |
| 1403 | extern "C" ULONG EventPipeWriteEventMethodDCStartVerbose_V2( |
| 1404 | const unsigned __int64 MethodID, |
| 1405 | const unsigned __int64 ModuleID, |
| 1406 | const unsigned __int64 MethodStartAddress, |
| 1407 | const unsigned int MethodSize, |
| 1408 | const unsigned int MethodToken, |
| 1409 | const unsigned int MethodFlags, |
| 1410 | PCWSTR MethodNamespace, |
| 1411 | PCWSTR MethodName, |
| 1412 | PCWSTR MethodSignature, |
| 1413 | const unsigned short ClrInstanceID, |
| 1414 | const unsigned __int64 ReJITID |
| 1415 | ); |
| 1416 | extern "C" BOOL EventPipeEventEnabledMethodDCEndVerbose(); |
| 1417 | extern "C" ULONG EventPipeWriteEventMethodDCEndVerbose( |
| 1418 | const unsigned __int64 MethodID, |
| 1419 | const unsigned __int64 ModuleID, |
| 1420 | const unsigned __int64 MethodStartAddress, |
| 1421 | const unsigned int MethodSize, |
| 1422 | const unsigned int MethodToken, |
| 1423 | const unsigned int MethodFlags, |
| 1424 | PCWSTR MethodNamespace, |
| 1425 | PCWSTR MethodName, |
| 1426 | PCWSTR MethodSignature |
| 1427 | ); |
| 1428 | extern "C" BOOL EventPipeEventEnabledMethodDCEndVerbose_V1(); |
| 1429 | extern "C" ULONG EventPipeWriteEventMethodDCEndVerbose_V1( |
| 1430 | const unsigned __int64 MethodID, |
| 1431 | const unsigned __int64 ModuleID, |
| 1432 | const unsigned __int64 MethodStartAddress, |
| 1433 | const unsigned int MethodSize, |
| 1434 | const unsigned int MethodToken, |
| 1435 | const unsigned int MethodFlags, |
| 1436 | PCWSTR MethodNamespace, |
| 1437 | PCWSTR MethodName, |
| 1438 | PCWSTR MethodSignature, |
| 1439 | const unsigned short ClrInstanceID |
| 1440 | ); |
| 1441 | extern "C" BOOL EventPipeEventEnabledMethodDCEndVerbose_V2(); |
| 1442 | extern "C" ULONG EventPipeWriteEventMethodDCEndVerbose_V2( |
| 1443 | const unsigned __int64 MethodID, |
| 1444 | const unsigned __int64 ModuleID, |
| 1445 | const unsigned __int64 MethodStartAddress, |
| 1446 | const unsigned int MethodSize, |
| 1447 | const unsigned int MethodToken, |
| 1448 | const unsigned int MethodFlags, |
| 1449 | PCWSTR MethodNamespace, |
| 1450 | PCWSTR MethodName, |
| 1451 | PCWSTR MethodSignature, |
| 1452 | const unsigned short ClrInstanceID, |
| 1453 | const unsigned __int64 ReJITID |
| 1454 | ); |
| 1455 | extern "C" BOOL EventPipeEventEnabledDCStartComplete(); |
| 1456 | extern "C" ULONG EventPipeWriteEventDCStartComplete( |
| 1457 | |
| 1458 | ); |
| 1459 | extern "C" BOOL EventPipeEventEnabledDCStartComplete_V1(); |
| 1460 | extern "C" ULONG EventPipeWriteEventDCStartComplete_V1( |
| 1461 | const unsigned short ClrInstanceID |
| 1462 | ); |
| 1463 | extern "C" BOOL EventPipeEventEnabledDCEndComplete(); |
| 1464 | extern "C" ULONG EventPipeWriteEventDCEndComplete( |
| 1465 | |
| 1466 | ); |
| 1467 | extern "C" BOOL EventPipeEventEnabledDCEndComplete_V1(); |
| 1468 | extern "C" ULONG EventPipeWriteEventDCEndComplete_V1( |
| 1469 | const unsigned short ClrInstanceID |
| 1470 | ); |
| 1471 | extern "C" BOOL EventPipeEventEnabledDCStartInit(); |
| 1472 | extern "C" ULONG EventPipeWriteEventDCStartInit( |
| 1473 | |
| 1474 | ); |
| 1475 | extern "C" BOOL EventPipeEventEnabledDCStartInit_V1(); |
| 1476 | extern "C" ULONG EventPipeWriteEventDCStartInit_V1( |
| 1477 | const unsigned short ClrInstanceID |
| 1478 | ); |
| 1479 | extern "C" BOOL EventPipeEventEnabledDCEndInit(); |
| 1480 | extern "C" ULONG EventPipeWriteEventDCEndInit( |
| 1481 | |
| 1482 | ); |
| 1483 | extern "C" BOOL EventPipeEventEnabledDCEndInit_V1(); |
| 1484 | extern "C" ULONG EventPipeWriteEventDCEndInit_V1( |
| 1485 | const unsigned short ClrInstanceID |
| 1486 | ); |
| 1487 | extern "C" BOOL EventPipeEventEnabledMethodDCStartILToNativeMap(); |
| 1488 | extern "C" ULONG EventPipeWriteEventMethodDCStartILToNativeMap( |
| 1489 | const unsigned __int64 MethodID, |
| 1490 | const unsigned __int64 ReJITID, |
| 1491 | const unsigned char MethodExtent, |
| 1492 | const unsigned short CountOfMapEntries, |
| 1493 | const unsigned int* ILOffsets, |
| 1494 | const unsigned int* NativeOffsets, |
| 1495 | const unsigned short ClrInstanceID |
| 1496 | ); |
| 1497 | extern "C" BOOL EventPipeEventEnabledMethodDCEndILToNativeMap(); |
| 1498 | extern "C" ULONG EventPipeWriteEventMethodDCEndILToNativeMap( |
| 1499 | const unsigned __int64 MethodID, |
| 1500 | const unsigned __int64 ReJITID, |
| 1501 | const unsigned char MethodExtent, |
| 1502 | const unsigned short CountOfMapEntries, |
| 1503 | const unsigned int* ILOffsets, |
| 1504 | const unsigned int* NativeOffsets, |
| 1505 | const unsigned short ClrInstanceID |
| 1506 | ); |
| 1507 | extern "C" BOOL EventPipeEventEnabledDomainModuleDCStart(); |
| 1508 | extern "C" ULONG EventPipeWriteEventDomainModuleDCStart( |
| 1509 | const unsigned __int64 ModuleID, |
| 1510 | const unsigned __int64 AssemblyID, |
| 1511 | const unsigned __int64 AppDomainID, |
| 1512 | const unsigned int ModuleFlags, |
| 1513 | const unsigned int Reserved1, |
| 1514 | PCWSTR ModuleILPath, |
| 1515 | PCWSTR ModuleNativePath |
| 1516 | ); |
| 1517 | extern "C" BOOL EventPipeEventEnabledDomainModuleDCStart_V1(); |
| 1518 | extern "C" ULONG EventPipeWriteEventDomainModuleDCStart_V1( |
| 1519 | const unsigned __int64 ModuleID, |
| 1520 | const unsigned __int64 AssemblyID, |
| 1521 | const unsigned __int64 AppDomainID, |
| 1522 | const unsigned int ModuleFlags, |
| 1523 | const unsigned int Reserved1, |
| 1524 | PCWSTR ModuleILPath, |
| 1525 | PCWSTR ModuleNativePath, |
| 1526 | const unsigned short ClrInstanceID |
| 1527 | ); |
| 1528 | extern "C" BOOL EventPipeEventEnabledDomainModuleDCEnd(); |
| 1529 | extern "C" ULONG EventPipeWriteEventDomainModuleDCEnd( |
| 1530 | const unsigned __int64 ModuleID, |
| 1531 | const unsigned __int64 AssemblyID, |
| 1532 | const unsigned __int64 AppDomainID, |
| 1533 | const unsigned int ModuleFlags, |
| 1534 | const unsigned int Reserved1, |
| 1535 | PCWSTR ModuleILPath, |
| 1536 | PCWSTR ModuleNativePath |
| 1537 | ); |
| 1538 | extern "C" BOOL EventPipeEventEnabledDomainModuleDCEnd_V1(); |
| 1539 | extern "C" ULONG EventPipeWriteEventDomainModuleDCEnd_V1( |
| 1540 | const unsigned __int64 ModuleID, |
| 1541 | const unsigned __int64 AssemblyID, |
| 1542 | const unsigned __int64 AppDomainID, |
| 1543 | const unsigned int ModuleFlags, |
| 1544 | const unsigned int Reserved1, |
| 1545 | PCWSTR ModuleILPath, |
| 1546 | PCWSTR ModuleNativePath, |
| 1547 | const unsigned short ClrInstanceID |
| 1548 | ); |
| 1549 | extern "C" BOOL EventPipeEventEnabledModuleDCStart(); |
| 1550 | extern "C" ULONG EventPipeWriteEventModuleDCStart( |
| 1551 | const unsigned __int64 ModuleID, |
| 1552 | const unsigned __int64 AssemblyID, |
| 1553 | const unsigned int ModuleFlags, |
| 1554 | const unsigned int Reserved1, |
| 1555 | PCWSTR ModuleILPath, |
| 1556 | PCWSTR ModuleNativePath |
| 1557 | ); |
| 1558 | extern "C" BOOL EventPipeEventEnabledModuleDCStart_V1(); |
| 1559 | extern "C" ULONG EventPipeWriteEventModuleDCStart_V1( |
| 1560 | const unsigned __int64 ModuleID, |
| 1561 | const unsigned __int64 AssemblyID, |
| 1562 | const unsigned int ModuleFlags, |
| 1563 | const unsigned int Reserved1, |
| 1564 | PCWSTR ModuleILPath, |
| 1565 | PCWSTR ModuleNativePath, |
| 1566 | const unsigned short ClrInstanceID |
| 1567 | ); |
| 1568 | extern "C" BOOL EventPipeEventEnabledModuleDCStart_V2(); |
| 1569 | extern "C" ULONG EventPipeWriteEventModuleDCStart_V2( |
| 1570 | const unsigned __int64 ModuleID, |
| 1571 | const unsigned __int64 AssemblyID, |
| 1572 | const unsigned int ModuleFlags, |
| 1573 | const unsigned int Reserved1, |
| 1574 | PCWSTR ModuleILPath, |
| 1575 | PCWSTR ModuleNativePath, |
| 1576 | const unsigned short ClrInstanceID, |
| 1577 | const GUID* ManagedPdbSignature, |
| 1578 | const unsigned int ManagedPdbAge, |
| 1579 | PCWSTR ManagedPdbBuildPath, |
| 1580 | const GUID* NativePdbSignature, |
| 1581 | const unsigned int NativePdbAge, |
| 1582 | PCWSTR NativePdbBuildPath |
| 1583 | ); |
| 1584 | extern "C" BOOL EventPipeEventEnabledModuleDCEnd(); |
| 1585 | extern "C" ULONG EventPipeWriteEventModuleDCEnd( |
| 1586 | const unsigned __int64 ModuleID, |
| 1587 | const unsigned __int64 AssemblyID, |
| 1588 | const unsigned int ModuleFlags, |
| 1589 | const unsigned int Reserved1, |
| 1590 | PCWSTR ModuleILPath, |
| 1591 | PCWSTR ModuleNativePath |
| 1592 | ); |
| 1593 | extern "C" BOOL EventPipeEventEnabledModuleDCEnd_V1(); |
| 1594 | extern "C" ULONG EventPipeWriteEventModuleDCEnd_V1( |
| 1595 | const unsigned __int64 ModuleID, |
| 1596 | const unsigned __int64 AssemblyID, |
| 1597 | const unsigned int ModuleFlags, |
| 1598 | const unsigned int Reserved1, |
| 1599 | PCWSTR ModuleILPath, |
| 1600 | PCWSTR ModuleNativePath, |
| 1601 | const unsigned short ClrInstanceID |
| 1602 | ); |
| 1603 | extern "C" BOOL EventPipeEventEnabledModuleDCEnd_V2(); |
| 1604 | extern "C" ULONG EventPipeWriteEventModuleDCEnd_V2( |
| 1605 | const unsigned __int64 ModuleID, |
| 1606 | const unsigned __int64 AssemblyID, |
| 1607 | const unsigned int ModuleFlags, |
| 1608 | const unsigned int Reserved1, |
| 1609 | PCWSTR ModuleILPath, |
| 1610 | PCWSTR ModuleNativePath, |
| 1611 | const unsigned short ClrInstanceID, |
| 1612 | const GUID* ManagedPdbSignature, |
| 1613 | const unsigned int ManagedPdbAge, |
| 1614 | PCWSTR ManagedPdbBuildPath, |
| 1615 | const GUID* NativePdbSignature, |
| 1616 | const unsigned int NativePdbAge, |
| 1617 | PCWSTR NativePdbBuildPath |
| 1618 | ); |
| 1619 | extern "C" BOOL EventPipeEventEnabledAssemblyDCStart(); |
| 1620 | extern "C" ULONG EventPipeWriteEventAssemblyDCStart( |
| 1621 | const unsigned __int64 AssemblyID, |
| 1622 | const unsigned __int64 AppDomainID, |
| 1623 | const unsigned int AssemblyFlags, |
| 1624 | PCWSTR FullyQualifiedAssemblyName |
| 1625 | ); |
| 1626 | extern "C" BOOL EventPipeEventEnabledAssemblyDCStart_V1(); |
| 1627 | extern "C" ULONG EventPipeWriteEventAssemblyDCStart_V1( |
| 1628 | const unsigned __int64 AssemblyID, |
| 1629 | const unsigned __int64 AppDomainID, |
| 1630 | const unsigned __int64 BindingID, |
| 1631 | const unsigned int AssemblyFlags, |
| 1632 | PCWSTR FullyQualifiedAssemblyName, |
| 1633 | const unsigned short ClrInstanceID |
| 1634 | ); |
| 1635 | extern "C" BOOL EventPipeEventEnabledAssemblyDCEnd(); |
| 1636 | extern "C" ULONG EventPipeWriteEventAssemblyDCEnd( |
| 1637 | const unsigned __int64 AssemblyID, |
| 1638 | const unsigned __int64 AppDomainID, |
| 1639 | const unsigned int AssemblyFlags, |
| 1640 | PCWSTR FullyQualifiedAssemblyName |
| 1641 | ); |
| 1642 | extern "C" BOOL EventPipeEventEnabledAssemblyDCEnd_V1(); |
| 1643 | extern "C" ULONG EventPipeWriteEventAssemblyDCEnd_V1( |
| 1644 | const unsigned __int64 AssemblyID, |
| 1645 | const unsigned __int64 AppDomainID, |
| 1646 | const unsigned __int64 BindingID, |
| 1647 | const unsigned int AssemblyFlags, |
| 1648 | PCWSTR FullyQualifiedAssemblyName, |
| 1649 | const unsigned short ClrInstanceID |
| 1650 | ); |
| 1651 | extern "C" BOOL EventPipeEventEnabledAppDomainDCStart(); |
| 1652 | extern "C" ULONG EventPipeWriteEventAppDomainDCStart( |
| 1653 | const unsigned __int64 AppDomainID, |
| 1654 | const unsigned int AppDomainFlags, |
| 1655 | PCWSTR AppDomainName |
| 1656 | ); |
| 1657 | extern "C" BOOL EventPipeEventEnabledAppDomainDCStart_V1(); |
| 1658 | extern "C" ULONG EventPipeWriteEventAppDomainDCStart_V1( |
| 1659 | const unsigned __int64 AppDomainID, |
| 1660 | const unsigned int AppDomainFlags, |
| 1661 | PCWSTR AppDomainName, |
| 1662 | const unsigned int AppDomainIndex, |
| 1663 | const unsigned short ClrInstanceID |
| 1664 | ); |
| 1665 | extern "C" BOOL EventPipeEventEnabledAppDomainDCEnd(); |
| 1666 | extern "C" ULONG EventPipeWriteEventAppDomainDCEnd( |
| 1667 | const unsigned __int64 AppDomainID, |
| 1668 | const unsigned int AppDomainFlags, |
| 1669 | PCWSTR AppDomainName |
| 1670 | ); |
| 1671 | extern "C" BOOL EventPipeEventEnabledAppDomainDCEnd_V1(); |
| 1672 | extern "C" ULONG EventPipeWriteEventAppDomainDCEnd_V1( |
| 1673 | const unsigned __int64 AppDomainID, |
| 1674 | const unsigned int AppDomainFlags, |
| 1675 | PCWSTR AppDomainName, |
| 1676 | const unsigned int AppDomainIndex, |
| 1677 | const unsigned short ClrInstanceID |
| 1678 | ); |
| 1679 | extern "C" BOOL EventPipeEventEnabledThreadDC(); |
| 1680 | extern "C" ULONG EventPipeWriteEventThreadDC( |
| 1681 | const unsigned __int64 ManagedThreadID, |
| 1682 | const unsigned __int64 AppDomainID, |
| 1683 | const unsigned int Flags, |
| 1684 | const unsigned int ManagedThreadIndex, |
| 1685 | const unsigned int OSThreadID, |
| 1686 | const unsigned short ClrInstanceID |
| 1687 | ); |
| 1688 | extern "C" BOOL EventPipeEventEnabledModuleRangeDCStart(); |
| 1689 | extern "C" ULONG EventPipeWriteEventModuleRangeDCStart( |
| 1690 | const unsigned short ClrInstanceID, |
| 1691 | const unsigned __int64 ModuleID, |
| 1692 | const unsigned int RangeBegin, |
| 1693 | const unsigned int RangeSize, |
| 1694 | const unsigned char RangeType |
| 1695 | ); |
| 1696 | extern "C" BOOL EventPipeEventEnabledModuleRangeDCEnd(); |
| 1697 | extern "C" ULONG EventPipeWriteEventModuleRangeDCEnd( |
| 1698 | const unsigned short ClrInstanceID, |
| 1699 | const unsigned __int64 ModuleID, |
| 1700 | const unsigned int RangeBegin, |
| 1701 | const unsigned int RangeSize, |
| 1702 | const unsigned char RangeType |
| 1703 | ); |
| 1704 | extern "C" BOOL EventPipeEventEnabledRuntimeInformationDCStart(); |
| 1705 | extern "C" ULONG EventPipeWriteEventRuntimeInformationDCStart( |
| 1706 | const unsigned short ClrInstanceID, |
| 1707 | const unsigned short Sku, |
| 1708 | const unsigned short BclMajorVersion, |
| 1709 | const unsigned short BclMinorVersion, |
| 1710 | const unsigned short BclBuildNumber, |
| 1711 | const unsigned short BclQfeNumber, |
| 1712 | const unsigned short VMMajorVersion, |
| 1713 | const unsigned short VMMinorVersion, |
| 1714 | const unsigned short VMBuildNumber, |
| 1715 | const unsigned short VMQfeNumber, |
| 1716 | const unsigned int StartupFlags, |
| 1717 | const unsigned char StartupMode, |
| 1718 | PCWSTR CommandLine, |
| 1719 | const GUID* ComObjectGuid, |
| 1720 | PCWSTR RuntimeDllPath |
| 1721 | ); |
| 1722 | |
| 1723 | extern "C" BOOL EventPipeEventEnabledStressLogEvent(); |
| 1724 | extern "C" ULONG EventPipeWriteEventStressLogEvent( |
| 1725 | const unsigned int Facility, |
| 1726 | const unsigned char LogLevel, |
| 1727 | LPCSTR Message |
| 1728 | ); |
| 1729 | extern "C" BOOL EventPipeEventEnabledStressLogEvent_V1(); |
| 1730 | extern "C" ULONG EventPipeWriteEventStressLogEvent_V1( |
| 1731 | const unsigned int Facility, |
| 1732 | const unsigned char LogLevel, |
| 1733 | LPCSTR Message, |
| 1734 | const unsigned short ClrInstanceID |
| 1735 | ); |
| 1736 | extern "C" BOOL EventPipeEventEnabledCLRStackWalkStress(); |
| 1737 | extern "C" ULONG EventPipeWriteEventCLRStackWalkStress( |
| 1738 | const unsigned short ClrInstanceID, |
| 1739 | const unsigned char Reserved1, |
| 1740 | const unsigned char Reserved2, |
| 1741 | const unsigned int FrameCount, |
| 1742 | const void** Stack |
| 1743 | ); |
| 1744 | |
| 1745 | extern "C" BOOL EventPipeEventEnabledGCDecision(); |
| 1746 | extern "C" ULONG EventPipeWriteEventGCDecision( |
| 1747 | const BOOL DoCompact |
| 1748 | ); |
| 1749 | extern "C" BOOL EventPipeEventEnabledGCDecision_V1(); |
| 1750 | extern "C" ULONG EventPipeWriteEventGCDecision_V1( |
| 1751 | const BOOL DoCompact, |
| 1752 | const unsigned short ClrInstanceID |
| 1753 | ); |
| 1754 | extern "C" BOOL EventPipeEventEnabledGCSettings(); |
| 1755 | extern "C" ULONG EventPipeWriteEventGCSettings( |
| 1756 | const unsigned __int64 SegmentSize, |
| 1757 | const unsigned __int64 LargeObjectSegmentSize, |
| 1758 | const BOOL ServerGC |
| 1759 | ); |
| 1760 | extern "C" BOOL EventPipeEventEnabledGCSettings_V1(); |
| 1761 | extern "C" ULONG EventPipeWriteEventGCSettings_V1( |
| 1762 | const unsigned __int64 SegmentSize, |
| 1763 | const unsigned __int64 LargeObjectSegmentSize, |
| 1764 | const BOOL ServerGC, |
| 1765 | const unsigned short ClrInstanceID |
| 1766 | ); |
| 1767 | extern "C" BOOL EventPipeEventEnabledGCOptimized(); |
| 1768 | extern "C" ULONG EventPipeWriteEventGCOptimized( |
| 1769 | const unsigned __int64 DesiredAllocation, |
| 1770 | const unsigned __int64 NewAllocation, |
| 1771 | const unsigned int GenerationNumber |
| 1772 | ); |
| 1773 | extern "C" BOOL EventPipeEventEnabledGCOptimized_V1(); |
| 1774 | extern "C" ULONG EventPipeWriteEventGCOptimized_V1( |
| 1775 | const unsigned __int64 DesiredAllocation, |
| 1776 | const unsigned __int64 NewAllocation, |
| 1777 | const unsigned int GenerationNumber, |
| 1778 | const unsigned short ClrInstanceID |
| 1779 | ); |
| 1780 | extern "C" BOOL EventPipeEventEnabledGCPerHeapHistory(); |
| 1781 | extern "C" ULONG EventPipeWriteEventGCPerHeapHistory( |
| 1782 | |
| 1783 | ); |
| 1784 | extern "C" BOOL EventPipeEventEnabledGCPerHeapHistory_V1(); |
| 1785 | extern "C" ULONG EventPipeWriteEventGCPerHeapHistory_V1( |
| 1786 | const unsigned short ClrInstanceID |
| 1787 | ); |
| 1788 | extern "C" BOOL EventPipeEventEnabledGCGlobalHeapHistory(); |
| 1789 | extern "C" ULONG EventPipeWriteEventGCGlobalHeapHistory( |
| 1790 | const unsigned __int64 FinalYoungestDesired, |
| 1791 | const signed int NumHeaps, |
| 1792 | const unsigned int CondemnedGeneration, |
| 1793 | const unsigned int Gen0ReductionCount, |
| 1794 | const unsigned int Reason, |
| 1795 | const unsigned int GlobalMechanisms |
| 1796 | ); |
| 1797 | extern "C" BOOL EventPipeEventEnabledGCGlobalHeapHistory_V1(); |
| 1798 | extern "C" ULONG EventPipeWriteEventGCGlobalHeapHistory_V1( |
| 1799 | const unsigned __int64 FinalYoungestDesired, |
| 1800 | const signed int NumHeaps, |
| 1801 | const unsigned int CondemnedGeneration, |
| 1802 | const unsigned int Gen0ReductionCount, |
| 1803 | const unsigned int Reason, |
| 1804 | const unsigned int GlobalMechanisms, |
| 1805 | const unsigned short ClrInstanceID |
| 1806 | ); |
| 1807 | extern "C" BOOL EventPipeEventEnabledGCJoin(); |
| 1808 | extern "C" ULONG EventPipeWriteEventGCJoin( |
| 1809 | const unsigned int Heap, |
| 1810 | const unsigned int JoinTime, |
| 1811 | const unsigned int JoinType |
| 1812 | ); |
| 1813 | extern "C" BOOL EventPipeEventEnabledGCJoin_V1(); |
| 1814 | extern "C" ULONG EventPipeWriteEventGCJoin_V1( |
| 1815 | const unsigned int Heap, |
| 1816 | const unsigned int JoinTime, |
| 1817 | const unsigned int JoinType, |
| 1818 | const unsigned short ClrInstanceID |
| 1819 | ); |
| 1820 | extern "C" BOOL EventPipeEventEnabledPrvGCMarkStackRoots(); |
| 1821 | extern "C" ULONG EventPipeWriteEventPrvGCMarkStackRoots( |
| 1822 | const unsigned int HeapNum |
| 1823 | ); |
| 1824 | extern "C" BOOL EventPipeEventEnabledPrvGCMarkStackRoots_V1(); |
| 1825 | extern "C" ULONG EventPipeWriteEventPrvGCMarkStackRoots_V1( |
| 1826 | const unsigned int HeapNum, |
| 1827 | const unsigned short ClrInstanceID |
| 1828 | ); |
| 1829 | extern "C" BOOL EventPipeEventEnabledPrvGCMarkFinalizeQueueRoots(); |
| 1830 | extern "C" ULONG EventPipeWriteEventPrvGCMarkFinalizeQueueRoots( |
| 1831 | const unsigned int HeapNum |
| 1832 | ); |
| 1833 | extern "C" BOOL EventPipeEventEnabledPrvGCMarkFinalizeQueueRoots_V1(); |
| 1834 | extern "C" ULONG EventPipeWriteEventPrvGCMarkFinalizeQueueRoots_V1( |
| 1835 | const unsigned int HeapNum, |
| 1836 | const unsigned short ClrInstanceID |
| 1837 | ); |
| 1838 | extern "C" BOOL EventPipeEventEnabledPrvGCMarkHandles(); |
| 1839 | extern "C" ULONG EventPipeWriteEventPrvGCMarkHandles( |
| 1840 | const unsigned int HeapNum |
| 1841 | ); |
| 1842 | extern "C" BOOL EventPipeEventEnabledPrvGCMarkHandles_V1(); |
| 1843 | extern "C" ULONG EventPipeWriteEventPrvGCMarkHandles_V1( |
| 1844 | const unsigned int HeapNum, |
| 1845 | const unsigned short ClrInstanceID |
| 1846 | ); |
| 1847 | extern "C" BOOL EventPipeEventEnabledPrvGCMarkCards(); |
| 1848 | extern "C" ULONG EventPipeWriteEventPrvGCMarkCards( |
| 1849 | const unsigned int HeapNum |
| 1850 | ); |
| 1851 | extern "C" BOOL EventPipeEventEnabledPrvGCMarkCards_V1(); |
| 1852 | extern "C" ULONG EventPipeWriteEventPrvGCMarkCards_V1( |
| 1853 | const unsigned int HeapNum, |
| 1854 | const unsigned short ClrInstanceID |
| 1855 | ); |
| 1856 | extern "C" BOOL EventPipeEventEnabledBGCBegin(); |
| 1857 | extern "C" ULONG EventPipeWriteEventBGCBegin( |
| 1858 | const unsigned short ClrInstanceID |
| 1859 | ); |
| 1860 | extern "C" BOOL EventPipeEventEnabledBGC1stNonConEnd(); |
| 1861 | extern "C" ULONG EventPipeWriteEventBGC1stNonConEnd( |
| 1862 | const unsigned short ClrInstanceID |
| 1863 | ); |
| 1864 | extern "C" BOOL EventPipeEventEnabledBGC1stConEnd(); |
| 1865 | extern "C" ULONG EventPipeWriteEventBGC1stConEnd( |
| 1866 | const unsigned short ClrInstanceID |
| 1867 | ); |
| 1868 | extern "C" BOOL EventPipeEventEnabledBGC2ndNonConBegin(); |
| 1869 | extern "C" ULONG EventPipeWriteEventBGC2ndNonConBegin( |
| 1870 | const unsigned short ClrInstanceID |
| 1871 | ); |
| 1872 | extern "C" BOOL EventPipeEventEnabledBGC2ndNonConEnd(); |
| 1873 | extern "C" ULONG EventPipeWriteEventBGC2ndNonConEnd( |
| 1874 | const unsigned short ClrInstanceID |
| 1875 | ); |
| 1876 | extern "C" BOOL EventPipeEventEnabledBGC2ndConBegin(); |
| 1877 | extern "C" ULONG EventPipeWriteEventBGC2ndConBegin( |
| 1878 | const unsigned short ClrInstanceID |
| 1879 | ); |
| 1880 | extern "C" BOOL EventPipeEventEnabledBGC2ndConEnd(); |
| 1881 | extern "C" ULONG EventPipeWriteEventBGC2ndConEnd( |
| 1882 | const unsigned short ClrInstanceID |
| 1883 | ); |
| 1884 | extern "C" BOOL EventPipeEventEnabledBGCPlanEnd(); |
| 1885 | extern "C" ULONG EventPipeWriteEventBGCPlanEnd( |
| 1886 | const unsigned short ClrInstanceID |
| 1887 | ); |
| 1888 | extern "C" BOOL EventPipeEventEnabledBGCSweepEnd(); |
| 1889 | extern "C" ULONG EventPipeWriteEventBGCSweepEnd( |
| 1890 | const unsigned short ClrInstanceID |
| 1891 | ); |
| 1892 | extern "C" BOOL EventPipeEventEnabledBGCDrainMark(); |
| 1893 | extern "C" ULONG EventPipeWriteEventBGCDrainMark( |
| 1894 | const unsigned __int64 Objects, |
| 1895 | const unsigned short ClrInstanceID |
| 1896 | ); |
| 1897 | extern "C" BOOL EventPipeEventEnabledBGCRevisit(); |
| 1898 | extern "C" ULONG EventPipeWriteEventBGCRevisit( |
| 1899 | const unsigned __int64 Pages, |
| 1900 | const unsigned __int64 Objects, |
| 1901 | const unsigned int IsLarge, |
| 1902 | const unsigned short ClrInstanceID |
| 1903 | ); |
| 1904 | extern "C" BOOL EventPipeEventEnabledBGCOverflow(); |
| 1905 | extern "C" ULONG EventPipeWriteEventBGCOverflow( |
| 1906 | const unsigned __int64 Min, |
| 1907 | const unsigned __int64 Max, |
| 1908 | const unsigned __int64 Objects, |
| 1909 | const unsigned int IsLarge, |
| 1910 | const unsigned short ClrInstanceID |
| 1911 | ); |
| 1912 | extern "C" BOOL EventPipeEventEnabledBGCAllocWaitBegin(); |
| 1913 | extern "C" ULONG EventPipeWriteEventBGCAllocWaitBegin( |
| 1914 | const unsigned int Reason, |
| 1915 | const unsigned short ClrInstanceID |
| 1916 | ); |
| 1917 | extern "C" BOOL EventPipeEventEnabledBGCAllocWaitEnd(); |
| 1918 | extern "C" ULONG EventPipeWriteEventBGCAllocWaitEnd( |
| 1919 | const unsigned int Reason, |
| 1920 | const unsigned short ClrInstanceID |
| 1921 | ); |
| 1922 | extern "C" BOOL EventPipeEventEnabledGCFullNotify(); |
| 1923 | extern "C" ULONG EventPipeWriteEventGCFullNotify( |
| 1924 | const unsigned int GenNumber, |
| 1925 | const unsigned int IsAlloc |
| 1926 | ); |
| 1927 | extern "C" BOOL EventPipeEventEnabledGCFullNotify_V1(); |
| 1928 | extern "C" ULONG EventPipeWriteEventGCFullNotify_V1( |
| 1929 | const unsigned int GenNumber, |
| 1930 | const unsigned int IsAlloc, |
| 1931 | const unsigned short ClrInstanceID |
| 1932 | ); |
| 1933 | extern "C" BOOL EventPipeEventEnabledBGC1stSweepEnd(); |
| 1934 | extern "C" ULONG EventPipeWriteEventBGC1stSweepEnd( |
| 1935 | const unsigned int GenNumber, |
| 1936 | const unsigned short ClrInstanceID |
| 1937 | ); |
| 1938 | extern "C" BOOL EventPipeEventEnabledEEStartupStart(); |
| 1939 | extern "C" ULONG EventPipeWriteEventEEStartupStart( |
| 1940 | |
| 1941 | ); |
| 1942 | extern "C" BOOL EventPipeEventEnabledEEStartupStart_V1(); |
| 1943 | extern "C" ULONG EventPipeWriteEventEEStartupStart_V1( |
| 1944 | const unsigned short ClrInstanceID |
| 1945 | ); |
| 1946 | extern "C" BOOL EventPipeEventEnabledEEStartupEnd(); |
| 1947 | extern "C" ULONG EventPipeWriteEventEEStartupEnd( |
| 1948 | |
| 1949 | ); |
| 1950 | extern "C" BOOL EventPipeEventEnabledEEStartupEnd_V1(); |
| 1951 | extern "C" ULONG EventPipeWriteEventEEStartupEnd_V1( |
| 1952 | const unsigned short ClrInstanceID |
| 1953 | ); |
| 1954 | extern "C" BOOL EventPipeEventEnabledEEConfigSetup(); |
| 1955 | extern "C" ULONG EventPipeWriteEventEEConfigSetup( |
| 1956 | |
| 1957 | ); |
| 1958 | extern "C" BOOL EventPipeEventEnabledEEConfigSetup_V1(); |
| 1959 | extern "C" ULONG EventPipeWriteEventEEConfigSetup_V1( |
| 1960 | const unsigned short ClrInstanceID |
| 1961 | ); |
| 1962 | extern "C" BOOL EventPipeEventEnabledEEConfigSetupEnd(); |
| 1963 | extern "C" ULONG EventPipeWriteEventEEConfigSetupEnd( |
| 1964 | |
| 1965 | ); |
| 1966 | extern "C" BOOL EventPipeEventEnabledEEConfigSetupEnd_V1(); |
| 1967 | extern "C" ULONG EventPipeWriteEventEEConfigSetupEnd_V1( |
| 1968 | const unsigned short ClrInstanceID |
| 1969 | ); |
| 1970 | extern "C" BOOL EventPipeEventEnabledLdSysBases(); |
| 1971 | extern "C" ULONG EventPipeWriteEventLdSysBases( |
| 1972 | |
| 1973 | ); |
| 1974 | extern "C" BOOL EventPipeEventEnabledLdSysBases_V1(); |
| 1975 | extern "C" ULONG EventPipeWriteEventLdSysBases_V1( |
| 1976 | const unsigned short ClrInstanceID |
| 1977 | ); |
| 1978 | extern "C" BOOL EventPipeEventEnabledLdSysBasesEnd(); |
| 1979 | extern "C" ULONG EventPipeWriteEventLdSysBasesEnd( |
| 1980 | |
| 1981 | ); |
| 1982 | extern "C" BOOL EventPipeEventEnabledLdSysBasesEnd_V1(); |
| 1983 | extern "C" ULONG EventPipeWriteEventLdSysBasesEnd_V1( |
| 1984 | const unsigned short ClrInstanceID |
| 1985 | ); |
| 1986 | extern "C" BOOL EventPipeEventEnabledExecExe(); |
| 1987 | extern "C" ULONG EventPipeWriteEventExecExe( |
| 1988 | |
| 1989 | ); |
| 1990 | extern "C" BOOL EventPipeEventEnabledExecExe_V1(); |
| 1991 | extern "C" ULONG EventPipeWriteEventExecExe_V1( |
| 1992 | const unsigned short ClrInstanceID |
| 1993 | ); |
| 1994 | extern "C" BOOL EventPipeEventEnabledExecExeEnd(); |
| 1995 | extern "C" ULONG EventPipeWriteEventExecExeEnd( |
| 1996 | |
| 1997 | ); |
| 1998 | extern "C" BOOL EventPipeEventEnabledExecExeEnd_V1(); |
| 1999 | extern "C" ULONG EventPipeWriteEventExecExeEnd_V1( |
| 2000 | const unsigned short ClrInstanceID |
| 2001 | ); |
| 2002 | extern "C" BOOL EventPipeEventEnabledMain(); |
| 2003 | extern "C" ULONG EventPipeWriteEventMain( |
| 2004 | |
| 2005 | ); |
| 2006 | extern "C" BOOL EventPipeEventEnabledMain_V1(); |
| 2007 | extern "C" ULONG EventPipeWriteEventMain_V1( |
| 2008 | const unsigned short ClrInstanceID |
| 2009 | ); |
| 2010 | extern "C" BOOL EventPipeEventEnabledMainEnd(); |
| 2011 | extern "C" ULONG EventPipeWriteEventMainEnd( |
| 2012 | |
| 2013 | ); |
| 2014 | extern "C" BOOL EventPipeEventEnabledMainEnd_V1(); |
| 2015 | extern "C" ULONG EventPipeWriteEventMainEnd_V1( |
| 2016 | const unsigned short ClrInstanceID |
| 2017 | ); |
| 2018 | extern "C" BOOL EventPipeEventEnabledApplyPolicyStart(); |
| 2019 | extern "C" ULONG EventPipeWriteEventApplyPolicyStart( |
| 2020 | |
| 2021 | ); |
| 2022 | extern "C" BOOL EventPipeEventEnabledApplyPolicyStart_V1(); |
| 2023 | extern "C" ULONG EventPipeWriteEventApplyPolicyStart_V1( |
| 2024 | const unsigned short ClrInstanceID |
| 2025 | ); |
| 2026 | extern "C" BOOL EventPipeEventEnabledApplyPolicyEnd(); |
| 2027 | extern "C" ULONG EventPipeWriteEventApplyPolicyEnd( |
| 2028 | |
| 2029 | ); |
| 2030 | extern "C" BOOL EventPipeEventEnabledApplyPolicyEnd_V1(); |
| 2031 | extern "C" ULONG EventPipeWriteEventApplyPolicyEnd_V1( |
| 2032 | const unsigned short ClrInstanceID |
| 2033 | ); |
| 2034 | extern "C" BOOL EventPipeEventEnabledLdLibShFolder(); |
| 2035 | extern "C" ULONG EventPipeWriteEventLdLibShFolder( |
| 2036 | |
| 2037 | ); |
| 2038 | extern "C" BOOL EventPipeEventEnabledLdLibShFolder_V1(); |
| 2039 | extern "C" ULONG EventPipeWriteEventLdLibShFolder_V1( |
| 2040 | const unsigned short ClrInstanceID |
| 2041 | ); |
| 2042 | extern "C" BOOL EventPipeEventEnabledLdLibShFolderEnd(); |
| 2043 | extern "C" ULONG EventPipeWriteEventLdLibShFolderEnd( |
| 2044 | |
| 2045 | ); |
| 2046 | extern "C" BOOL EventPipeEventEnabledLdLibShFolderEnd_V1(); |
| 2047 | extern "C" ULONG EventPipeWriteEventLdLibShFolderEnd_V1( |
| 2048 | const unsigned short ClrInstanceID |
| 2049 | ); |
| 2050 | extern "C" BOOL EventPipeEventEnabledPrestubWorker(); |
| 2051 | extern "C" ULONG EventPipeWriteEventPrestubWorker( |
| 2052 | |
| 2053 | ); |
| 2054 | extern "C" BOOL EventPipeEventEnabledPrestubWorker_V1(); |
| 2055 | extern "C" ULONG EventPipeWriteEventPrestubWorker_V1( |
| 2056 | const unsigned short ClrInstanceID |
| 2057 | ); |
| 2058 | extern "C" BOOL EventPipeEventEnabledPrestubWorkerEnd(); |
| 2059 | extern "C" ULONG EventPipeWriteEventPrestubWorkerEnd( |
| 2060 | |
| 2061 | ); |
| 2062 | extern "C" BOOL EventPipeEventEnabledPrestubWorkerEnd_V1(); |
| 2063 | extern "C" ULONG EventPipeWriteEventPrestubWorkerEnd_V1( |
| 2064 | const unsigned short ClrInstanceID |
| 2065 | ); |
| 2066 | extern "C" BOOL EventPipeEventEnabledGetInstallationStart(); |
| 2067 | extern "C" ULONG EventPipeWriteEventGetInstallationStart( |
| 2068 | |
| 2069 | ); |
| 2070 | extern "C" BOOL EventPipeEventEnabledGetInstallationStart_V1(); |
| 2071 | extern "C" ULONG EventPipeWriteEventGetInstallationStart_V1( |
| 2072 | const unsigned short ClrInstanceID |
| 2073 | ); |
| 2074 | extern "C" BOOL EventPipeEventEnabledGetInstallationEnd(); |
| 2075 | extern "C" ULONG EventPipeWriteEventGetInstallationEnd( |
| 2076 | |
| 2077 | ); |
| 2078 | extern "C" BOOL EventPipeEventEnabledGetInstallationEnd_V1(); |
| 2079 | extern "C" ULONG EventPipeWriteEventGetInstallationEnd_V1( |
| 2080 | const unsigned short ClrInstanceID |
| 2081 | ); |
| 2082 | extern "C" BOOL EventPipeEventEnabledOpenHModule(); |
| 2083 | extern "C" ULONG EventPipeWriteEventOpenHModule( |
| 2084 | |
| 2085 | ); |
| 2086 | extern "C" BOOL EventPipeEventEnabledOpenHModule_V1(); |
| 2087 | extern "C" ULONG EventPipeWriteEventOpenHModule_V1( |
| 2088 | const unsigned short ClrInstanceID |
| 2089 | ); |
| 2090 | extern "C" BOOL EventPipeEventEnabledOpenHModuleEnd(); |
| 2091 | extern "C" ULONG EventPipeWriteEventOpenHModuleEnd( |
| 2092 | |
| 2093 | ); |
| 2094 | extern "C" BOOL EventPipeEventEnabledOpenHModuleEnd_V1(); |
| 2095 | extern "C" ULONG EventPipeWriteEventOpenHModuleEnd_V1( |
| 2096 | const unsigned short ClrInstanceID |
| 2097 | ); |
| 2098 | extern "C" BOOL EventPipeEventEnabledExplicitBindStart(); |
| 2099 | extern "C" ULONG EventPipeWriteEventExplicitBindStart( |
| 2100 | |
| 2101 | ); |
| 2102 | extern "C" BOOL EventPipeEventEnabledExplicitBindStart_V1(); |
| 2103 | extern "C" ULONG EventPipeWriteEventExplicitBindStart_V1( |
| 2104 | const unsigned short ClrInstanceID |
| 2105 | ); |
| 2106 | extern "C" BOOL EventPipeEventEnabledExplicitBindEnd(); |
| 2107 | extern "C" ULONG EventPipeWriteEventExplicitBindEnd( |
| 2108 | |
| 2109 | ); |
| 2110 | extern "C" BOOL EventPipeEventEnabledExplicitBindEnd_V1(); |
| 2111 | extern "C" ULONG EventPipeWriteEventExplicitBindEnd_V1( |
| 2112 | const unsigned short ClrInstanceID |
| 2113 | ); |
| 2114 | extern "C" BOOL EventPipeEventEnabledParseXml(); |
| 2115 | extern "C" ULONG EventPipeWriteEventParseXml( |
| 2116 | |
| 2117 | ); |
| 2118 | extern "C" BOOL EventPipeEventEnabledParseXml_V1(); |
| 2119 | extern "C" ULONG EventPipeWriteEventParseXml_V1( |
| 2120 | const unsigned short ClrInstanceID |
| 2121 | ); |
| 2122 | extern "C" BOOL EventPipeEventEnabledParseXmlEnd(); |
| 2123 | extern "C" ULONG EventPipeWriteEventParseXmlEnd( |
| 2124 | |
| 2125 | ); |
| 2126 | extern "C" BOOL EventPipeEventEnabledParseXmlEnd_V1(); |
| 2127 | extern "C" ULONG EventPipeWriteEventParseXmlEnd_V1( |
| 2128 | const unsigned short ClrInstanceID |
| 2129 | ); |
| 2130 | extern "C" BOOL EventPipeEventEnabledInitDefaultDomain(); |
| 2131 | extern "C" ULONG EventPipeWriteEventInitDefaultDomain( |
| 2132 | |
| 2133 | ); |
| 2134 | extern "C" BOOL EventPipeEventEnabledInitDefaultDomain_V1(); |
| 2135 | extern "C" ULONG EventPipeWriteEventInitDefaultDomain_V1( |
| 2136 | const unsigned short ClrInstanceID |
| 2137 | ); |
| 2138 | extern "C" BOOL EventPipeEventEnabledInitDefaultDomainEnd(); |
| 2139 | extern "C" ULONG EventPipeWriteEventInitDefaultDomainEnd( |
| 2140 | |
| 2141 | ); |
| 2142 | extern "C" BOOL EventPipeEventEnabledInitDefaultDomainEnd_V1(); |
| 2143 | extern "C" ULONG EventPipeWriteEventInitDefaultDomainEnd_V1( |
| 2144 | const unsigned short ClrInstanceID |
| 2145 | ); |
| 2146 | extern "C" BOOL EventPipeEventEnabledInitSecurity(); |
| 2147 | extern "C" ULONG EventPipeWriteEventInitSecurity( |
| 2148 | |
| 2149 | ); |
| 2150 | extern "C" BOOL EventPipeEventEnabledInitSecurity_V1(); |
| 2151 | extern "C" ULONG EventPipeWriteEventInitSecurity_V1( |
| 2152 | const unsigned short ClrInstanceID |
| 2153 | ); |
| 2154 | extern "C" BOOL EventPipeEventEnabledInitSecurityEnd(); |
| 2155 | extern "C" ULONG EventPipeWriteEventInitSecurityEnd( |
| 2156 | |
| 2157 | ); |
| 2158 | extern "C" BOOL EventPipeEventEnabledInitSecurityEnd_V1(); |
| 2159 | extern "C" ULONG EventPipeWriteEventInitSecurityEnd_V1( |
| 2160 | const unsigned short ClrInstanceID |
| 2161 | ); |
| 2162 | extern "C" BOOL EventPipeEventEnabledAllowBindingRedirs(); |
| 2163 | extern "C" ULONG EventPipeWriteEventAllowBindingRedirs( |
| 2164 | |
| 2165 | ); |
| 2166 | extern "C" BOOL EventPipeEventEnabledAllowBindingRedirs_V1(); |
| 2167 | extern "C" ULONG EventPipeWriteEventAllowBindingRedirs_V1( |
| 2168 | const unsigned short ClrInstanceID |
| 2169 | ); |
| 2170 | extern "C" BOOL EventPipeEventEnabledAllowBindingRedirsEnd(); |
| 2171 | extern "C" ULONG EventPipeWriteEventAllowBindingRedirsEnd( |
| 2172 | |
| 2173 | ); |
| 2174 | extern "C" BOOL EventPipeEventEnabledAllowBindingRedirsEnd_V1(); |
| 2175 | extern "C" ULONG EventPipeWriteEventAllowBindingRedirsEnd_V1( |
| 2176 | const unsigned short ClrInstanceID |
| 2177 | ); |
| 2178 | extern "C" BOOL EventPipeEventEnabledEEConfigSync(); |
| 2179 | extern "C" ULONG EventPipeWriteEventEEConfigSync( |
| 2180 | |
| 2181 | ); |
| 2182 | extern "C" BOOL EventPipeEventEnabledEEConfigSync_V1(); |
| 2183 | extern "C" ULONG EventPipeWriteEventEEConfigSync_V1( |
| 2184 | const unsigned short ClrInstanceID |
| 2185 | ); |
| 2186 | extern "C" BOOL EventPipeEventEnabledEEConfigSyncEnd(); |
| 2187 | extern "C" ULONG EventPipeWriteEventEEConfigSyncEnd( |
| 2188 | |
| 2189 | ); |
| 2190 | extern "C" BOOL EventPipeEventEnabledEEConfigSyncEnd_V1(); |
| 2191 | extern "C" ULONG EventPipeWriteEventEEConfigSyncEnd_V1( |
| 2192 | const unsigned short ClrInstanceID |
| 2193 | ); |
| 2194 | extern "C" BOOL EventPipeEventEnabledFusionBinding(); |
| 2195 | extern "C" ULONG EventPipeWriteEventFusionBinding( |
| 2196 | |
| 2197 | ); |
| 2198 | extern "C" BOOL EventPipeEventEnabledFusionBinding_V1(); |
| 2199 | extern "C" ULONG EventPipeWriteEventFusionBinding_V1( |
| 2200 | const unsigned short ClrInstanceID |
| 2201 | ); |
| 2202 | extern "C" BOOL EventPipeEventEnabledFusionBindingEnd(); |
| 2203 | extern "C" ULONG EventPipeWriteEventFusionBindingEnd( |
| 2204 | |
| 2205 | ); |
| 2206 | extern "C" BOOL EventPipeEventEnabledFusionBindingEnd_V1(); |
| 2207 | extern "C" ULONG EventPipeWriteEventFusionBindingEnd_V1( |
| 2208 | const unsigned short ClrInstanceID |
| 2209 | ); |
| 2210 | extern "C" BOOL EventPipeEventEnabledLoaderCatchCall(); |
| 2211 | extern "C" ULONG EventPipeWriteEventLoaderCatchCall( |
| 2212 | |
| 2213 | ); |
| 2214 | extern "C" BOOL EventPipeEventEnabledLoaderCatchCall_V1(); |
| 2215 | extern "C" ULONG EventPipeWriteEventLoaderCatchCall_V1( |
| 2216 | const unsigned short ClrInstanceID |
| 2217 | ); |
| 2218 | extern "C" BOOL EventPipeEventEnabledLoaderCatchCallEnd(); |
| 2219 | extern "C" ULONG EventPipeWriteEventLoaderCatchCallEnd( |
| 2220 | |
| 2221 | ); |
| 2222 | extern "C" BOOL EventPipeEventEnabledLoaderCatchCallEnd_V1(); |
| 2223 | extern "C" ULONG EventPipeWriteEventLoaderCatchCallEnd_V1( |
| 2224 | const unsigned short ClrInstanceID |
| 2225 | ); |
| 2226 | extern "C" BOOL EventPipeEventEnabledFusionInit(); |
| 2227 | extern "C" ULONG EventPipeWriteEventFusionInit( |
| 2228 | |
| 2229 | ); |
| 2230 | extern "C" BOOL EventPipeEventEnabledFusionInit_V1(); |
| 2231 | extern "C" ULONG EventPipeWriteEventFusionInit_V1( |
| 2232 | const unsigned short ClrInstanceID |
| 2233 | ); |
| 2234 | extern "C" BOOL EventPipeEventEnabledFusionInitEnd(); |
| 2235 | extern "C" ULONG EventPipeWriteEventFusionInitEnd( |
| 2236 | |
| 2237 | ); |
| 2238 | extern "C" BOOL EventPipeEventEnabledFusionInitEnd_V1(); |
| 2239 | extern "C" ULONG EventPipeWriteEventFusionInitEnd_V1( |
| 2240 | const unsigned short ClrInstanceID |
| 2241 | ); |
| 2242 | extern "C" BOOL EventPipeEventEnabledFusionAppCtx(); |
| 2243 | extern "C" ULONG EventPipeWriteEventFusionAppCtx( |
| 2244 | |
| 2245 | ); |
| 2246 | extern "C" BOOL EventPipeEventEnabledFusionAppCtx_V1(); |
| 2247 | extern "C" ULONG EventPipeWriteEventFusionAppCtx_V1( |
| 2248 | const unsigned short ClrInstanceID |
| 2249 | ); |
| 2250 | extern "C" BOOL EventPipeEventEnabledFusionAppCtxEnd(); |
| 2251 | extern "C" ULONG EventPipeWriteEventFusionAppCtxEnd( |
| 2252 | |
| 2253 | ); |
| 2254 | extern "C" BOOL EventPipeEventEnabledFusionAppCtxEnd_V1(); |
| 2255 | extern "C" ULONG EventPipeWriteEventFusionAppCtxEnd_V1( |
| 2256 | const unsigned short ClrInstanceID |
| 2257 | ); |
| 2258 | extern "C" BOOL EventPipeEventEnabledFusion2EE(); |
| 2259 | extern "C" ULONG EventPipeWriteEventFusion2EE( |
| 2260 | |
| 2261 | ); |
| 2262 | extern "C" BOOL EventPipeEventEnabledFusion2EE_V1(); |
| 2263 | extern "C" ULONG EventPipeWriteEventFusion2EE_V1( |
| 2264 | const unsigned short ClrInstanceID |
| 2265 | ); |
| 2266 | extern "C" BOOL EventPipeEventEnabledFusion2EEEnd(); |
| 2267 | extern "C" ULONG EventPipeWriteEventFusion2EEEnd( |
| 2268 | |
| 2269 | ); |
| 2270 | extern "C" BOOL EventPipeEventEnabledFusion2EEEnd_V1(); |
| 2271 | extern "C" ULONG EventPipeWriteEventFusion2EEEnd_V1( |
| 2272 | const unsigned short ClrInstanceID |
| 2273 | ); |
| 2274 | extern "C" BOOL EventPipeEventEnabledSecurityCatchCall(); |
| 2275 | extern "C" ULONG EventPipeWriteEventSecurityCatchCall( |
| 2276 | |
| 2277 | ); |
| 2278 | extern "C" BOOL EventPipeEventEnabledSecurityCatchCall_V1(); |
| 2279 | extern "C" ULONG EventPipeWriteEventSecurityCatchCall_V1( |
| 2280 | const unsigned short ClrInstanceID |
| 2281 | ); |
| 2282 | extern "C" BOOL EventPipeEventEnabledSecurityCatchCallEnd(); |
| 2283 | extern "C" ULONG EventPipeWriteEventSecurityCatchCallEnd( |
| 2284 | |
| 2285 | ); |
| 2286 | extern "C" BOOL EventPipeEventEnabledSecurityCatchCallEnd_V1(); |
| 2287 | extern "C" ULONG EventPipeWriteEventSecurityCatchCallEnd_V1( |
| 2288 | const unsigned short ClrInstanceID |
| 2289 | ); |
| 2290 | extern "C" BOOL EventPipeEventEnabledCLRStackWalkPrivate(); |
| 2291 | extern "C" ULONG EventPipeWriteEventCLRStackWalkPrivate( |
| 2292 | const unsigned short ClrInstanceID, |
| 2293 | const unsigned char Reserved1, |
| 2294 | const unsigned char Reserved2, |
| 2295 | const unsigned int FrameCount, |
| 2296 | const void** Stack |
| 2297 | ); |
| 2298 | extern "C" BOOL EventPipeEventEnabledModuleRangeLoadPrivate(); |
| 2299 | extern "C" ULONG EventPipeWriteEventModuleRangeLoadPrivate( |
| 2300 | const unsigned short ClrInstanceID, |
| 2301 | const unsigned __int64 ModuleID, |
| 2302 | const unsigned int RangeBegin, |
| 2303 | const unsigned int RangeSize, |
| 2304 | const unsigned char RangeType, |
| 2305 | const unsigned char IBCType, |
| 2306 | const unsigned short SectionType |
| 2307 | ); |
| 2308 | extern "C" BOOL EventPipeEventEnabledBindingPolicyPhaseStart(); |
| 2309 | extern "C" ULONG EventPipeWriteEventBindingPolicyPhaseStart( |
| 2310 | const unsigned int AppDomainID, |
| 2311 | const unsigned int LoadContextID, |
| 2312 | const unsigned int FromLoaderCache, |
| 2313 | const unsigned int DynamicLoad, |
| 2314 | PCWSTR AssemblyCodebase, |
| 2315 | PCWSTR AssemblyName, |
| 2316 | const unsigned short ClrInstanceID |
| 2317 | ); |
| 2318 | extern "C" BOOL EventPipeEventEnabledBindingPolicyPhaseEnd(); |
| 2319 | extern "C" ULONG EventPipeWriteEventBindingPolicyPhaseEnd( |
| 2320 | const unsigned int AppDomainID, |
| 2321 | const unsigned int LoadContextID, |
| 2322 | const unsigned int FromLoaderCache, |
| 2323 | const unsigned int DynamicLoad, |
| 2324 | PCWSTR AssemblyCodebase, |
| 2325 | PCWSTR AssemblyName, |
| 2326 | const unsigned short ClrInstanceID |
| 2327 | ); |
| 2328 | extern "C" BOOL EventPipeEventEnabledBindingNgenPhaseStart(); |
| 2329 | extern "C" ULONG EventPipeWriteEventBindingNgenPhaseStart( |
| 2330 | const unsigned int AppDomainID, |
| 2331 | const unsigned int LoadContextID, |
| 2332 | const unsigned int FromLoaderCache, |
| 2333 | const unsigned int DynamicLoad, |
| 2334 | PCWSTR AssemblyCodebase, |
| 2335 | PCWSTR AssemblyName, |
| 2336 | const unsigned short ClrInstanceID |
| 2337 | ); |
| 2338 | extern "C" BOOL EventPipeEventEnabledBindingNgenPhaseEnd(); |
| 2339 | extern "C" ULONG EventPipeWriteEventBindingNgenPhaseEnd( |
| 2340 | const unsigned int AppDomainID, |
| 2341 | const unsigned int LoadContextID, |
| 2342 | const unsigned int FromLoaderCache, |
| 2343 | const unsigned int DynamicLoad, |
| 2344 | PCWSTR AssemblyCodebase, |
| 2345 | PCWSTR AssemblyName, |
| 2346 | const unsigned short ClrInstanceID |
| 2347 | ); |
| 2348 | extern "C" BOOL EventPipeEventEnabledBindingLookupAndProbingPhaseStart(); |
| 2349 | extern "C" ULONG EventPipeWriteEventBindingLookupAndProbingPhaseStart( |
| 2350 | const unsigned int AppDomainID, |
| 2351 | const unsigned int LoadContextID, |
| 2352 | const unsigned int FromLoaderCache, |
| 2353 | const unsigned int DynamicLoad, |
| 2354 | PCWSTR AssemblyCodebase, |
| 2355 | PCWSTR AssemblyName, |
| 2356 | const unsigned short ClrInstanceID |
| 2357 | ); |
| 2358 | extern "C" BOOL EventPipeEventEnabledBindingLookupAndProbingPhaseEnd(); |
| 2359 | extern "C" ULONG EventPipeWriteEventBindingLookupAndProbingPhaseEnd( |
| 2360 | const unsigned int AppDomainID, |
| 2361 | const unsigned int LoadContextID, |
| 2362 | const unsigned int FromLoaderCache, |
| 2363 | const unsigned int DynamicLoad, |
| 2364 | PCWSTR AssemblyCodebase, |
| 2365 | PCWSTR AssemblyName, |
| 2366 | const unsigned short ClrInstanceID |
| 2367 | ); |
| 2368 | extern "C" BOOL EventPipeEventEnabledLoaderPhaseStart(); |
| 2369 | extern "C" ULONG EventPipeWriteEventLoaderPhaseStart( |
| 2370 | const unsigned int AppDomainID, |
| 2371 | const unsigned int LoadContextID, |
| 2372 | const unsigned int FromLoaderCache, |
| 2373 | const unsigned int DynamicLoad, |
| 2374 | PCWSTR AssemblyCodebase, |
| 2375 | PCWSTR AssemblyName, |
| 2376 | const unsigned short ClrInstanceID |
| 2377 | ); |
| 2378 | extern "C" BOOL EventPipeEventEnabledLoaderPhaseEnd(); |
| 2379 | extern "C" ULONG EventPipeWriteEventLoaderPhaseEnd( |
| 2380 | const unsigned int AppDomainID, |
| 2381 | const unsigned int LoadContextID, |
| 2382 | const unsigned int FromLoaderCache, |
| 2383 | const unsigned int DynamicLoad, |
| 2384 | PCWSTR AssemblyCodebase, |
| 2385 | PCWSTR AssemblyName, |
| 2386 | const unsigned short ClrInstanceID |
| 2387 | ); |
| 2388 | extern "C" BOOL EventPipeEventEnabledBindingPhaseStart(); |
| 2389 | extern "C" ULONG EventPipeWriteEventBindingPhaseStart( |
| 2390 | const unsigned int AppDomainID, |
| 2391 | const unsigned int LoadContextID, |
| 2392 | const unsigned int FromLoaderCache, |
| 2393 | const unsigned int DynamicLoad, |
| 2394 | PCWSTR AssemblyCodebase, |
| 2395 | PCWSTR AssemblyName, |
| 2396 | const unsigned short ClrInstanceID |
| 2397 | ); |
| 2398 | extern "C" BOOL EventPipeEventEnabledBindingPhaseEnd(); |
| 2399 | extern "C" ULONG EventPipeWriteEventBindingPhaseEnd( |
| 2400 | const unsigned int AppDomainID, |
| 2401 | const unsigned int LoadContextID, |
| 2402 | const unsigned int FromLoaderCache, |
| 2403 | const unsigned int DynamicLoad, |
| 2404 | PCWSTR AssemblyCodebase, |
| 2405 | PCWSTR AssemblyName, |
| 2406 | const unsigned short ClrInstanceID |
| 2407 | ); |
| 2408 | extern "C" BOOL EventPipeEventEnabledBindingDownloadPhaseStart(); |
| 2409 | extern "C" ULONG EventPipeWriteEventBindingDownloadPhaseStart( |
| 2410 | const unsigned int AppDomainID, |
| 2411 | const unsigned int LoadContextID, |
| 2412 | const unsigned int FromLoaderCache, |
| 2413 | const unsigned int DynamicLoad, |
| 2414 | PCWSTR AssemblyCodebase, |
| 2415 | PCWSTR AssemblyName, |
| 2416 | const unsigned short ClrInstanceID |
| 2417 | ); |
| 2418 | extern "C" BOOL EventPipeEventEnabledBindingDownloadPhaseEnd(); |
| 2419 | extern "C" ULONG EventPipeWriteEventBindingDownloadPhaseEnd( |
| 2420 | const unsigned int AppDomainID, |
| 2421 | const unsigned int LoadContextID, |
| 2422 | const unsigned int FromLoaderCache, |
| 2423 | const unsigned int DynamicLoad, |
| 2424 | PCWSTR AssemblyCodebase, |
| 2425 | PCWSTR AssemblyName, |
| 2426 | const unsigned short ClrInstanceID |
| 2427 | ); |
| 2428 | extern "C" BOOL EventPipeEventEnabledLoaderAssemblyInitPhaseStart(); |
| 2429 | extern "C" ULONG EventPipeWriteEventLoaderAssemblyInitPhaseStart( |
| 2430 | const unsigned int AppDomainID, |
| 2431 | const unsigned int LoadContextID, |
| 2432 | const unsigned int FromLoaderCache, |
| 2433 | const unsigned int DynamicLoad, |
| 2434 | PCWSTR AssemblyCodebase, |
| 2435 | PCWSTR AssemblyName, |
| 2436 | const unsigned short ClrInstanceID |
| 2437 | ); |
| 2438 | extern "C" BOOL EventPipeEventEnabledLoaderAssemblyInitPhaseEnd(); |
| 2439 | extern "C" ULONG EventPipeWriteEventLoaderAssemblyInitPhaseEnd( |
| 2440 | const unsigned int AppDomainID, |
| 2441 | const unsigned int LoadContextID, |
| 2442 | const unsigned int FromLoaderCache, |
| 2443 | const unsigned int DynamicLoad, |
| 2444 | PCWSTR AssemblyCodebase, |
| 2445 | PCWSTR AssemblyName, |
| 2446 | const unsigned short ClrInstanceID |
| 2447 | ); |
| 2448 | extern "C" BOOL EventPipeEventEnabledLoaderMappingPhaseStart(); |
| 2449 | extern "C" ULONG EventPipeWriteEventLoaderMappingPhaseStart( |
| 2450 | const unsigned int AppDomainID, |
| 2451 | const unsigned int LoadContextID, |
| 2452 | const unsigned int FromLoaderCache, |
| 2453 | const unsigned int DynamicLoad, |
| 2454 | PCWSTR AssemblyCodebase, |
| 2455 | PCWSTR AssemblyName, |
| 2456 | const unsigned short ClrInstanceID |
| 2457 | ); |
| 2458 | extern "C" BOOL EventPipeEventEnabledLoaderMappingPhaseEnd(); |
| 2459 | extern "C" ULONG EventPipeWriteEventLoaderMappingPhaseEnd( |
| 2460 | const unsigned int AppDomainID, |
| 2461 | const unsigned int LoadContextID, |
| 2462 | const unsigned int FromLoaderCache, |
| 2463 | const unsigned int DynamicLoad, |
| 2464 | PCWSTR AssemblyCodebase, |
| 2465 | PCWSTR AssemblyName, |
| 2466 | const unsigned short ClrInstanceID |
| 2467 | ); |
| 2468 | extern "C" BOOL EventPipeEventEnabledLoaderDeliverEventsPhaseStart(); |
| 2469 | extern "C" ULONG EventPipeWriteEventLoaderDeliverEventsPhaseStart( |
| 2470 | const unsigned int AppDomainID, |
| 2471 | const unsigned int LoadContextID, |
| 2472 | const unsigned int FromLoaderCache, |
| 2473 | const unsigned int DynamicLoad, |
| 2474 | PCWSTR AssemblyCodebase, |
| 2475 | PCWSTR AssemblyName, |
| 2476 | const unsigned short ClrInstanceID |
| 2477 | ); |
| 2478 | extern "C" BOOL EventPipeEventEnabledLoaderDeliverEventsPhaseEnd(); |
| 2479 | extern "C" ULONG EventPipeWriteEventLoaderDeliverEventsPhaseEnd( |
| 2480 | const unsigned int AppDomainID, |
| 2481 | const unsigned int LoadContextID, |
| 2482 | const unsigned int FromLoaderCache, |
| 2483 | const unsigned int DynamicLoad, |
| 2484 | PCWSTR AssemblyCodebase, |
| 2485 | PCWSTR AssemblyName, |
| 2486 | const unsigned short ClrInstanceID |
| 2487 | ); |
| 2488 | extern "C" BOOL EventPipeEventEnabledEvidenceGenerated(); |
| 2489 | extern "C" ULONG EventPipeWriteEventEvidenceGenerated( |
| 2490 | const unsigned int Type, |
| 2491 | const unsigned int AppDomain, |
| 2492 | PCWSTR ILImage, |
| 2493 | const unsigned short ClrInstanceID |
| 2494 | ); |
| 2495 | extern "C" BOOL EventPipeEventEnabledModuleTransparencyComputationStart(); |
| 2496 | extern "C" ULONG EventPipeWriteEventModuleTransparencyComputationStart( |
| 2497 | PCWSTR Module, |
| 2498 | const unsigned int AppDomainID, |
| 2499 | const unsigned short ClrInstanceID |
| 2500 | ); |
| 2501 | extern "C" BOOL EventPipeEventEnabledModuleTransparencyComputationEnd(); |
| 2502 | extern "C" ULONG EventPipeWriteEventModuleTransparencyComputationEnd( |
| 2503 | PCWSTR Module, |
| 2504 | const unsigned int AppDomainID, |
| 2505 | const BOOL IsAllCritical, |
| 2506 | const BOOL IsAllTransparent, |
| 2507 | const BOOL IsTreatAsSafe, |
| 2508 | const BOOL IsOpportunisticallyCritical, |
| 2509 | const unsigned int SecurityRuleSet, |
| 2510 | const unsigned short ClrInstanceID |
| 2511 | ); |
| 2512 | extern "C" BOOL EventPipeEventEnabledTypeTransparencyComputationStart(); |
| 2513 | extern "C" ULONG EventPipeWriteEventTypeTransparencyComputationStart( |
| 2514 | PCWSTR Type, |
| 2515 | PCWSTR Module, |
| 2516 | const unsigned int AppDomainID, |
| 2517 | const unsigned short ClrInstanceID |
| 2518 | ); |
| 2519 | extern "C" BOOL EventPipeEventEnabledTypeTransparencyComputationEnd(); |
| 2520 | extern "C" ULONG EventPipeWriteEventTypeTransparencyComputationEnd( |
| 2521 | PCWSTR Type, |
| 2522 | PCWSTR Module, |
| 2523 | const unsigned int AppDomainID, |
| 2524 | const BOOL IsAllCritical, |
| 2525 | const BOOL IsAllTransparent, |
| 2526 | const BOOL IsCritical, |
| 2527 | const BOOL IsTreatAsSafe, |
| 2528 | const unsigned short ClrInstanceID |
| 2529 | ); |
| 2530 | extern "C" BOOL EventPipeEventEnabledMethodTransparencyComputationStart(); |
| 2531 | extern "C" ULONG EventPipeWriteEventMethodTransparencyComputationStart( |
| 2532 | PCWSTR Method, |
| 2533 | PCWSTR Module, |
| 2534 | const unsigned int AppDomainID, |
| 2535 | const unsigned short ClrInstanceID |
| 2536 | ); |
| 2537 | extern "C" BOOL EventPipeEventEnabledMethodTransparencyComputationEnd(); |
| 2538 | extern "C" ULONG EventPipeWriteEventMethodTransparencyComputationEnd( |
| 2539 | PCWSTR Method, |
| 2540 | PCWSTR Module, |
| 2541 | const unsigned int AppDomainID, |
| 2542 | const BOOL IsCritical, |
| 2543 | const BOOL IsTreatAsSafe, |
| 2544 | const unsigned short ClrInstanceID |
| 2545 | ); |
| 2546 | extern "C" BOOL EventPipeEventEnabledFieldTransparencyComputationStart(); |
| 2547 | extern "C" ULONG EventPipeWriteEventFieldTransparencyComputationStart( |
| 2548 | PCWSTR Field, |
| 2549 | PCWSTR Module, |
| 2550 | const unsigned int AppDomainID, |
| 2551 | const unsigned short ClrInstanceID |
| 2552 | ); |
| 2553 | extern "C" BOOL EventPipeEventEnabledFieldTransparencyComputationEnd(); |
| 2554 | extern "C" ULONG EventPipeWriteEventFieldTransparencyComputationEnd( |
| 2555 | PCWSTR Field, |
| 2556 | PCWSTR Module, |
| 2557 | const unsigned int AppDomainID, |
| 2558 | const BOOL IsCritical, |
| 2559 | const BOOL IsTreatAsSafe, |
| 2560 | const unsigned short ClrInstanceID |
| 2561 | ); |
| 2562 | extern "C" BOOL EventPipeEventEnabledTokenTransparencyComputationStart(); |
| 2563 | extern "C" ULONG EventPipeWriteEventTokenTransparencyComputationStart( |
| 2564 | const unsigned int Token, |
| 2565 | PCWSTR Module, |
| 2566 | const unsigned int AppDomainID, |
| 2567 | const unsigned short ClrInstanceID |
| 2568 | ); |
| 2569 | extern "C" BOOL EventPipeEventEnabledTokenTransparencyComputationEnd(); |
| 2570 | extern "C" ULONG EventPipeWriteEventTokenTransparencyComputationEnd( |
| 2571 | const unsigned int Token, |
| 2572 | PCWSTR Module, |
| 2573 | const unsigned int AppDomainID, |
| 2574 | const BOOL IsCritical, |
| 2575 | const BOOL IsTreatAsSafe, |
| 2576 | const unsigned short ClrInstanceID |
| 2577 | ); |
| 2578 | extern "C" BOOL EventPipeEventEnabledNgenBindEvent(); |
| 2579 | extern "C" ULONG EventPipeWriteEventNgenBindEvent( |
| 2580 | const unsigned short ClrInstanceID, |
| 2581 | const unsigned __int64 BindingID, |
| 2582 | const unsigned int ReasonCode, |
| 2583 | PCWSTR AssemblyName |
| 2584 | ); |
| 2585 | extern "C" BOOL EventPipeEventEnabledFailFast(); |
| 2586 | extern "C" ULONG EventPipeWriteEventFailFast( |
| 2587 | PCWSTR FailFastUserMessage, |
| 2588 | const void* FailedEIP, |
| 2589 | const unsigned int OSExitCode, |
| 2590 | const unsigned int ClrExitCode, |
| 2591 | const unsigned short ClrInstanceID |
| 2592 | ); |
| 2593 | extern "C" BOOL EventPipeEventEnabledPrvFinalizeObject(); |
| 2594 | extern "C" ULONG EventPipeWriteEventPrvFinalizeObject( |
| 2595 | const void* TypeID, |
| 2596 | const void* ObjectID, |
| 2597 | const unsigned short ClrInstanceID, |
| 2598 | PCWSTR TypeName |
| 2599 | ); |
| 2600 | extern "C" BOOL EventPipeEventEnabledCCWRefCountChangeAnsi(); |
| 2601 | extern "C" ULONG EventPipeWriteEventCCWRefCountChangeAnsi( |
| 2602 | const void* HandleID, |
| 2603 | const void* ObjectID, |
| 2604 | const void* COMInterfacePointer, |
| 2605 | const unsigned int NewRefCount, |
| 2606 | const unsigned __int64 AppDomainID, |
| 2607 | LPCSTR ClassName, |
| 2608 | LPCSTR NameSpace, |
| 2609 | PCWSTR Operation, |
| 2610 | const unsigned short ClrInstanceID |
| 2611 | ); |
| 2612 | extern "C" BOOL EventPipeEventEnabledPrvSetGCHandle(); |
| 2613 | extern "C" ULONG EventPipeWriteEventPrvSetGCHandle( |
| 2614 | const void* HandleID, |
| 2615 | const void* ObjectID, |
| 2616 | const unsigned int Kind, |
| 2617 | const unsigned int Generation, |
| 2618 | const unsigned __int64 AppDomainID, |
| 2619 | const unsigned short ClrInstanceID |
| 2620 | ); |
| 2621 | extern "C" BOOL EventPipeEventEnabledPrvDestroyGCHandle(); |
| 2622 | extern "C" ULONG EventPipeWriteEventPrvDestroyGCHandle( |
| 2623 | const void* HandleID, |
| 2624 | const unsigned short ClrInstanceID |
| 2625 | ); |
| 2626 | extern "C" BOOL EventPipeEventEnabledFusionMessageEvent(); |
| 2627 | extern "C" ULONG EventPipeWriteEventFusionMessageEvent( |
| 2628 | const unsigned short ClrInstanceID, |
| 2629 | const BOOL Prepend, |
| 2630 | PCWSTR Message |
| 2631 | ); |
| 2632 | extern "C" BOOL EventPipeEventEnabledFusionErrorCodeEvent(); |
| 2633 | extern "C" ULONG EventPipeWriteEventFusionErrorCodeEvent( |
| 2634 | const unsigned short ClrInstanceID, |
| 2635 | const unsigned int Category, |
| 2636 | const unsigned int ErrorCode |
| 2637 | ); |
| 2638 | extern "C" BOOL EventPipeEventEnabledPinPlugAtGCTime(); |
| 2639 | extern "C" ULONG EventPipeWriteEventPinPlugAtGCTime( |
| 2640 | const void* PlugStart, |
| 2641 | const void* PlugEnd, |
| 2642 | const void* GapBeforeSize, |
| 2643 | const unsigned short ClrInstanceID |
| 2644 | ); |
| 2645 | extern "C" BOOL EventPipeEventEnabledCCWRefCountChange(); |
| 2646 | extern "C" ULONG EventPipeWriteEventCCWRefCountChange( |
| 2647 | const void* HandleID, |
| 2648 | const void* ObjectID, |
| 2649 | const void* COMInterfacePointer, |
| 2650 | const unsigned int NewRefCount, |
| 2651 | const unsigned __int64 AppDomainID, |
| 2652 | PCWSTR ClassName, |
| 2653 | PCWSTR NameSpace, |
| 2654 | PCWSTR Operation, |
| 2655 | const unsigned short ClrInstanceID |
| 2656 | ); |
| 2657 | extern "C" BOOL EventPipeEventEnabledAllocRequest(); |
| 2658 | extern "C" ULONG EventPipeWriteEventAllocRequest( |
| 2659 | const void* LoaderHeapPtr, |
| 2660 | const void* MemoryAddress, |
| 2661 | const unsigned int RequestSize, |
| 2662 | const unsigned int Unused1, |
| 2663 | const unsigned __int64 Unused2, |
| 2664 | const unsigned short ClrInstanceID |
| 2665 | ); |
| 2666 | extern "C" BOOL EventPipeEventEnabledMulticoreJit(); |
| 2667 | extern "C" ULONG EventPipeWriteEventMulticoreJit( |
| 2668 | const unsigned short ClrInstanceID, |
| 2669 | PCWSTR String1, |
| 2670 | PCWSTR String2, |
| 2671 | const signed int Int1, |
| 2672 | const signed int Int2, |
| 2673 | const signed int Int3 |
| 2674 | ); |
| 2675 | extern "C" BOOL EventPipeEventEnabledMulticoreJitMethodCodeReturned(); |
| 2676 | extern "C" ULONG EventPipeWriteEventMulticoreJitMethodCodeReturned( |
| 2677 | const unsigned short ClrInstanceID, |
| 2678 | const unsigned __int64 ModuleID, |
| 2679 | const unsigned __int64 MethodID |
| 2680 | ); |
| 2681 | extern "C" BOOL EventPipeEventEnabledIInspectableRuntimeClassName(); |
| 2682 | extern "C" ULONG EventPipeWriteEventIInspectableRuntimeClassName( |
| 2683 | PCWSTR TypeName, |
| 2684 | const unsigned short ClrInstanceID |
| 2685 | ); |
| 2686 | extern "C" BOOL EventPipeEventEnabledWinRTUnbox(); |
| 2687 | extern "C" ULONG EventPipeWriteEventWinRTUnbox( |
| 2688 | PCWSTR TypeName, |
| 2689 | PCWSTR SecondTypeName, |
| 2690 | const unsigned short ClrInstanceID |
| 2691 | ); |
| 2692 | extern "C" BOOL EventPipeEventEnabledCreateRCW(); |
| 2693 | extern "C" ULONG EventPipeWriteEventCreateRCW( |
| 2694 | PCWSTR TypeName, |
| 2695 | const unsigned short ClrInstanceID |
| 2696 | ); |
| 2697 | extern "C" BOOL EventPipeEventEnabledRCWVariance(); |
| 2698 | extern "C" ULONG EventPipeWriteEventRCWVariance( |
| 2699 | PCWSTR TypeName, |
| 2700 | PCWSTR InterfaceTypeName, |
| 2701 | PCWSTR VariantInterfaceTypeName, |
| 2702 | const unsigned short ClrInstanceID |
| 2703 | ); |
| 2704 | extern "C" BOOL EventPipeEventEnabledRCWIEnumerableCasting(); |
| 2705 | extern "C" ULONG EventPipeWriteEventRCWIEnumerableCasting( |
| 2706 | PCWSTR TypeName, |
| 2707 | PCWSTR SecondTypeName, |
| 2708 | const unsigned short ClrInstanceID |
| 2709 | ); |
| 2710 | extern "C" BOOL EventPipeEventEnabledCreateCCW(); |
| 2711 | extern "C" ULONG EventPipeWriteEventCreateCCW( |
| 2712 | PCWSTR TypeName, |
| 2713 | const unsigned short ClrInstanceID |
| 2714 | ); |
| 2715 | extern "C" BOOL EventPipeEventEnabledCCWVariance(); |
| 2716 | extern "C" ULONG EventPipeWriteEventCCWVariance( |
| 2717 | PCWSTR TypeName, |
| 2718 | PCWSTR InterfaceTypeName, |
| 2719 | PCWSTR VariantInterfaceTypeName, |
| 2720 | const unsigned short ClrInstanceID |
| 2721 | ); |
| 2722 | extern "C" BOOL EventPipeEventEnabledObjectVariantMarshallingToNative(); |
| 2723 | extern "C" ULONG EventPipeWriteEventObjectVariantMarshallingToNative( |
| 2724 | PCWSTR TypeName, |
| 2725 | const signed int Int1, |
| 2726 | const unsigned short ClrInstanceID |
| 2727 | ); |
| 2728 | extern "C" BOOL EventPipeEventEnabledGetTypeFromGUID(); |
| 2729 | extern "C" ULONG EventPipeWriteEventGetTypeFromGUID( |
| 2730 | PCWSTR TypeName, |
| 2731 | PCWSTR SecondTypeName, |
| 2732 | const unsigned short ClrInstanceID |
| 2733 | ); |
| 2734 | extern "C" BOOL EventPipeEventEnabledGetTypeFromProgID(); |
| 2735 | extern "C" ULONG EventPipeWriteEventGetTypeFromProgID( |
| 2736 | PCWSTR TypeName, |
| 2737 | PCWSTR SecondTypeName, |
| 2738 | const unsigned short ClrInstanceID |
| 2739 | ); |
| 2740 | extern "C" BOOL EventPipeEventEnabledConvertToCallbackEtw(); |
| 2741 | extern "C" ULONG EventPipeWriteEventConvertToCallbackEtw( |
| 2742 | PCWSTR TypeName, |
| 2743 | PCWSTR SecondTypeName, |
| 2744 | const unsigned short ClrInstanceID |
| 2745 | ); |
| 2746 | extern "C" BOOL EventPipeEventEnabledBeginCreateManagedReference(); |
| 2747 | extern "C" ULONG EventPipeWriteEventBeginCreateManagedReference( |
| 2748 | const unsigned short ClrInstanceID |
| 2749 | ); |
| 2750 | extern "C" BOOL EventPipeEventEnabledEndCreateManagedReference(); |
| 2751 | extern "C" ULONG EventPipeWriteEventEndCreateManagedReference( |
| 2752 | const unsigned short ClrInstanceID |
| 2753 | ); |
| 2754 | extern "C" BOOL EventPipeEventEnabledObjectVariantMarshallingToManaged(); |
| 2755 | extern "C" ULONG EventPipeWriteEventObjectVariantMarshallingToManaged( |
| 2756 | PCWSTR TypeName, |
| 2757 | const signed int Int1, |
| 2758 | const unsigned short ClrInstanceID |
| 2759 | ); |
| 2760 | |
| 2761 | |