summaryrefslogtreecommitdiff
path: root/src/vm/ClrEtwAllMeta.lst
blob: 042f7c8a071d44630d5234f1e0d7782cfc4d0ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
#
# This list is to specify the events not supported on Mac.
# The format of this file is <action>:[eventtask]:[eventprovider]:[eventversion]:[eventsymbol]
# where <action> could be one of nostack, nomac, stack, noclrinstanceid
#       [eventtask] is the task of the event
#       [eventprovider] is the provider of the event
#       [eventversion] is the version of the event
#       [eventsymbol] is the symbol of the event
# in the src\VM\ClrEtwAll.man manifest file
#
# <action> is mandatory
# * can be used as a wildcard in place of [eventtask], [eventprovider], [eventversion], [eventversion]
# if [eventprovider] is specified, then the action is applied to the entire provider unless [eventtask] or [eventsymbol] is specified
# if [eventtask] is specified, then the action is applied to all the events with that task unless the [eventsymbol] is also specified. [eventprovider] is ignored at this time
# if [eventsymbol] is specified, then the action is applied to only that event. [eventprovider] is ignored at this time
# [eventversion] is currently unused and will act as NOP
#
# If we do not want an event to have a stack, there should be nostack entries for all versions of that event
# An event having a stack is represented by a '1' bit and a '0' bit otherwise
# A single bit is saved for a single event value and therefore even if the event has multiple versions,
# it has a single bit.
# Logical OR rules apply as far as support for stack for an event is concerned,
# which is to say that if an event is marked as 'stack' and 'nostack', the logical OR'ing will give the final result of 'stack'
#
# Whenever a new version of an event comes up such that 
# its older version is no longer used on Mac, the older
# version's event entry must be added here
#

##################################
# Events from the runtime provider
##################################

