Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions src/TraceEvent/DynamicTraceEventParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,6 @@ public PayloadFetch(ushort offset, RegisteredTraceEventParser.TdhInputType inTyp
Size = 1;
break;
case RegisteredTraceEventParser.TdhInputType.Int16:
case RegisteredTraceEventParser.TdhInputType.UInt16:
Size = 2;
if (outType == 1) // Encoding for String
{
Expand All @@ -1362,18 +1361,33 @@ public PayloadFetch(ushort offset, RegisteredTraceEventParser.TdhInputType inTyp
}
Type = typeof(short);
break;
case RegisteredTraceEventParser.TdhInputType.UInt16:
Size = 2;
if (outType == 1) // Encoding for String
{
Type = typeof(char);
break;
}
Type = typeof(ushort);
break;
case RegisteredTraceEventParser.TdhInputType.Int32:
case RegisteredTraceEventParser.TdhInputType.UInt32:
case RegisteredTraceEventParser.TdhInputType.HexInt32:
Type = typeof(int);
Size = 4;
break;
case RegisteredTraceEventParser.TdhInputType.UInt32:
Type = typeof(uint);
Size = 4;
break;
case RegisteredTraceEventParser.TdhInputType.Int64:
case RegisteredTraceEventParser.TdhInputType.UInt64:
case RegisteredTraceEventParser.TdhInputType.HexInt64:
Type = typeof(long);
Size = 8;
break;
case RegisteredTraceEventParser.TdhInputType.UInt64:
Type = typeof(ulong);
Size = 8;
break;
case RegisteredTraceEventParser.TdhInputType.Float:
Type = typeof(float);
Size = 4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Microsoft-Windows-DotNETRuntime/AppDomainResourceManagement/ThreadCreated, 14, <Event MSec= "17.8861" PID="10064" PName="Process(10064)" TID="3444" EventName="AppDomainResourceManagement/ThreadCreated" ManagedThreadID="0x0000019A7A321810" AppDomainID="0x0000019A783A12A0" Flags="0x00000000" ManagedThreadIndex="3" OSThreadID="3,444" ClrInstanceID="3"/>
Microsoft-Windows-DotNETRuntime/Contention/Start, 8, <Event MSec= "3098.9569" PID="10064" PName="Process(10064)" TID="12248" EventName="Contention/Start" ContentionFlags="Managed" ClrInstanceID="3" LockID="0x00000000" AssociatedObjectID="0x00000000" LockOwnerThreadID="0"/>
Microsoft-Windows-DotNETRuntime/Contention/Stop, 8, <Event MSec= "3235.9560" PID="10064" PName="Process(10064)" TID="12272" EventName="Contention/Stop" ContentionFlags="Managed" ClrInstanceID="3" DurationNs="137400255.241591"/>
Microsoft-Windows-DotNETRuntime/GC, 16, <Event MSec= "1598.5796" PID="10064" PName="Process(10064)" TID="7532" EventName="GC" ProviderName="Microsoft-Windows-DotNETRuntime" FormattedMessage="BytesAllocated=3,784;\r\n;\r\nClrInstanceID=3 " BytesAllocated="3,784" ClrInstanceID="3"/>
Microsoft-Windows-DotNETRuntime/GC, 16, <Event MSec= "1598.5796" PID="10064" PName="Process(10064)" TID="7532" EventName="GC" ProviderName="Microsoft-Windows-DotNETRuntime" FormattedMessage="BytesAllocated=0x00000ec8;\r\n;\r\nClrInstanceID=3 " BytesAllocated="0x00000ec8" ClrInstanceID="3"/>
Microsoft-Windows-DotNETRuntime/GC/AllocationTick, 35458, <Event MSec= "2331.8048" PID="10064" PName="Process(10064)" TID="6920" EventName="GC/AllocationTick" AllocationAmount="0x000196A0" AllocationKind="Small" ClrInstanceID="3" AllocationAmount64="104,096" TypeID="0x00007FFEA911EA28" TypeName="System.Object[]" HeapIndex="0" Address="0x0000019A00017FE8"/>
Microsoft-Windows-DotNETRuntime/GC/BulkMovedObjectRanges, 478, <Event MSec= "5470.4377" PID="10064" PName="Process(10064)" TID="12272" EventName="GC/BulkMovedObjectRanges" Index="0" Count="142" ClrInstanceID="3">\r\n <GCBulkMovedObjectRangesValues OldRangeBase="0x0000019A00001048" NewRangeBase="0x0000019A00001048" RangeLength="0x00000330"/>\r\n <GCBulkMovedObjectRangesValues OldRangeBase="0x0000019A00001378" NewRangeBase="0x0000019A00001378" RangeLength="0x000000C0"/>\r\n <GCBulkMovedObjectRangesValues OldRangeBase="0x0000019A00001498" NewRangeBase="0x0000019A00001438" RangeLength="0x00000028"/>\r\n <GCBulkMovedObjectRangesValues OldRangeBase="0x0000019A000014E0" NewRangeBase="0x0000019A00001460" RangeLength="0x00000028"/>\r\n <GCBulkMovedObjectRangesValues OldRangeBase="0x0000019A00001528" NewRangeBase="0x0000019A00001488" RangeLength="0x000003B0"/>\r\n <GCBulkMovedObjectRangesValues OldRangeBase="0x0000019A000019A0" NewRangeBase="0x0000019A00001850" RangeLength="0x00000110"/>\r\n <GCBulkMovedObjectRangesValues OldRangeBase="0x0000019A000
Microsoft-Windows-DotNETRuntime/GC/FinalizersStart, 2, <Event MSec= "5476.2263" PID="10064" PName="Process(10064)" TID="11488" EventName="GC/FinalizersStart" ClrInstanceID="3"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ EVENT 3,079.916: Microsoft-Windows-DotNETRuntime/Loader/DomainModuleLoad PID=367
EVENT 3,079.921: Microsoft-Windows-DotNETRuntimePrivate/Binding/LoaderDeliverEventsPhaseStop PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=38; AppDomainID=1; LoadContextID=4; FromLoaderCache=0; DynamicLoad=0; AssemblyCodebase=NULL; AssemblyName=Test; ClrInstanceID=9;
EVENT 3,110.112: Microsoft-Windows-DotNETRuntimePrivate/Binding/LoaderPhaseStart PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=38; AppDomainID=1; LoadContextID=4; FromLoaderCache=0; DynamicLoad=0; AssemblyCodebase=NULL; AssemblyName=NULL; ClrInstanceID=9;
EVENT 3,110.122: Microsoft-Windows-DotNETRuntimePrivate/Binding/LoaderPhaseStop PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=46; AppDomainID=1; LoadContextID=4; FromLoaderCache=0; DynamicLoad=0; AssemblyCodebase=NULL; AssemblyName=mscorlib; ClrInstanceID=9;
EVENT 3,120.929: Microsoft-Windows-DotNETRuntime/GarbageCollection/IncreaseMemoryPressure PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=10; BytesAllocated=1,936; ClrInstanceID=9;
EVENT 3,120.929: Microsoft-Windows-DotNETRuntime/GarbageCollection/IncreaseMemoryPressure PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=10; BytesAllocated=0x00000790; ClrInstanceID=9;
EVENT 3,210.316: Microsoft-Windows-DotNETRuntime/GC/AllocationTick PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=66; AllocationAmount=102,760; AllocationKind=Small; ClrInstanceID=9; AllocationAmount64=102,760; TypeID=0x7f95eab6088; TypeName=System.Object; HeapIndex=0; Address=0x02567fc8; ObjectSize=0;
EVENT 3,210.813: Microsoft-Windows-DotNETRuntime/GC/AllocationTick PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=66; AllocationAmount=106,912; AllocationKind=Small; ClrInstanceID=9; AllocationAmount64=106,912; TypeID=0x7f95eab6088; TypeName=System.Object; HeapIndex=0; Address=0x02581fc8; ObjectSize=0;
EVENT 3,211.301: Microsoft-Windows-DotNETRuntime/GC/AllocationTick PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=66; AllocationAmount=106,912; AllocationKind=Small; ClrInstanceID=9; AllocationAmount64=106,912; TypeID=0x7f95eab6088; TypeName=System.Object; HeapIndex=0; Address=0x0259bfc8; ObjectSize=0;
Expand Down Expand Up @@ -378,7 +378,7 @@ EVENT 8,201.576: Microsoft-Windows-DotNETRuntime/Loader/ModuleUnload PID=3676; T
EVENT 8,201.596: Microsoft-Windows-DotNETRuntime/Loader/AssemblyUnload PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=182; AssemblyID=7,884,224; AppDomainID=8,769,226,034,224; AssemblyFlags=DomainNeutral; FullyQualifiedAssemblyName=mscorlib, Version=4....; BindingID=0; ClrInstanceID=9;
EVENT 8,201.600: Microsoft-Windows-DotNETRuntime/Loader/AppDomainUnload PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=44; AppDomainID=8,769,226,034,224; AppDomainFlags=Shared; AppDomainName=SharedDomain; AppDomainIndex=0; ClrInstanceID=9;
EVENT 8,202.277: Windows Kernel/Process/PerfCtr PID=3676; TID=-1; PName=Test.x64; ProceNum=7; DataLen=104; ProcessID=3,676; MemoryCount=0; HandleCount=0; PeakVirtualSize=492,675,072; PeakWorkingSetSize=18,219,008; PeakPagefileUsage=10,784,768; QuotaPeakPagedPoolUsage=145,520; QuotaPeakNonPagedPoolUsage=26,752; VirtualSize=0; WorkingSetSize=0; PagefileUsage=0; QuotaPagedPoolUsage=0; QuotaNonPagedPoolUsage=0; PrivatePageCount=0;
EVENT 8,202.284: Microsoft-Windows-Kernel-Process/ProcessStop/Stop PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=89; ProcessID=3,676; CreateTime=20/07/29 00:07:03.35...; ExitTime=20/07/29 00:07:08.82...; ExitCode=0; TokenElevationType=2; HandleCount=101; CommitCharge=10,559,488; CommitPeak=10,784,768; CPUCycleCount=18,544,501,267; ReadOperationCount=6; WriteOperationCount=3; ReadTransferKiloBytes=25; WriteTransferKiloBytes=0; HardFaultCount=145; ImageName=Test.x64.exe;
EVENT 8,202.284: Microsoft-Windows-Kernel-Process/ProcessStop/Stop PID=3676; TID=3680; PName=Test.x64; ProceNum=7; DataLen=89; ProcessID=3,676; CreateTime=20/07/29 00:07:03.35...; ExitTime=20/07/29 00:07:08.82...; ExitCode=0; TokenElevationType=2; HandleCount=101; CommitCharge=0x00a12000; CommitPeak=0x00a49000; CPUCycleCount=0x45156a213; ReadOperationCount=6; WriteOperationCount=3; ReadTransferKiloBytes=25; WriteTransferKiloBytes=0; HardFaultCount=145; ImageName=Test.x64.exe;
EVENT 8,202.285: Windows Kernel/Process/Stop PID=3676; TID=-1; PName=Test.x64; ProceNum=7; DataLen=123; ProcessID=3,676; ParentID=3,508; ImageFileName=Test.x64.exe; PageDirectoryBase=0x558fb000; Flags=None; SessionID=1; ExitStatus=0; UniqueProcessKey=0xfffffa8300cfb380; CommandLine=Test.x64.exe; PackageFullName=; ApplicationID=;
EVENT 9,772.576: Windows Kernel/DiskIO/FlushInit PID=4; TID=44; PName=System; ProceNum=5; DataLen=12; Irp=0xfffffa8302a1dc60;
EVENT 9,882.352: Windows Kernel/DiskIO/FlushBuffers PID=-1; TID=1097765; PName=; ProceNum=5; DataLen=28; DiskNumber=0; IrpFlags=None; Irp=0xfffffa8302a1dc60; ElapsedTimeMSec=109.777;
Expand All @@ -397,7 +397,7 @@ EVENT 9,902.552: System.Threading.Tasks.TplEventSource/TaskExecute/Start PID=398
EVENT 9,903.079: System.Threading.Tasks.TplEventSource/TaskExecute/Start PID=3988; TID=3780; PName=PerfView; ProceNum=3; DataLen=12; OriginatingTaskSchedulerID=1; OriginatingTaskID=5; TaskID=8;
EVENT 9,903.146: System.Diagnostics.Eventing.FrameworkEventSource/ThreadPoolDequeueWork PID=3988; TID=3672; PName=PerfView; ProceNum=7; DataLen=8; workID=278,775,344;
EVENT 9,903.165: System.Threading.Tasks.TplEventSource/TaskExecute/Start PID=3988; TID=3672; PName=PerfView; ProceNum=7; DataLen=12; OriginatingTaskSchedulerID=1; OriginatingTaskID=0; TaskID=7;
EVENT 9,903.179: Microsoft-Windows-DotNETRuntime/GarbageCollection/IncreaseMemoryPressure PID=3988; TID=3672; PName=PerfView; ProceNum=7; DataLen=10; BytesAllocated=1,328; ClrInstanceID=11;
EVENT 9,903.179: Microsoft-Windows-DotNETRuntime/GarbageCollection/IncreaseMemoryPressure PID=3988; TID=3672; PName=PerfView; ProceNum=7; DataLen=10; BytesAllocated=0x00000530; ClrInstanceID=11;
EVENT 9,903.345: Microsoft-Windows-DotNETRuntime/Exception/Start PID=3988; TID=3780; PName=PerfView; ProceNum=3; DataLen=170; ExceptionType=System.IO.FileNotFou...; ExceptionMessage=The session PerfView...; ExceptionEIP=0x0a3910f0; ExceptionHRESULT=-2,147,024,894; ExceptionFlags=CLSCompliant; ClrInstanceID=11;
EVENT 9,903.405: Microsoft-Windows-DotNETRuntime/ThreadPoolWorkerThread/Start PID=3988; TID=1944; PName=PerfView; ProceNum=4; DataLen=10; ActiveWorkerThreadCount=5; RetiredWorkerThreadCount=0; ClrInstanceID=11;
EVENT 9,903.425: System.Threading.Tasks.TplEventSource/TaskExecute/Stop PID=3988; TID=3780; PName=PerfView; ProceNum=3; DataLen=16; OriginatingTaskSchedulerID=1; OriginatingTaskID=5; TaskID=8; IsExceptional=False;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ EVENT 2,840.394: Microsoft-Windows-DotNETRuntime/Loader/DomainModuleLoad PID=364
EVENT 2,840.396: Microsoft-Windows-DotNETRuntimePrivate/Binding/LoaderDeliverEventsPhaseStop PID=3644; TID=3708; PName=Test.x86; ProceNum=2; DataLen=38; AppDomainID=1; LoadContextID=4; FromLoaderCache=0; DynamicLoad=0; AssemblyCodebase=NULL; AssemblyName=Test; ClrInstanceID=11;
EVENT 2,851.384: Microsoft-Windows-DotNETRuntimePrivate/Binding/LoaderPhaseStart PID=3644; TID=3708; PName=Test.x86; ProceNum=2; DataLen=38; AppDomainID=1; LoadContextID=4; FromLoaderCache=0; DynamicLoad=0; AssemblyCodebase=NULL; AssemblyName=NULL; ClrInstanceID=11;
EVENT 2,851.390: Microsoft-Windows-DotNETRuntimePrivate/Binding/LoaderPhaseStop PID=3644; TID=3708; PName=Test.x86; ProceNum=2; DataLen=46; AppDomainID=1; LoadContextID=4; FromLoaderCache=0; DynamicLoad=0; AssemblyCodebase=NULL; AssemblyName=mscorlib; ClrInstanceID=11;
EVENT 2,856.818: Microsoft-Windows-DotNETRuntime/GarbageCollection/IncreaseMemoryPressure PID=3644; TID=3708; PName=Test.x86; ProceNum=2; DataLen=10; BytesAllocated=1,328; ClrInstanceID=11;
EVENT 2,856.818: Microsoft-Windows-DotNETRuntime/GarbageCollection/IncreaseMemoryPressure PID=3644; TID=3708; PName=Test.x86; ProceNum=2; DataLen=10; BytesAllocated=0x00000530; ClrInstanceID=11;
EVENT 2,900.624: Windows Kernel/UdpIp/RecvIPV6 PID=2108; TID=-1; PName=svchost; ProceNum=6; DataLen=56; size=482; dport=1,900; sport=1,900; seqnum=0; connid=0x00000000;
EVENT 2,902.453: Microsoft-Windows-DotNETRuntime/GC/AllocationTick PID=3644; TID=3708; PName=Test.x86; ProceNum=2; DataLen=98; AllocationAmount=102,640; AllocationKind=Small; ClrInstanceID=11; AllocationAmount64=102,640; TypeID=0x04e03214; TypeName=System.Globalization...; HeapIndex=0; Address=0x027f7fd4; ObjectSize=0;
EVENT 2,903.996: Microsoft-Windows-DotNETRuntime/GC/AllocationTick PID=3644; TID=3708; PName=Test.x86; ProceNum=2; DataLen=58; AllocationAmount=106,808; AllocationKind=Small; ClrInstanceID=11; AllocationAmount64=106,808; TypeID=0x00d86050; TypeName=System.Object; HeapIndex=0; Address=0x02811fe4; ObjectSize=0;
Expand Down Expand Up @@ -378,7 +378,7 @@ EVENT 7,902.615: Microsoft-Windows-DotNETRuntime/Loader/ModuleUnload PID=3644; T
EVENT 7,902.621: Microsoft-Windows-DotNETRuntime/Loader/AssemblyUnload PID=3644; TID=3708; PName=Test.x86; ProceNum=7; DataLen=182; AssemblyID=11,031,232; AppDomainID=1,958,808,584; AssemblyFlags=DomainNeutral; FullyQualifiedAssemblyName=mscorlib, Version=4....; BindingID=0; ClrInstanceID=11;
EVENT 7,902.622: Microsoft-Windows-DotNETRuntime/Loader/AppDomainUnload PID=3644; TID=3708; PName=Test.x86; ProceNum=7; DataLen=44; AppDomainID=1,958,808,584; AppDomainFlags=Shared; AppDomainName=SharedDomain; AppDomainIndex=0; ClrInstanceID=11;
EVENT 7,903.317: Windows Kernel/Process/PerfCtr PID=3644; TID=-1; PName=Test.x86; ProceNum=7; DataLen=104; ProcessID=3,644; MemoryCount=0; HandleCount=0; PeakVirtualSize=105,160,704; PeakWorkingSetSize=14,159,872; PeakPagefileUsage=7,307,264; QuotaPeakPagedPoolUsage=126,592; QuotaPeakNonPagedPoolUsage=13,880; VirtualSize=0; WorkingSetSize=0; PagefileUsage=0; QuotaPagedPoolUsage=0; QuotaNonPagedPoolUsage=0; PrivatePageCount=0;
EVENT 7,903.326: Microsoft-Windows-Kernel-Process/ProcessStop/Stop PID=3644; TID=3708; PName=Test.x86; ProceNum=7; DataLen=89; ProcessID=3,644; CreateTime=20/07/29 00:06:22.40...; ExitTime=20/07/29 00:06:27.70...; ExitCode=0; TokenElevationType=2; HandleCount=104; CommitCharge=7,196,672; CommitPeak=7,307,264; CPUCycleCount=18,189,847,275; ReadOperationCount=7; WriteOperationCount=3; ReadTransferKiloBytes=51; WriteTransferKiloBytes=0; HardFaultCount=15; ImageName=Test.x86.exe;
EVENT 7,903.326: Microsoft-Windows-Kernel-Process/ProcessStop/Stop PID=3644; TID=3708; PName=Test.x86; ProceNum=7; DataLen=89; ProcessID=3,644; CreateTime=20/07/29 00:06:22.40...; ExitTime=20/07/29 00:06:27.70...; ExitCode=0; TokenElevationType=2; HandleCount=104; CommitCharge=0x006dd000; CommitPeak=0x006f8000; CPUCycleCount=0x43c330aeb; ReadOperationCount=7; WriteOperationCount=3; ReadTransferKiloBytes=51; WriteTransferKiloBytes=0; HardFaultCount=15; ImageName=Test.x86.exe;
EVENT 7,903.327: Windows Kernel/Process/Stop PID=3644; TID=-1; PName=Test.x86; ProceNum=7; DataLen=123; ProcessID=3,644; ParentID=3,508; ImageFileName=Test.x86.exe; PageDirectoryBase=0x02b4d000; Flags=Wow64; SessionID=1; ExitStatus=0; UniqueProcessKey=0xfffffa8300c27080; CommandLine=Test.x86.exe; PackageFullName=; ApplicationID=;
EVENT 10,248.410: Windows Kernel/DiskIO/FlushInit PID=4; TID=36; PName=System; ProceNum=2; DataLen=12; Irp=0xfffffa8302b1b560;
EVENT 10,276.116: Windows Kernel/DiskIO/FlushBuffers PID=-1; TID=277066; PName=; ProceNum=2; DataLen=28; DiskNumber=0; IrpFlags=None; Irp=0xfffffa8302b1b560; ElapsedTimeMSec=27.707;
Expand Down Expand Up @@ -420,9 +420,9 @@ EVENT 10,375.614: Microsoft-Windows-DotNETRuntime/Contention/Stop PID=3988; TID=
EVENT 10,375.768: Microsoft-Windows-DotNETRuntime/Contention/Stop PID=3988; TID=4088; PName=PerfView; ProceNum=4; DataLen=3; ContentionFlags=Native; ClrInstanceID=11; DurationNs=0.000;
EVENT 10,375.986: System.Threading.Tasks.TplEventSource/TaskExecute/Start PID=3988; TID=4088; PName=PerfView; ProceNum=4; DataLen=12; OriginatingTaskSchedulerID=1; OriginatingTaskID=0; TaskID=3;
EVENT 10,376.024: System.Threading.Tasks.TplEventSource/TaskExecute/Start PID=3988; TID=3744; PName=PerfView; ProceNum=0; DataLen=12; OriginatingTaskSchedulerID=1; OriginatingTaskID=0; TaskID=4;
EVENT 10,376.028: Microsoft-Windows-DotNETRuntime/GarbageCollection/IncreaseMemoryPressure PID=3988; TID=3744; PName=PerfView; ProceNum=0; DataLen=10; BytesAllocated=1,328; ClrInstanceID=11;
EVENT 10,376.028: Microsoft-Windows-DotNETRuntime/GarbageCollection/IncreaseMemoryPressure PID=3988; TID=3744; PName=PerfView; ProceNum=0; DataLen=10; BytesAllocated=0x00000530; ClrInstanceID=11;
EVENT 10,376.370: System.Threading.Tasks.TplEventSource/TaskExecute/Start PID=3988; TID=2916; PName=PerfView; ProceNum=2; DataLen=12; OriginatingTaskSchedulerID=1; OriginatingTaskID=0; TaskID=2;
EVENT 10,376.372: Microsoft-Windows-DotNETRuntime/GarbageCollection/IncreaseMemoryPressure PID=3988; TID=2916; PName=PerfView; ProceNum=2; DataLen=10; BytesAllocated=1,328; ClrInstanceID=11;
EVENT 10,376.372: Microsoft-Windows-DotNETRuntime/GarbageCollection/IncreaseMemoryPressure PID=3988; TID=2916; PName=PerfView; ProceNum=2; DataLen=10; BytesAllocated=0x00000530; ClrInstanceID=11;
EVENT 10,378.073: Microsoft-Windows-DotNETRuntime/Exception/Start PID=3988; TID=3744; PName=PerfView; ProceNum=0; DataLen=170; ExceptionType=System.IO.FileNotFou...; ExceptionMessage=The session PerfView...; ExceptionEIP=0x0a3910f0; ExceptionHRESULT=-2,147,024,894; ExceptionFlags=CLSCompliant; ClrInstanceID=11;
EVENT 10,378.800: System.Threading.Tasks.TplEventSource/TaskExecute/Stop PID=3988; TID=3744; PName=PerfView; ProceNum=2; DataLen=16; OriginatingTaskSchedulerID=1; OriginatingTaskID=0; TaskID=4; IsExceptional=False;
EVENT 10,508.734: PerfView/ManifestData PID=3988; TID=4032; PName=PerfView; ProceNum=4; DataLen=13046; Format=1; MajorVersion=1; MinorVersion=0; Magic=91; TotalChunks=1; ChunkNumber=0; PayloadLength=13046;
Expand Down
Loading