<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>bcl Releases Rss Feed</title><link>http://bcl.codeplex.com/releases</link><description>bcl Releases Rss Description</description><item><title>Updated Release: TraceEvent 1.2.7.1 (Jan 09, 2013)</title><link>http://bcl.codeplex.com/releases/view/99984</link><description>&lt;div class="wikidoc"&gt;The TraceEvent.bin.zip contains the TraceEvent.dll as well as it PDB and XML documentation.  It also contains the unmananged DLLs for the X86 architecture (AMD64 available in the src distribution).    See the README.txt for more details.  &lt;br /&gt;&lt;br /&gt;The TraceEvent.src.zip can simply be copied locally and built using the .SLN file &lt;br /&gt;If you unpack the PerfMonitor 2.0 release source beside it, you can build PerfMonitor as a sample.  &lt;br /&gt;&lt;br /&gt;Version 1.2.7.   Numerous changes (over a year&amp;#39;s worth).   There are a few breaking changes, but the port should be easy.   &lt;br /&gt;&lt;br /&gt;TraceEvent supports stacks and symbol lookup for stacks, including using Symbol servers.   It also supports the &amp;#39;RegisterTraceEventParser&amp;#39; that knows how to decode any ETW provider registered officially with the Operating system (that is all the OS supplied ETW providers).   &lt;br /&gt;&lt;br /&gt;TraceEvent also supports System.Diagnostics.Tracing.EventSources, and in particular knows how to take an EventSource name and create GUID from it the way an eventSource does (see GetEventSourceGuidFromName).  &lt;br /&gt;&lt;br /&gt;Depending on the exact functionality you use in TraceEvent you MIGHT need additional unmanaged DLLs.  This Bin release above has the X86 version of this, however the source code has the DLLs for either.   See the README.txt in the binary drop (or in the supportsFiles directory)  for details on when the unmanaged DLLs are used (mostly for symbol lookup)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Wed, 09 Jan 2013 15:57:27 GMT</pubDate><guid isPermaLink="false">Updated Release: TraceEvent 1.2.7.1 (Jan 09, 2013) 20130109035727P</guid></item><item><title>Released: TraceEvent 1.2.7.1 (Jan 09, 2013)</title><link>http://bcl.codeplex.com/releases/view/99984</link><description>
&lt;div class="wikidoc"&gt;The TraceEvent.bin.zip contains the TraceEvent.dll as well as it PDB and XML documentation. It also contains the unmananged DLLs for the X86 architecture (AMD64 available in the src distribution). See the README.txt for more details.
&lt;br&gt;
&lt;br&gt;
The TraceEvent.src.zip can simply be copied locally and built using the .SLN file
&lt;br&gt;
If you unpack the PerfMonitor 2.0 release source beside it, you can build PerfMonitor as a sample.
&lt;br&gt;
&lt;br&gt;
Version 1.2.7. Numerous changes (over a year&amp;#39;s worth). There are a few breaking changes, but the port should be easy.
&lt;br&gt;
&lt;br&gt;
TraceEvent supports stacks and symbol lookup for stacks, including using Symbol servers. It also supports the &amp;#39;RegisterTraceEventParser&amp;#39; that knows how to decode any ETW provider registered officially with the Operating system (that is all the OS supplied
 ETW providers). &lt;br&gt;