##########################
# GarbageCollection events
##########################
noclrinstanceid::::EventSource
noclrinstanceid:GarbageCollection:::GCStart
nostack:GarbageCollection:::GCStart
nomac:GarbageCollection:::GCStart_V1
nostack:GarbageCollection:::GCStart_V1
nomac:GarbageCollection:::GCStart_V2
nostack:GarbageCollection:::GCStart_V2
nomac:GarbageCollection:::GCEnd
noclrinstanceid:GarbageCollection:::GCEnd
nostack:GarbageCollection:::GCEnd
nostack:GarbageCollection:::GCEnd_V1
nomac:GarbageCollection:::GCRestartEEEnd
noclrinstanceid:GarbageCollection:::GCRestartEEEnd
nostack:GarbageCollection:::GCRestartEEEnd
nostack:GarbageCollection:::GCRestartEEEnd_V1
nomac:GarbageCollection:::GCHeapStats
noclrinstanceid:GarbageCollection:::GCHeapStats
nostack:GarbageCollection:::GCHeapStats
nostack:GarbageCollection:::GCHeapStats_V1
nomac:GarbageCollection:::GCHeapStats_V1
nomac:GarbageCollection:::GCCreateSegment
nostack:GarbageCollection:::GCCreateSegment
noclrinstanceid:GarbageCollection:::GCCreateSegment
nostack:GarbageCollection:::GCCreateSegment_V1
nomac:GarbageCollection:::GCFreeSegment
noclrinstanceid:GarbageCollection:::GCFreeSegment
nostack:GarbageCollection:::GCFreeSegment
nostack:GarbageCollection:::GCFreeSegment_V1
nomac:GarbageCollection:::GCRestartEEBegin
noclrinstanceid:GarbageCollection:::GCRestartEEBegin
nostack:GarbageCollection:::GCRestartEEBegin
nostack:GarbageCollection:::GCRestartEEBegin_V1
nomac:GarbageCollection:::GCSuspendEEEnd
noclrinstanceid:GarbageCollection:::GCSuspendEEEnd
nostack:GarbageCollection:::GCSuspendEEEnd
nostack:GarbageCollection:::GCSuspendEEEnd_V1
nomac:GarbageCollection:::GCSuspendEEBegin
noclrinstanceid:GarbageCollection:::GCSuspendEEBegin
nostack:GarbageCollection:::GCSuspendEEBegin
nostack:GarbageCollection:::GCSuspendEEBegin_V1
nomac:GarbageCollection:::GCAllocationTick
noclrinstanceid:GarbageCollection:::GCAllocationTick
nomac:GarbageCollection:::GCCreateConcurrentThread
noclrinstanceid:GarbageCollection:::GCCreateConcurrentThread
nostack:GarbageCollection:::GCCreateConcurrentThread
nostack:GarbageCollection:::GCCreateConcurrentThread_V1
nomac:GarbageCollection:::GCCreateConcurrentThread_V1
nomac:GarbageCollection:::GCTerminateConcurrentThread
noclrinstanceid:GarbageCollection:::GCTerminateConcurrentThread
nostack:GarbageCollection:::GCTerminateConcurrentThread
nomac:GarbageCollection:::GCTerminateConcurrentThread_V1
nostack:GarbageCollection:::GCTerminateConcurrentThread_V1
nomac:GarbageCollection:::GCFinalizersEnd
noclrinstanceid:GarbageCollection:::GCFinalizersEnd
nostack:GarbageCollection:::GCFinalizersEnd
nostack:GarbageCollection:::GCFinalizersEnd_V1
nomac:GarbageCollection:::GCFinalizersBegin
noclrinstanceid:GarbageCollection:::GCFinalizersBegin
nostack:GarbageCollection:::GCFinalizersBegin
nostack:GarbageCollection:::GCFinalizersBegin_V1
nomac:GarbageCollection:::GCMarkStackRoots
nostack:GarbageCollection:::GCMarkStackRoots
nomac:GarbageCollection:::GCMarkFinalizeQueueRoots
nostack:GarbageCollection:::GCMarkFinalizeQueueRoots
nomac:GarbageCollection:::GCMarkHandles
nostack:GarbageCollection:::GCMarkHandles
nomac:GarbageCollection:::GCMarkOlderGenerationRoots
nostack:GarbageCollection:::GCMarkOlderGenerationRoots
nomac:GarbageCollection:::GCMarkWithType
nostack:GarbageCollection:::GCMarkWithType
nostack:GarbageCollection:::PinObjectAtGCTime
nostack:GarbageCollection:::FinalizeObject
nostack:GarbageCollection:::GCGenerationRange
nostack:GarbageCollection:::GCBulkRootEdge
nostack:GarbageCollection:::GCBulkRootConditionalWeakTableElementEdge
nostack:GarbageCollection:::GCBulkNode
nostack:GarbageCollection:::GCBulkEdge
nostack:GarbageCollection:::GCBulkSurvivingObjectRanges
nostack:GarbageCollection:::GCBulkMovedObjectRanges
nostack:GarbageCollection:::GCBulkRootCCW
nostack:GarbageCollection:::GCBulkRCW
nostack:GarbageCollection:::GCBulkRootStaticVar
nomac:GarbageCollection:::GCPerHeapHistory_V3
nostack:GarbageCollection:::GCPerHeapHistory_V3
nomac:GarbageCollection:::GCGlobalHeap_V2
nostack:GarbageCollection:::GCGlobalHeap_V2
nomac:GarbageCollection:::GCJoin_V2

#############
# Type events
#############

nostack:Type:::BulkType

