ETW Series
This series discusses about different ways in which ETW can be used along with .NET for diagnosing and troubleshooting.
-
Track down DLL loading in .NET using Event Tracing for Windows (ETW)
-
Case Study: Tracking .NET Exceptions with Event Tracing for Windows (ETW)
-
Get GC Information in Silverlight using ETW
-
Using .NET 4.0 Event Tracing for Windows (ETW) along with application ETW
-
Undocumented Silverlight Feature – ETW Tracing
-
Undocumented Event Tracing for Windows (ETW) providers in .NET 4.0 (BCL)
-
Exploring Event Tracing for Windows (ETW) within Task Parallel Library (TPL) using PerfMonitor
-
Get Managed and Native Call Stacks from Event Tracing for Windows (ET
-
Get managed call-stacks in .NET for Registry access using ETW
[...] Posted in .NET 4.0, ETW by Naveen on March 27, 2010 Continuing with my explorations in ETW I happened notice that there are few undocumented ETW providers within the .NET 4.0 BCL. These are [...]
Undocumented Event Tracing for Windows (ETW) providers in .NET 4.0 (BCL) « Naveen's Blog
March 27, 2010 at 11:49 pm
[...] Posted in .NET 4.0, ETW by Naveen on March 30, 2010 Like I mentioned in my previous post , Today I am going to exploring TPL ETW traces. Yes, I know we could use the built in VS.NET [...]
Exploring Event Tracing for Windows (ETW) within Task Parallel Library (TPL) using PerfMonitor « Naveen's Blog
March 30, 2010 at 11:03 pm
[...] Tracing for Windows (ETW) Posted in .NET 4.0, ETW by Naveen on April 2, 2010 Here is the TOC of series of posts on [...]
Get Managed and Native Call Stacks from Event Tracing for Windows (ETW) « Naveen's Blog
April 2, 2010 at 6:26 pm
[...] Here I was able to get the managed as well as native call-stacks for registry access by keyname. And here is my list of posts on ETW [...]
Get managed call-stacks in .NET for Registry access using ETW « Naveen's Blog
May 23, 2010 at 3:25 pm
Hi Navin,
I get this error first time on this page when i click on any of topics, any idea ? I am with IE8 on win xp sp3..
“out of memory at line : 1″
kirann
September 8, 2010 at 8:09 am
Sorry.No Clue.
Naveen
September 8, 2010 at 9:07 am
I always get number in “opcode name” field, no string (e.g. LoadModule….), am i missing something?
Michael
May 2, 2011 at 10:42 pm
I am looking for a programatic way of reading ETL files generated by the logman.exe. I see that it’s possible using unmanaged APIs (http://msdn.microsoft.com/en-us/library/aa364087%28VS.85%29.aspx), but is there a better way to read these trace files using managed code?
agarwalmk
July 26, 2011 at 7:40 am