Search code examples
c#.nettracediagnosticsetw

.net etw Microsoft.Diagnostics.Tracing packages


Do you know if these packages are opensource? I could not find them....

Microsoft.Diagnostics.Tracing.TraceEvent Microsoft.Diagnostics.Tracing.EventRegister

What is the of the following package (considering the above packages): Microsoft.Diagnostics.Tracing.Logging (https://github.com/Microsoft/Microsoft.Diagnostics.Tracing.Logging/tree/master/src) ?

Thanks for the help!


Solution

  • The source code of Microsoft.Diagnostics.Tracing.TraceEvent is part of Perfview code repository.

    But the code is not 100% complete, it misses the data to create the nuget packages and if you link the library in your application you also need to reference the Microsoft.Diagnostics.FastSerialization.dll from the Debug/Release folder-