###################
# Threadpool events
###################
nomac:WorkerThreadCreation:::WorkerThreadCreate
noclrinstanceid:WorkerThreadCreation:::WorkerThreadCreate
nomac:WorkerThreadCreation:::WorkerThreadTerminate
noclrinstanceid:WorkerThreadCreation:::WorkerThreadTerminate
nomac:WorkerThreadRetirement:::WorkerThreadRetire
noclrinstanceid:WorkerThreadRetirement:::WorkerThreadRetire
nomac:WorkerThreadRetirement:::WorkerThreadUnretire
noclrinstanceid:WorkerThreadRetirement:::WorkerThreadUnretire
nomac:IOThreadCreation:::IOThreadCreate
noclrinstanceid:IOThreadCreation:::IOThreadCreate
nomac:IOThreadCreation:::IOThreadTerminate
noclrinstanceid:IOThreadCreation:::IOThreadTerminate
nomac:IOThreadRetirement:::IOThreadRetire
noclrinstanceid:IOThreadRetirement:::IOThreadRetire
nomac:IOThreadRetirement:::IOThreadUnretire
noclrinstanceid:IOThreadRetirement:::IOThreadUnretire
nomac:ThreadpoolSuspension:::ThreadpoolSuspensionSuspendThread
noclrinstanceid:ThreadpoolSuspension:::ThreadpoolSuspensionSuspendThread
nomac:ThreadpoolSuspension:::ThreadpoolSuspensionResumeThread
noclrinstanceid:ThreadpoolSuspension:::ThreadpoolSuspensionResumeThread
nomac:ThreadPoolWorkerThread:::ThreadPoolWorkerThreadStart
nostack:ThreadPoolWorkerThread:::ThreadPoolWorkerThreadStart
nostack:ThreadPoolWorkerThread:::ThreadPoolWorkerThreadWait
nomac:ThreadPoolWorkerThread:::ThreadPoolWorkerThreadStop
nostack:ThreadPoolWorkerThread:::ThreadPoolWorkerThreadStop
nomac:ThreadPoolWorkerThreadRetirement:::ThreadPoolWorkerThreadRetirementStart
nostack:ThreadPoolWorkerThreadRetirement:::ThreadPoolWorkerThreadRetirementStart
nomac:ThreadPoolWorkerThreadRetirement:::ThreadPoolWorkerThreadRetirementStop
nostack:ThreadPoolWorkerThreadRetirement:::ThreadPoolWorkerThreadRetirementStop
nomac:ThreadPoolWorkerThreadAdjustment:::ThreadPoolWorkerThreadAdjustmentSample
nostack:ThreadPoolWorkerThreadAdjustment:::ThreadPoolWorkerThreadAdjustmentSample
nomac:ThreadPoolWorkerThreadAdjustment:::ThreadPoolWorkerThreadAdjustmentAdjustment
nostack:ThreadPoolWorkerThreadAdjustment:::ThreadPoolWorkerThreadAdjustmentAdjustment

##################
# Exception events
##################
nomac:Exception:::ExceptionThrown
noclrinstanceid:Exception:::ExceptionThrown

###################
# Contention events
###################
nomac:Contention:::Contention
noclrinstanceid:Contention:::Contention
nomac:Contention:::ContentionStart_V1
nostack:Contention:::ContentionStop
nomac:Contention:::ContentionStop

##################
# StackWalk events
##################
nomac:CLRStack:::CLRStackWalk
nostack:CLRStack:::CLRStackWalk

####################################
# AppDomainResourceManagement events
####################################
nomac:AppDomainResourceManagement:::AppDomainMemAllocated
nomac:AppDomainResourceManagement:::AppDomainMemSurvived
nomac:AppDomainResourceManagement:::ThreadCreated
nomac:AppDomainResourceManagement:::ThreadTerminated
nomac:AppDomainResourceManagement:::ThreadDomainEnter

################
# Interop events
################
nomac:CLRILStub:::ILStubGenerated
nomac:CLRILStub:::ILStubCacheHit

