etw
Here are 49 public repositories matching this topic...
Using the exe version the indexing does not use time properly so you cannot get a date histogram.
- Timestamp should be used correctly
- That there is an index per day. Should be something like "kernel-%Y.%m.%d"

 was retired and its download packages removed from microsoft.com sites on November 25 2019. There is currently no Microsoft replacement for Microsoft Message Analyzer in development at this time.
-- https://docs.microsoft.com/en-us/openspecs/blog/ms-winintbloglp/dd98b93c-0a75-4eb0-b92e-e760c502394f
-
Updated
Oct 31, 2019 - C#
-
Updated
Mar 13, 2020 - C#
-
Updated
Feb 23, 2019 - C++
The tool has a number of options carried over from the LiveStacks project. Document them and add the usage message to the README.
Currently, profiling can end because of two “triggers” (not considering errors):
- The target process exits
- It’s stopped explicitly (with CTRL+C)
Point 1.) is achieved with waiting on the target process’ HANDLE, and explicitly stopping the profiler, when the object gets signaled.
Point 2.) is dealt with using a Console Control Handler.
It would be useful to introduce another mechani
-
Updated
Jan 14, 2020 - C
-
Updated
Sep 30, 2019 - C#
-
Updated
May 20, 2020 - C++
Documentation
The documentation repository has to be filled with content.
The chocolatey package is not really a good way to consume and use the generator. It would be much more useful to use the generator as dotnet cli integration.
-
Updated
Dec 7, 2018 - C#
-
Updated
May 7, 2020 - C#
-
Updated
Apr 4, 2017 - C#
-
Updated
Oct 1, 2018 - C#
Improve this page
Add a description, image, and links to the etw topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the etw topic, visit your repo's landing page and select "manage topics."
For example correlation between capture and sampling/callstacks; I'd like to be able to right-click on a hooked function listed in the capture and "go to" it in the sampling view automatically