&lt;br&gt;
TraceEvent also supports System.Diagnostics.Tracing.EventSources, and in particular knows how to take an EventSource name and create GUID from it the way an eventSource does (see GetEventSourceGuidFromName).
&lt;br&gt;
&lt;br&gt;
Depending on the exact functionality you use in TraceEvent you MIGHT need additional unmanaged DLLs. This Bin release above has the X86 version of this, however the source code has the DLLs for either. See the README.txt in the binary drop (or in the supportsFiles
 directory) for details on when the unmanaged DLLs are used (mostly for symbol lookup)&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 09 Jan 2013 15:57:27 GMT</pubDate><guid isPermaLink="false">Released: TraceEvent 1.2.7.1 (Jan 09, 2013) 20130109035727P</guid></item><item><title>Updated Release: PerfMonitor 2.01 (Jan 09, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>&lt;div class="wikidoc"&gt;To use the binary, simply open the PerfMonitor.bin.zip link above and drag the contents to your machine.  Simply run it from the command line without arguments for help getting started.   &lt;br /&gt;&lt;br /&gt;The source code should be unpacked into a directory BESIDE the TraceEvent 1.2.7 downloadfor the solution to build.   &lt;br /&gt;&lt;br /&gt;PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_.    In particular it supports ETL.ZIP files.    The recommendation, however is to use PerfView (bing it for download site).  PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br /&gt;&lt;br /&gt;This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...).   See SupportFiles in the source code for more.   This is pretty useful for any code.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Wed, 09 Jan 2013 15:53:06 GMT</pubDate><guid isPermaLink="false">Updated Release: PerfMonitor 2.01 (Jan 09, 2013) 20130109035306P</guid></item><item><title>Released: PerfMonitor 2.01 (Jan 09, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>
&lt;div class="wikidoc"&gt;To use the binary, simply open the PerfMonitor.bin.zip link above and drag the contents to your machine. Simply run it from the command line without arguments for help getting started.
&lt;br&gt;
&lt;br&gt;
The source code should be unpacked into a directory BESIDE the TraceEvent 1.2.7 downloadfor the solution to build.
&lt;br&gt;
&lt;br&gt;
PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_. In particular it supports ETL.ZIP
 files. The recommendation, however is to use PerfView (bing it for download site). PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br&gt;
&lt;br&gt;
This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...). See SupportFiles in the source code for more. This is pretty
 useful for any code.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 09 Jan 2013 15:53:06 GMT</pubDate><guid isPermaLink="false">Released: PerfMonitor 2.01 (Jan 09, 2013) 20130109035306P</guid></item><item><title>Updated Release: TraceEvent 1.2.7.1 (Jan 09, 2013)</title><link>http://bcl.codeplex.com/releases/view/99984</link><description>&lt;div class="wikidoc"&gt;The TraceEvent.bin.zip contains the TraceEvent.dll as well as it PDB and XML documentation.  It also contains the unmananged DLLs for the X86 architecture (AMD64 available in the src distribution).    See the README.txt for more details.  &lt;br /&gt;&lt;br /&gt;The TraceEvent.src.zip can simply be copied locally and built using the .SLN file &lt;br /&gt;If you unpack the PerfMonitor 2.0 release source beside it, you can build PerfMonitor as a sample.  &lt;br /&gt;&lt;br /&gt;Version 1.2.7.   Numerous changes (over a year&amp;#39;s worth).   There are a few breaking changes, but the port should be easy.   &lt;br /&gt;&lt;br /&gt;TraceEvent supports stacks and symbol lookup for stacks, including using Symbol servers.   It also supports the &amp;#39;RegisterTraceEventParser&amp;#39; that knows how to decode any ETW provider registered officially with the Operating system (that is all the OS supplied ETW providers).   &lt;br /&gt;&lt;br /&gt;TraceEvent also supports System.Diagnostics.Tracing.EventSources, and in particular knows how to take an EventSource name and create GUID from it the way an eventSource does (see GetEventSourceGuidFromName).  &lt;br /&gt;&lt;br /&gt;Depending on the exact functionality you use in TraceEvent you MIGHT need additional unmanaged DLLs.  This Bin release above has the X86 version of this, however the source code has the DLLs for either.   See the README.txt in the binary drop (or in the supportsFiles directory)  for details on when the unmanaged DLLs are used (mostly for symbol lookup)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Wed, 09 Jan 2013 15:52:49 GMT</pubDate><guid isPermaLink="false">Updated Release: TraceEvent 1.2.7.1 (Jan 09, 2013) 20130109035249P</guid></item><item><title>Updated Release: TraceEvent 1.2.7.1 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99984</link><description>&lt;div class="wikidoc"&gt;The TraceEvent.bin.zip contains the TraceEvent.dll as well as it PDB and XML documentation.  It also contains the unmananged DLLs for the X86 architecture (AMD64 available in the src distribution).    See the README.txt for more details.  &lt;br /&gt;&lt;br /&gt;The TraceEvent.src.zip can simply be copied locally and built using the .SLN file &lt;br /&gt;If you unpack the PerfMonitor 2.0 release source beside it, you can build PerfMonitor as a sample.  &lt;br /&gt;&lt;br /&gt;Version 1.2.7.   Numerous changes (over a year&amp;#39;s worth).   There are a few breaking changes, but the port should be easy.   &lt;br /&gt;&lt;br /&gt;TraceEvent supports stacks and symbol lookup for stacks, including using Symbol servers.   It also supports the &amp;#39;RegisterTraceEventParser&amp;#39; that knows how to decode any ETW provider registered officially with the Operating system (that is all the OS supplied ETW providers).   &lt;br /&gt;&lt;br /&gt;TraceEvent also supports System.Diagnostics.Tracing.EventSources, and in particular knows how to take an EventSource name and create GUID from it the way an eventSource does (see GetEventSourceGuidFromName).  &lt;br /&gt;&lt;br /&gt;Depending on the exact functionality you use in TraceEvent you MIGHT need additional unmanaged DLLs.  This Bin release above has the X86 version of this, however the source code has the DLLs for either.   See the README.txt in the binary drop (or in the supportsFiles directory)  for details on when the unmanaged DLLs are used (mostly for symbol lookup)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Wed, 09 Jan 2013 15:52:32 GMT</pubDate><guid isPermaLink="false">Updated Release: TraceEvent 1.2.7.1 (Jan 06, 2013) 20130109035232P</guid></item><item><title>Updated Release: PerfMonitor 2.01 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>&lt;div class="wikidoc"&gt;To use the binary, simply open the PerfMonitor.bin.zip link above and drag the contents to your machine.  Simply run it from the command line without arguments for help getting started.   &lt;br /&gt;&lt;br /&gt;The source code should be unpacked into a directory BESIDE the TraceEvent 1.2.7 downloadfor the solution to build.   &lt;br /&gt;&lt;br /&gt;PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_.    In particular it supports ETL.ZIP files.    The recommendation, however is to use PerfView (bing it for download site).  PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br /&gt;&lt;br /&gt;This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...).   See SupportFiles in the source code for more.   This is pretty useful for any code.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Wed, 09 Jan 2013 15:50:26 GMT</pubDate><guid isPermaLink="false">Updated Release: PerfMonitor 2.01 (Jan 06, 2013) 20130109035026P</guid></item><item><title>Updated Release: TraceEvent 1.2.7 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99984</link><description>&lt;div class="wikidoc"&gt;The TraceEvent.bin.zip contains the TraceEvent.dll as well as it PDB and XML documentation.  It also contains the unmananged DLLs for the X86 architecture (AMD64 available in the src distribution).    See the README.txt for more details.  &lt;br /&gt;&lt;br /&gt;The TraceEvent.src.zip can simply be copied locally and built using the .SLN file &lt;br /&gt;If you unpack the PerfMonitor 2.0 release source beside it, you can build PerfMonitor as a sample.  &lt;br /&gt;&lt;br /&gt;Version 1.2.7.   Numerous changes (over a year&amp;#39;s worth).   There are a few breaking changes, but the port should be easy.   &lt;br /&gt;&lt;br /&gt;TraceEvent supports stacks and symbol lookup for stacks, including using Symbol servers.   It also supports the &amp;#39;RegisterTraceEventParser&amp;#39; that knows how to decode any ETW provider registered officially with the Operating system (that is all the OS supplied ETW providers).   &lt;br /&gt;&lt;br /&gt;TraceEvent also supports System.Diagnostics.Tracing.EventSources, and in particular knows how to take an EventSource name and create GUID from it the way an eventSource does (see GetEventSourceGuidFromName).  &lt;br /&gt;&lt;br /&gt;Depending on the exact functionality you use in TraceEvent you MIGHT need additional unmanaged DLLs.  This Bin release above has the X86 version of this, however the source code has the DLLs for either.   See the README.txt in the binary drop (or in the supportsFiles directory)  for details on when the unmanaged DLLs are used (mostly for symbol lookup)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Wed, 09 Jan 2013 13:20:30 GMT</pubDate><guid isPermaLink="false">Updated Release: TraceEvent 1.2.7 (Jan 06, 2013) 20130109012030P</guid></item><item><title>Released: TraceEvent 1.2.7 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99984</link><description>