###############
# Method events
###############
nomac:CLRMethod:::MethodLoad
noclrinstanceid:CLRMethod:::MethodLoad
nostack:CLRMethod:::MethodLoad
nostack:CLRMethod:::MethodLoad_V1
nostack:CLRMethod:::MethodLoad_V2
nomac:CLRMethod:::MethodUnload
noclrinstanceid:CLRMethod:::MethodUnload
nostack:CLRMethod:::MethodUnload
nostack:CLRMethod:::MethodUnload_V1
nostack:CLRMethod:::MethodUnload_V2
nomac:CLRMethod:::MethodLoadVerbose
noclrinstanceid:CLRMethod:::MethodLoadVerbose
nostack:CLRMethod:::MethodLoadVerbose
nostack:CLRMethod:::MethodLoadVerbose_V1
nostack:CLRMethod:::MethodLoadVerbose_V2
nomac:CLRMethod:::MethodUnloadVerbose
nostack:CLRMethod:::MethodUnloadVerbose
nostack:CLRMethod:::MethodUnloadVerbose_V1
nostack:CLRMethod:::MethodUnloadVerbose_V2
noclrinstanceid:CLRMethod:::MethodUnloadVerbose
nomac:CLRMethod:::MethodJittingStarted
noclrinstanceid:CLRMethod:::MethodJittingStarted
nomac:CLRMethod:::MethodJitInliningSucceeded
nostack:CLRMethod:::MethodJitInliningSucceeded
nomac:CLRMethod:::MethodJitInliningFailed
nostack:CLRMethod:::MethodJitInliningFailed
nostack:CLRMethod:::MethodJitTailCallSucceeded
nostack:CLRMethod:::MethodJitTailCallFailed
noclrinstanceid:CLRMethod:::MethodDCStartV2
noclrinstanceid:CLRMethod:::MethodDCEndV2
noclrinstanceid:CLRMethod:::MethodDCStartVerboseV2
noclrinstanceid:CLRMethod:::MethodDCEndVerboseV2
noclrinstanceid:CLRMethod:::DCStartCompleteV2
noclrinstanceid:CLRMethod:::DCEndCompleteV2
nomac:CLRMethod:::MethodILToNativeMap

###############
# Loader events
###############
nomac:CLRLoader:::ModuleLoad
noclrinstanceid:CLRLoader:::ModuleLoad
nomac:CLRLoader:::ModuleUnload
noclrinstanceid:CLRLoader:::ModuleUnload
nomac:CLRLoader:::AssemblyLoad
noclrinstanceid:CLRLoader:::AssemblyLoad
nomac:CLRLoader:::AssemblyUnload
noclrinstanceid:CLRLoader:::AssemblyUnload
nomac:CLRLoader:::AppDomainLoad
noclrinstanceid:CLRLoader:::AppDomainLoad
nomac:CLRLoader:::AppDomainUnload
noclrinstanceid:CLRLoader:::AppDomainUnload
nomac:CLRLoader:::DomainModuleLoad
noclrinstanceid:CLRLoader:::DomainModuleLoad
noclrinstanceid:CLRLoader:::ModuleDCStartV2
noclrinstanceid:CLRLoader:::ModuleDCEndV2
nomac:CLRPerfTrack:::ModuleRangeLoad
nostack:CLRPerfTrack:::ModuleRangeLoad
nomac:CLRLoader:::ModuleLoad_V2
nomac:CLRLoader:::ModuleUnload_V2
nomac:CLRLoaderRundown:::ModuleDCStart_V2
nomac:CLRLoaderRundown:::ModuleDCEnd_V2

#################
# Security events
#################
nomac:CLRStrongNameVerification:::StrongNameVerificationStart
noclrinstanceid:CLRStrongNameVerification:::StrongNameVerificationStart
nostack:CLRStrongNameVerification:::StrongNameVerificationStart
nostack:CLRStrongNameVerification:::StrongNameVerificationStart_V1
nomac:CLRStrongNameVerification:::StrongNameVerificationStart_V1
nomac:CLRStrongNameVerification:::StrongNameVerificationStop
noclrinstanceid:CLRStrongNameVerification:::StrongNameVerificationStop
nomac:CLRStrongNameVerification:::StrongNameVerificationStop_V1
nomac:CLRAuthenticodeVerification:::AuthenticodeVerificationStart
noclrinstanceid:CLRAuthenticodeVerification:::AuthenticodeVerificationStart
nostack:CLRAuthenticodeVerification:::AuthenticodeVerificationStart
nomac:CLRAuthenticodeVerification:::AuthenticodeVerificationStart_V1
nostack:CLRAuthenticodeVerification:::AuthenticodeVerificationStart_V1
nomac:CLRAuthenticodeVerification:::AuthenticodeVerificationStop
noclrinstanceid:CLRAuthenticodeVerification:::AuthenticodeVerificationStop
nomac:CLRAuthenticodeVerification:::AuthenticodeVerificationStop_V1

####################
# RuntimeInfo events
####################
nostack:CLRRuntimeInformation:::RuntimeInformationStart

