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.h @ 6f92da2d

History | View | Annotate | Download (3.58 KB)

# Date Author Comment
02cab974 07/31/2013 05:16 PM Ben Noordhuis

src: more lint after cpplint tightening

Commit 847c6d9 adds a 'project headers before system headers' check
to cpplint. Update the files in src/ to make the linter pass again.

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

src: lint c++ code

b3a8e0da 04/01/2013 12:59 PM Timothy J Fontaine

etw: update prototypes to match dtrace provider

The DTrace probes were updated to accomodate platforms that can't
handle structs, update the prototypes for ETW but it's not necessary
to do anything with the new arguments as it's redundant information.

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.