&lt;div class="wikidoc"&gt;The TraceEvent.bin.zip contains the TraceEvent.dll as well as it PDB and XML documentation. It also contains the unmananged DLLs for the X86 architecture (AMD64 available in the src distribution). See the README.txt for more details.
&lt;br&gt;
&lt;br&gt;
The TraceEvent.src.zip can simply be copied locally and built using the .SLN file
&lt;br&gt;
If you unpack the PerfMonitor 2.0 release source beside it, you can build PerfMonitor as a sample.
&lt;br&gt;
&lt;br&gt;
Version 1.2.7. Numerous changes (over a year&amp;#39;s worth). There are a few breaking changes, but the port should be easy.
&lt;br&gt;
&lt;br&gt;
TraceEvent supports stacks and symbol lookup for stacks, including using Symbol servers. It also supports the &amp;#39;RegisterTraceEventParser&amp;#39; that knows how to decode any ETW provider registered officially with the Operating system (that is all the OS supplied
 ETW providers). &lt;br&gt;
&lt;br&gt;
TraceEvent also supports System.Diagnostics.Tracing.EventSources, and in particular knows how to take an EventSource name and create GUID from it the way an eventSource does (see GetEventSourceGuidFromName).
&lt;br&gt;
&lt;br&gt;
Depending on the exact functionality you use in TraceEvent you MIGHT need additional unmanaged DLLs. This Bin release above has the X86 version of this, however the source code has the DLLs for either. See the README.txt in the binary drop (or in the supportsFiles
 directory) for details on when the unmanaged DLLs are used (mostly for symbol lookup)&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 09 Jan 2013 13:20:30 GMT</pubDate><guid isPermaLink="false">Released: TraceEvent 1.2.7 (Jan 06, 2013) 20130109012030P</guid></item><item><title>Updated Release: PerfMonitor 2.0 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>&lt;div class="wikidoc"&gt;To use the binary, simply open the PerfMonitor.bin.zip link above and drag the contents to your machine.  Simply run it from the command line without arguments for help getting started.   &lt;br /&gt;&lt;br /&gt;The source code should be unpacked into a directory BESIDE the TraceEvent 1.2.7 downloadfor the solution to build.   &lt;br /&gt;&lt;br /&gt;PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_.    In particular it supports ETL.ZIP files.    The recommendation, however is to use PerfView (bing it for download site).  PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br /&gt;&lt;br /&gt;This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...).   See SupportFiles in the source code for more.   This is pretty useful for any code.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Wed, 09 Jan 2013 13:17:28 GMT</pubDate><guid isPermaLink="false">Updated Release: PerfMonitor 2.0 (Jan 06, 2013) 20130109011728P</guid></item><item><title>Released: PerfMonitor 2.0 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>