##################################
# Events from the rundown provider
##################################
nostack::Microsoft-Windows-DotNETRuntimeRundown::

##################
# StackWalk events
##################
nomac:CLRStackRundown:::CLRStackWalkDCStart

###############
# Method events
###############
nomac:CLRMethodRundown:::MethodDCStart
noclrinstanceid:CLRMethodRundown:::MethodDCStart
nomac:CLRMethodRundown:::MethodDCStart_V1
nomac:CLRMethodRundown:::MethodDCEnd
noclrinstanceid:CLRMethodRundown:::MethodDCEnd
nomac:CLRMethodRundown:::MethodDCEnd_V1
nomac:CLRMethodRundown:::MethodDCStartVerbose
noclrinstanceid:CLRMethodRundown:::MethodDCStartVerbose
nomac:CLRMethodRundown:::MethodDCStartVerbose_V1
nomac:CLRMethodRundown:::MethodDCEndVerbose
noclrinstanceid:CLRMethodRundown:::MethodDCEndVerbose
nomac:CLRMethodRundown:::MethodDCEndVerbose_V1
nomac:CLRMethodRundown:::DCStartComplete
noclrinstanceid:CLRMethodRundown:::DCStartComplete
nomac:CLRMethodRundown:::DCStartComplete_V1
nomac:CLRMethodRundown:::DCEndComplete
noclrinstanceid:CLRMethodRundown:::DCEndComplete
nomac:CLRMethodRundown:::DCEndComplete_V1
nomac:CLRMethodRundown:::DCStartInit
noclrinstanceid:CLRMethodRundown:::DCStartInit
nomac:CLRMethodRundown:::DCStartInit_V1
nomac:nomac:CLRMethodRundown:::DCEndInit
noclrinstanceid:nomac:CLRMethodRundown:::DCEndInit
nomac:CLRMethodRundown:::DCEndInit_V1
nomac:CLRMethodRundown:::MethodDCStartILToNativeMap
nomac:CLRMethodRundown:::MethodDCEndILToNativeMap

###############
# Loader events
###############
nomac:CLRLoaderRundown:::DomainModuleDCStart
noclrinstanceid:CLRLoaderRundown:::DomainModuleDCStart
nomac:CLRLoaderRundown:::DomainModuleDCStart_V1
nomac:CLRLoaderRundown:::DomainModuleDCEnd
noclrinstanceid:CLRLoaderRundown:::DomainModuleDCEnd
nomac:CLRLoaderRundown:::DomainModuleDCEnd_V1
nomac:CLRLoaderRundown:::ModuleDCStart
noclrinstanceid:CLRLoaderRundown:::ModuleDCStart
nomac:CLRLoaderRundown:::ModuleDCStart_V1
nomac:CLRLoaderRundown:::ModuleDCEnd
noclrinstanceid:CLRLoaderRundown:::ModuleDCEnd
nomac:CLRLoaderRundown:::ModuleDCEnd_V1
nomac:CLRLoaderRundown:::AssemblyDCStart
noclrinstanceid:CLRLoaderRundown:::AssemblyDCStart
nomac:CLRLoaderRundown:::AssemblyDCStart_V1
nomac:CLRLoaderRundown:::AssemblyDCEnd
noclrinstanceid:CLRLoaderRundown:::AssemblyDCEnd
nomac:CLRLoaderRundown:::AssemblyDCEnd_V1
nomac:CLRLoaderRundown:::AppDomainDCStart
noclrinstanceid:CLRLoaderRundown:::AppDomainDCStart
nomac:CLRLoaderRundown:::AppDomainDCStart_V1
nomac:CLRLoaderRundown:::AppDomainDCEnd
noclrinstanceid:CLRLoaderRundown:::AppDomainDCEnd
nomac:CLRLoaderRundown:::AppDomainDCEnd_V1
nomac:CLRLoaderRundown:::ThreadDC
nomac:CLRPerfTrack:::ModuleRangeDCStart
nostack:CLRPerfTrack:::ModuleRangeDCStart
nomac:CLRPerfTrack:::ModuleRangeDCEnd
nostack:CLRPerfTrack:::ModuleRangeDCEnd

