The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / node_win32_etw_provider.cc @ 6f92da2d

History | View | Annotate | Download (6.13 KB)

# Date Author Comment
6caf012d 07/31/2013 02:35 PM Fedor Indutny

etw_provider: unbreak windows build

8e29ce9f 07/31/2013 02:12 PM Fedor Indutny

src: lint c++ code

4d68daea 05/29/2013 06:12 PM Ben Noordhuis

src: replace c-style casts with c++-style casts

66f64ae0 11/01/2012 09:06 AM Scott Blomquist

windows: generate ETW events to track v8 compiled code positions

Patch by Henry Rawas and Scott Blomquist.

35a1421e 06/13/2012 06:36 PM Igor Zinkovsky

Windows: Enable ETW events.
This commit enables ETW events to be fired on Windows for existing
DTrace probes. ETW instrumentation is enabled by default. It
is possible to build node.exe without ETW instrumentation by
using --without-etw option with configure script.