&lt;div class="wikidoc"&gt;To use the binary, simply open the PerfMonitor.bin.zip link above and drag the contents to your machine. Simply run it from the command line without arguments for help getting started.
&lt;br&gt;
&lt;br&gt;
The source code should be unpacked into a directory BESIDE the TraceEvent 1.2.7 downloadfor the solution to build.
&lt;br&gt;
&lt;br&gt;
PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_. In particular it supports ETL.ZIP
 files. The recommendation, however is to use PerfView (bing it for download site). PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br&gt;
&lt;br&gt;
This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...). See SupportFiles in the source code for more. This is pretty
 useful for any code.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 09 Jan 2013 13:17:28 GMT</pubDate><guid isPermaLink="false">Released: PerfMonitor 2.0 (Jan 06, 2013) 20130109011728P</guid></item><item><title>Updated Release: PerfMonitor 2.0 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>&lt;div class="wikidoc"&gt;To use the binary, simply open the PerfMonitor.bin.zip link above and drag the contents to your machine.  Simply run it from the command line without arguments for help getting started.   &lt;br /&gt;&lt;br /&gt;The source code should be unpacked into a directory BESIDE the TraceEvent 1.2.7 downloadfor the solution to build.   &lt;br /&gt;&lt;br /&gt;PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_.    In particular it supports ETL.ZIP files.    The recommendation, however is to use PerfView (bing it for download site).  PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br /&gt;&lt;br /&gt;This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...).   See SupportFiles in the source code for more.   This is pretty useful for any code.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Wed, 09 Jan 2013 13:17:07 GMT</pubDate><guid isPermaLink="false">Updated Release: PerfMonitor 2.0 (Jan 06, 2013) 20130109011707P</guid></item><item><title>Updated Release: TraceEvent 1.2.7 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99984</link><description>&lt;div class="wikidoc"&gt;The TraceEvent.bin.zip contains the TraceEvent.dll as well as it PDB and XML documentation.  It also contains the unmananged DLLs for the X86 architecture (AMD64 available in the src distribution).    See the README.txt for more details.  &lt;br /&gt;&lt;br /&gt;The TraceEvent.src.zip can simply be copied locally and built using the .SLN file &lt;br /&gt;If you unpack the PerfMonitor 2.0 release source beside it, you can build PerfMonitor as a sample.  &lt;br /&gt;&lt;br /&gt;Version 1.2.7.   Numerous changes (over a year&amp;#39;s worth).   There are a few breaking changes, but the port should be easy.   &lt;br /&gt;&lt;br /&gt;TraceEvent supports stacks and symbol lookup for stacks, including using Symbol servers.   It also supports the &amp;#39;RegisterTraceEventParser&amp;#39; that knows how to decode any ETW provider registered officially with the Operating system (that is all the OS supplied ETW providers).   &lt;br /&gt;&lt;br /&gt;TraceEvent also supports System.Diagnostics.Tracing.EventSources, and in particular knows how to take an EventSource name and create GUID from it the way an eventSource does (see GetEventSourceGuidFromName).  &lt;br /&gt;&lt;br /&gt;Depending on the exact functionality you use in TraceEvent you MIGHT need additional unmanaged DLLs.  This Bin release above has the X86 version of this, however the source code has the DLLs for either.   See the README.txt in the binary drop (or in the supportsFiles directory)  for details on when the unmanaged DLLs are used (mostly for symbol lookup)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Mon, 07 Jan 2013 04:19:30 GMT</pubDate><guid isPermaLink="false">Updated Release: TraceEvent 1.2.7 (Jan 06, 2013) 20130107041930A</guid></item><item><title>Released: TraceEvent 1.2.7 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99984</link><description>
&lt;div class="wikidoc"&gt;The TraceEvent.bin.zip contains the TraceEvent.dll as well as it PDB and XML documentation. It also contains the unmananged DLLs for the X86 architecture (AMD64 available in the src distribution). See the README.txt for more details.
&lt;br&gt;
&lt;br&gt;
The TraceEvent.src.zip can simply be copied locally and built using the .SLN file
&lt;br&gt;
If you unpack the PerfMonitor 2.0 release source beside it, you can build PerfMonitor as a sample.
&lt;br&gt;
&lt;br&gt;
Version 1.2.7. Numerous changes (over a year&amp;#39;s worth). There are a few breaking changes, but the port should be easy.
&lt;br&gt;
&lt;br&gt;
TraceEvent supports stacks and symbol lookup for stacks, including using Symbol servers. It also supports the &amp;#39;RegisterTraceEventParser&amp;#39; that knows how to decode any ETW provider registered officially with the Operating system (that is all the OS supplied
 ETW providers). &lt;br&gt;
&lt;br&gt;
TraceEvent also supports System.Diagnostics.Tracing.EventSources, and in particular knows how to take an EventSource name and create GUID from it the way an eventSource does (see GetEventSourceGuidFromName).
&lt;br&gt;
&lt;br&gt;
Depending on the exact functionality you use in TraceEvent you MIGHT need additional unmanaged DLLs. This Bin release above has the X86 version of this, however the source code has the DLLs for either. See the README.txt in the binary drop (or in the supportsFiles
 directory) for details on when the unmanaged DLLs are used (mostly for symbol lookup)&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 07 Jan 2013 04:19:30 GMT</pubDate><guid isPermaLink="false">Released: TraceEvent 1.2.7 (Jan 06, 2013) 20130107041930A</guid></item><item><title>Updated Release: PerfMonitor 2.0 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>&lt;div class="wikidoc"&gt;To use the binary, simply open the PerfMonitor.bin.zip link above and drag the contents to your machine.  Simply run it from the command line without arguments for help getting started.   &lt;br /&gt;&lt;br /&gt;The source code should be unpacked into a directory BESIDE the TraceEvent 1.2.7 downloadfor the solution to build.   &lt;br /&gt;&lt;br /&gt;PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_.    In particular it supports ETL.ZIP files.    The recommendation, however is to use PerfView (bing it for download site).  PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br /&gt;&lt;br /&gt;This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...).   See SupportFiles in the source code for more.   This is pretty useful for any code.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Mon, 07 Jan 2013 04:15:19 GMT</pubDate><guid isPermaLink="false">Updated Release: PerfMonitor 2.0 (Jan 06, 2013) 20130107041519A</guid></item><item><title>Released: PerfMonitor 2.0 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>