####################
# RuntimeInfo events
####################
nomac:CLRRuntimeInformationRundown:::RuntimeInformationDCStart

##################################
# Events from the private provider
##################################
nostack::Microsoft-Windows-DotNETRuntimePrivate::

##########################
# GarbageCollection events
##########################
nomac:GarbageCollectionPrivate:::GCDecision
noclrinstanceid:GarbageCollectionPrivate:::GCDecision
nomac:GarbageCollectionPrivate:::GCDecision_V1
nomac:GarbageCollectionPrivate:::GCSettings
noclrinstanceid:GarbageCollectionPrivate:::GCSettings
nomac:GarbageCollectionPrivate:::GCSettings_V1
nomac:GarbageCollectionPrivate:::GCOptimized
noclrinstanceid:GarbageCollectionPrivate:::GCOptimized
nomac:GarbageCollectionPrivate:::GCPerHeapHistory
noclrinstanceid:GarbageCollectionPrivate:::GCPerHeapHistory
nomac:GarbageCollectionPrivate:::GCPerHeapHistory_V1
nomac:GarbageCollectionPrivate:::GCGlobalHeapHistory
noclrinstanceid:GarbageCollectionPrivate:::GCGlobalHeapHistory
nomac:GarbageCollectionPrivate:::GCGlobalHeapHistory_V1
nomac:GarbageCollectionPrivate:::GCJoin
noclrinstanceid:GarbageCollectionPrivate:::GCJoin
nomac:GarbageCollectionPrivate:::GCJoin_V1
nomac:GarbageCollectionPrivate:::PrvGCMarkStackRoots
noclrinstanceid:GarbageCollectionPrivate:::PrvGCMarkStackRoots
nomac:GarbageCollectionPrivate:::PrvGCMarkStackRoots_V1
nomac:GarbageCollectionPrivate:::PrvGCMarkFinalizeQueueRoots
noclrinstanceid:GarbageCollectionPrivate:::PrvGCMarkFinalizeQueueRoots
nomac:GarbageCollectionPrivate:::PrvGCMarkFinalizeQueueRoots_V1
nomac:GarbageCollectionPrivate:::PrvGCMarkHandles
noclrinstanceid:GarbageCollectionPrivate:::PrvGCMarkHandles
nomac:GarbageCollectionPrivate:::PrvGCMarkHandles_V1
nomac:GarbageCollectionPrivate:::PrvGCMarkCards
noclrinstanceid:GarbageCollectionPrivate:::PrvGCMarkCards
nomac:GarbageCollectionPrivate:::PrvGCMarkCards_V1
nomac:GarbageCollectionPrivate:::BGCBegin
nomac:GarbageCollectionPrivate:::BGC1stNonConEnd
nomac:GarbageCollectionPrivate:::BGC1stConEnd
nomac:GarbageCollectionPrivate:::BGC2ndNonConBegin
nomac:GarbageCollectionPrivate:::BGC2ndNonConEnd
nomac:GarbageCollectionPrivate:::BGC2ndConBegin
nomac:GarbageCollectionPrivate:::BGC2ndConEnd
nomac:GarbageCollectionPrivate:::BGCPlanEnd
nomac:GarbageCollectionPrivate:::BGCSweepEnd
nomac:GarbageCollectionPrivate:::BGCDrainMark
nomac:GarbageCollectionPrivate:::BGCRevisit
nomac:GarbageCollectionPrivate:::BGCOverflow
nomac:GarbageCollectionPrivate:::BGCAllocWaitBegin
nomac:GarbageCollectionPrivate:::BGCAllocWaitEnd
nomac:GarbageCollectionPrivate:::GCFullNotify
noclrinstanceid:GarbageCollectionPrivate:::GCFullNotify
stack:GarbageCollectionPrivate:Microsoft-Windows-DotNETRuntimePrivate::SetGCHandle
stack:GarbageCollectionPrivate:Microsoft-Windows-DotNETRuntimePrivate::DestroyGCHandle
stack:GarbageCollectionPrivate:Microsoft-Windows-DotNETRuntimePrivate::CCWRefCountChange

