Microsoft.Windows.EventTracing.Processing.All
1.12.6-preview
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Windows.EventTracing.Processing.All --version 1.12.6-preview
NuGet\Install-Package Microsoft.Windows.EventTracing.Processing.All -Version 1.12.6-preview
<PackageReference Include="Microsoft.Windows.EventTracing.Processing.All" Version="1.12.6-preview" />
paket add Microsoft.Windows.EventTracing.Processing.All --version 1.12.6-preview
#r "nuget: Microsoft.Windows.EventTracing.Processing.All, 1.12.6-preview"
// Install Microsoft.Windows.EventTracing.Processing.All as a Cake Addin #addin nuget:?package=Microsoft.Windows.EventTracing.Processing.All&version=1.12.6-preview&prerelease // Install Microsoft.Windows.EventTracing.Processing.All as a Cake Tool #tool nuget:?package=Microsoft.Windows.EventTracing.Processing.All&version=1.12.6-preview&prerelease
Provides a set of APIs to process Event Tracing for Windows (ETW) traces (.etl files) in .NET.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Windows.EventTracing.BootPrefetch (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Cpu (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Disk (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Events (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.File (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Graphics (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.HyperV (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Memory (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Metadata (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Network (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Power (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Processes (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Processing (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Processing.Community (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Processing.OutputRedirection (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Processing.Toolkit (>= 1.11.0)
- Microsoft.Windows.EventTracing.Regions (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Registry (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.ScheduledTasks (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Services (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Syscalls (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.Utc (>= 1.12.6-preview)
- Microsoft.Windows.EventTracing.WindowInFocus (>= 1.12.6-preview)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Windows.EventTracing.Processing.All:
Package | Downloads |
---|---|
ETWAnalyzer
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.12.10 | 1,872 | 8/23/2023 |
1.12.9 | 1,538 | 4/24/2023 |
1.12.6-preview | 262 | 1/18/2023 |
1.11.109 | 1,327 | 12/2/2022 |
1.10.0 | 35,061 | 4/22/2022 |
1.9.2 | 7,351 | 11/4/2021 |
1.8.0 | 88,379 | 9/10/2021 |
1.7.4 | 2,028 | 7/15/2021 |
1.7.3 | 474 | 6/21/2021 |
1.7.2 | 454 | 6/11/2021 |
1.7.1 | 485 | 5/5/2021 |
1.7.0 | 438 | 4/27/2021 |
1.6.4 | 547 | 3/25/2021 |
1.6.3 | 408 | 3/22/2021 |
1.6.1 | 512 | 2/26/2021 |
1.6.0 | 451 | 2/18/2021 |
1.5.0 | 2,186 | 10/29/2020 |
1.4.0 | 810 | 9/25/2020 |
1.3.0 | 562 | 8/25/2020 |
1.2.2 | 745 | 7/15/2020 |
1.2.0 | 943 | 6/26/2020 |
1.1.1 | 555 | 6/19/2020 |
1.1.0 | 609 | 6/9/2020 |
1.0.0 | 3,888 | 2/20/2020 |
0.4.0 | 569 | 2/14/2020 |
0.3.3 | 626 | 2/4/2020 |
0.3.2 | 911 | 1/31/2020 |
0.3.1 | 721 | 1/27/2020 |
0.3.0 | 687 | 1/22/2020 |
0.2.1 | 924 | 9/26/2019 |
0.2.0 | 1,326 | 8/5/2019 |
0.1.0 | 1,020 | 5/8/2019 |
Changes in v1.12.0:
# Other
- A new version of the toolkit has been released (v1.11.0).
Changes in v1.11.0:
# New Data Exposed
- ICommitDataSource provides total committed virtual memory in each process.
# Other
- A new version of the toolkit has been released (v1.10.1).
Changes in v1.10.0:
# Breaking Changes
# New Data Exposed
- Add new enumeration values to Microsoft.Windows.EventTracing.Cpu.QualityOfServiceLevel.
# Bug Fixes
- Fix null reference exception while processing ready thread events.
- Fix IOException that happens on some machines when calling TraceProcessor.Create().
Changes since v1.9.0:
# New Data Exposed
- Expose readying thread and stack for ready thread event.
- Add Wait and ready intervals to ThreadActivity in CpuSchedulingDataSource.
Changes since v1.8.0:
# Bug Fixes
- Fix handling non-ASCII characters in ANSI strings.
- Fix bugs in parsing Compact CSwitch.
- Fix a bug in symbol loading.
#Other
- CpuSchedulingData does not use legacy implementation anymore.
Changes since v1.7.0:
# New Data Exposed
- Add support for work-on-behalf interval data.
- Add support for legacy CPU scheduling data.
- Add ARM's instruction counter.
- Add Level, Channel, and Keyword Names to GenericEventMetadata.
# Bug Fixes
- Fix a bug in accessing process from ContextSwitchIn/Out.
Changes since v1.6.0:
# Bug Fixes
- Fix a race condition.
Changes since v1.5.0:
# New Data Exposed
- IProcessor now exposes the efficiency class of the processor.
- Surface the NonTradeable bit for IResidentSetPage.
Changes since v1.4.0:
# Bug Fixes
- Symbol loading performance has been improved.
- The calculation for the processor usage timer frequency has been fixed.
#Other
- A new version of the toolkit has been released (v1.3.0).
Changes since v1.2.0:
# Bug Fixes
- A bug was fixed that prevented stacks from working correctly in filtered generic events.
Changes since v1.1.0:
# New Data Exposed
- Expose symbol on IHardFault.
# Bug Fixes
- The public version of data layer now works when the application path contains spaces.
Changes since v1.0.0:
# New Data Exposed
- IMinifilterDataSource provides data about minifilter delays.
- An extension method now allows for fallback formatting in case of exceptions when stringifying IGenericEventFields.
- An extension method now allows for fallback formatting in case of exceptions when formatting IGenericEvent messages.
# Bug Fixes
- Thread quality-of-service data in context switches was fixed, and now returns correct values.