&lt;div class="wikidoc"&gt;To use the binary, simply open the PerfMonitor.bin.zip link above and drag the contents to your machine. Simply run it from the command line without arguments for help getting started.
&lt;br&gt;
&lt;br&gt;
The source code should be unpacked into a directory BESIDE the TraceEvent 1.2.7 downloadfor the solution to build.
&lt;br&gt;
&lt;br&gt;
PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_. In particular it supports ETL.ZIP
 files. The recommendation, however is to use PerfView (bing it for download site). PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br&gt;
&lt;br&gt;
This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...). See SupportFiles in the source code for more. This is pretty
 useful for any code.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 07 Jan 2013 04:15:19 GMT</pubDate><guid isPermaLink="false">Released: PerfMonitor 2.0 (Jan 06, 2013) 20130107041519A</guid></item><item><title>Updated Release: PerfMonitor 2.0 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>&lt;div class="wikidoc"&gt;PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_.    In particular it supports ETL.ZIP files.    The recommendation, however is to use PerfView (bing it for download site).  PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br /&gt;&lt;br /&gt;This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...).   See SupportFiles in the source code for more.   This is pretty useful for any code.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Mon, 07 Jan 2013 04:12:40 GMT</pubDate><guid isPermaLink="false">Updated Release: PerfMonitor 2.0 (Jan 06, 2013) 20130107041240A</guid></item><item><title>Updated Release: PerfMonitor 2.0 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>&lt;div class="wikidoc"&gt;PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_.    In particular it supports ETL.ZIP files.    The recommendation, however is to use PerfView (bing it for download site).  PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br /&gt;&lt;br /&gt;This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...).   See SupportFiles in the source code for more.   This is pretty useful for any code.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Mon, 07 Jan 2013 04:01:00 GMT</pubDate><guid isPermaLink="false">Updated Release: PerfMonitor 2.0 (Jan 06, 2013) 20130107040100A</guid></item><item><title>Released: PerfMonitor 2.0 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>