################
# Startup events
################
nomac:Startup:::EEStartupStart
noclrinstanceid:Startup:::EEStartupStart
nomac:Startup:::EEStartupEnd
noclrinstanceid:Startup:::EEStartupEnd
nomac:Startup:::EEStartupEnd_V1
nomac:Startup:::EEConfigSetup
noclrinstanceid:Startup:::EEConfigSetup
nomac:Startup:::EEConfigSetupEnd
noclrinstanceid:Startup:::EEConfigSetupEnd
nomac:Startup:::LdSysBases
noclrinstanceid:Startup:::LdSysBases
nomac:Startup:::LdSysBasesEnd
noclrinstanceid:Startup:::LdSysBasesEnd
nomac:Startup:::ExecExe
noclrinstanceid:Startup:::ExecExe
nomac:Startup:::ExecExe_V1
nomac:Startup:::ExecExeEnd
noclrinstanceid:Startup:::ExecExeEnd
nomac:Startup:::ExecExeEnd_V1
nomac:Startup:::Main
noclrinstanceid:Startup:::Main
nomac:Startup:::MainEnd
noclrinstanceid:Startup:::MainEnd
nomac:Startup:::ApplyPolicyStart
noclrinstanceid:Startup:::ApplyPolicyStart
nomac:Startup:::ApplyPolicyStart_V1
nomac:Startup:::ApplyPolicyEnd
noclrinstanceid:Startup:::ApplyPolicyEnd
nomac:Startup:::ApplyPolicyEnd_V1
nomac:Startup:::LdLibShFolder
noclrinstanceid:Startup:::LdLibShFolder
nomac:Startup:::LdLibShFolder_V1
nomac:Startup:::LdLibShFolderEnd
noclrinstanceid:Startup:::LdLibShFolderEnd
nomac:Startup:::LdLibShFolderEnd_V1
nomac:Startup:::PrestubWorker
noclrinstanceid:Startup:::PrestubWorker
nomac:Startup:::PrestubWorkerEnd
noclrinstanceid:Startup:::PrestubWorkerEnd
nomac:Startup:::PrestubWorkerEnd_V1
nomac:Startup:::GetInstallationStart
noclrinstanceid:Startup:::GetInstallationStart
nomac:Startup:::GetInstallationStart_V1
nomac:Startup:::GetInstallationEnd
noclrinstanceid:Startup:::GetInstallationEnd
nomac:Startup:::GetInstallationEnd_V1
nomac:Startup:::OpenHModule
noclrinstanceid:Startup:::OpenHModule
nomac:Startup:::OpenHModule_V1
nomac:Startup:::OpenHModuleEnd
noclrinstanceid:Startup:::OpenHModuleEnd
nomac:Startup:::OpenHModuleEnd_V1
nomac:Startup:::ExplicitBindStart
noclrinstanceid:Startup:::ExplicitBindStart
nomac:Startup:::ExplicitBindStart_V1
nomac:Startup:::ExplicitBindEnd
noclrinstanceid:Startup:::ExplicitBindEnd
nomac:Startup:::ExplicitBindEnd_V1
nomac:Startup:::ParseXml
noclrinstanceid:Startup:::ParseXml
nomac:Startup:::ParseXml_V1
nomac:Startup:::ParseXmlEnd
noclrinstanceid:Startup:::ParseXmlEnd
nomac:Startup:::ParseXmlEnd_V1
nomac:Startup:::InitDefaultDomain
noclrinstanceid:Startup:::InitDefaultDomain
nomac:Startup:::InitDefaultDomainEnd
noclrinstanceid:Startup:::InitDefaultDomainEnd
nomac:Startup:::InitSecurity
noclrinstanceid:Startup:::InitSecurity
nomac:Startup:::InitSecurity_V1
nomac:Startup:::InitSecurityEnd
noclrinstanceid:Startup:::InitSecurityEnd
nomac:Startup:::InitSecurityEnd_V1
nomac:Startup:::AllowBindingRedirs
noclrinstanceid:Startup:::AllowBindingRedirs
nomac:Startup:::AllowBindingRedirs_V1
nomac:Startup:::AllowBindingRedirsEnd
noclrinstanceid:Startup:::AllowBindingRedirsEnd
nomac:Startup:::AllowBindingRedirsEnd_V1
nomac:Startup:::EEConfigSync
noclrinstanceid:Startup:::EEConfigSync
nomac:Startup:::EEConfigSyncEnd
noclrinstanceid:Startup:::EEConfigSyncEnd
nomac:Startup:::FusionBinding
noclrinstanceid:Startup:::FusionBinding
nomac:Startup:::FusionBindingEnd
noclrinstanceid:Startup:::FusionBindingEnd
nomac:Startup:::LoaderCatchCall
noclrinstanceid:Startup:::LoaderCatchCall
nomac:Startup:::LoaderCatchCallEnd
noclrinstanceid:Startup:::LoaderCatchCallEnd
nomac:Startup:::FusionInit
noclrinstanceid:Startup:::FusionInit
nomac:Startup:::FusionInit_V1
nomac:Startup:::FusionInitEnd
noclrinstanceid:Startup:::FusionInitEnd
nomac:Startup:::FusionInitEnd_V1
nomac:Startup:::FusionAppCtx
noclrinstanceid:Startup:::FusionAppCtx
nomac:Startup:::FusionAppCtxEnd
noclrinstanceid:Startup:::FusionAppCtxEnd
nomac:Startup:::Fusion2EE
noclrinstanceid:Startup:::Fusion2EE
nomac:Startup:::Fusion2EE_V1
nomac:Startup:::Fusion2EEEnd
noclrinstanceid:Startup:::Fusion2EEEnd
nomac:Startup:::Fusion2EEEnd_V1
nomac:Startup:::SecurityCatchCall
noclrinstanceid:Startup:::SecurityCatchCall
nomac:Startup:::SecurityCatchCallEnd
noclrinstanceid:Startup:::SecurityCatchCallEnd

