110 packages tagged with “ETW”
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
This package includes eventRegister.exe, which enables validation and registration of user defined EventSource classes. It supports both BCL event sources (classes derived from System.Diagnostics.Tracing.EventSource) and NuGet event sources (classes derived from Microsoft.Diagnostics.Tracing.EventSource).
This package exposes an enhanced developer experience for coding against the Microsoft.Diagnostics.Tracing.EventSource (including build time validation). Microsoft.Diagnostics.Tracing.EventSource allows for firing ETW events from managed code. It enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework. This package provides a newer version that has more features. It is meant to be used as a stop gap until those features it contains are ported to System.Diagnostics.Tracing.EventSource. For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx. New features: - ETW channel support - Support for static registration Supported Platforms: - .NET Framework 3.5 - .NET Framework 4.0 - .NET Framework 4.5 - Windows Store apps - Windows Phone App 8.1
The Semantic Logging Application Block provides a set of destinations (sinks) to persist application events published using a subclass of the EventSource class from the System.Diagnostics.Tracing namespace. Sinks include Azure table storage, SQL Server databases, file, console and rolling files with several formats and you can extend the block by creating your own custom formatters and sinks. The console sink is part of this nuget package. Other Sinks mentioned above are available as separate nuget packages. For the sinks that can store structured data, the block preserves the full structure of the event payload in order to facilitate analysing or processing the logged data. An out-of-proc Windows Service is available as a separate NuGet package (EnterpriseLibrary.SemanticLogging.Service).
Provides abstractions for the Thor core.
Provides an ETW EventSource Tracing build on .Net Standard 2.0.
Provides abstractions for the transmission pipeline.
Provides a set of APIs to process Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process thread and process data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides the underlying Windows Performance Toolkit binaries required by Microsoft.Windows.EventTracing.Processing. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide all data providers.
Provides a set of APIs to process metadata in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process event data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process CPU data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process scheduled task data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process graphics data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process registry data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process service data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides extensions for redirecting output when processing Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process disk data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process Hyper-V data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process file data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process syscall data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process window-in-focus data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process regions-of-interest data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process Universal Telemetry Client (UTC) data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of community extension APIs to process Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process power data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process network data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process boot prefetch data in Event Tracing for Windows (ETW) traces (.etl files) in .NET. Consider using Microsoft.Windows.EventTracing.Processing.All instead to provide native dependencies and data providers.
Provides a set of APIs to process Event Tracing for Windows (ETW) traces (.etl files) in .NET.