&lt;div class="wikidoc"&gt;PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_. In particular
 it supports ETL.ZIP files. The recommendation, however is to use PerfView (bing it for download site). PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br&gt;
&lt;br&gt;
This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...). See SupportFiles in the source code for more. This is pretty
 useful for any code.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 07 Jan 2013 04:01:00 GMT</pubDate><guid isPermaLink="false">Released: PerfMonitor 2.0 (Jan 06, 2013) 20130107040100A</guid></item><item><title>Updated Release: PerfMonitor Version 2.0 (Jan 06, 2013)</title><link>http://bcl.codeplex.com/releases/view/99985</link><description>&lt;div class="wikidoc"&gt;PerfMonitor was mostly just updated to track changes in TraceEvent and to harmonize with PerfView (I tried to make the command parameters the same when possible, and to act like a &amp;#39;command line&amp;#39; version of PerfView)_.    In particular it supports ETL.ZIP files.    The recommendation, however is to use PerfView (bing it for download site).  PerfMonitor is really just an &amp;#39;exposed source;&amp;#39; version of PerfVIew that demos TraceEvent.&lt;br /&gt;&lt;br /&gt;This new PerfMonitor uses the same &amp;#39;SupportFiles&amp;#39; class that allows PerfMonitor to be a single EXE event though it needs various support DLLs internally (like TraceEvent, msdia100.dll ...).   See SupportFiles in the source code for more.   This is pretty useful for any code.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>VanceMorrison</author><pubDate>Mon, 07 Jan 2013 04:00:41 GMT</pubDate><guid isPermaLink="false">Updated Release: PerfMonitor Version 2.0 (Jan 06, 2013) 20130107040041A</guid></item></channel></rss>