##################
# Loader events
##################
stack:LoaderHeapAllocation:Microsoft-Windows-DotNETRuntimePrivate::AllocRequest

##################
# StackWalk events
##################
nomac:CLRStackPrivate:::CLRStackWalkPrivate

################
# Binding events
################
nomac:Binding:::BindingPolicyPhaseStart
nomac:Binding:::BindingPolicyPhaseEnd
nomac:Binding:::BindingNgenPhaseStart
nomac:Binding:::BindingNgenPhaseEnd
nomac:Binding:::BindingLookupAndProbingPhaseStart
nomac:Binding:::BindingLookupAndProbingPhaseEnd
nomac:Binding:::LoaderPhaseStart
nomac:Binding:::LoaderPhaseEnd
nomac:Binding:::BindingPhaseStart
nomac:Binding:::BindingPhaseEnd
nomac:Binding:::BindingDownloadPhaseStart
nomac:Binding:::BindingDownloadPhaseEnd
nomac:Binding:::LoaderAssemblyInitPhaseStart
nomac:Binding:::LoaderAssemblyInitPhaseEnd
nomac:Binding:::LoaderMappingPhaseStart
nomac:Binding:::LoaderMappingPhaseEnd
nomac:Binding:::LoaderDeliverEventsPhaseStart
nomac:Binding:::LoaderDeliverEventsPhaseEnd
nomac:Binding:::EvidenceGenerated
nomac:Binding:::FusionMessage
stack:Binding:::FusionMessage
nomac:Binding:::FusionErrorCode
stack:Binding:::FusionErrorCode

################
# ModuleRange event
################
nomac:CLRPerfTrackPrivate:::ModuleRangeLoadPrivate
nostack:CLRPerfTrackPrivate:::ModuleRangeLoadPrivate

#################################
# Events from the stress provider
#################################
nostack::Microsoft-Windows-DotNETRuntimeStress::

##################
# StressLog events
##################
nomac:StressLogTask:::StressLogEvent
noclrinstanceid:StressLogTask:::StressLogEvent
nomac:StressLogTask:::StressLogEvent_V1

##################
# StackWalk events
##################
nomac:CLRStackStress:::CLRStackWalkStress