summaryrefslogtreecommitdiff
path: root/src/node_win32_etw_provider.cc
Commit message (Collapse)AuthorAgeFilesLines
* build: fix issue with ETW support on win32Julien Gilli2014-11-031-6/+16
|
* src: update uv callbacks after API changesSaúl Ibarra Corretgé2014-04-071-1/+1
| | | | | async, timer, prepare, idle and check handles no longer get a status parameter since they can never fail.
* src: fix up unused/unordered importsBen Noordhuis2013-08-271-1/+1
|
* etw_provider: unbreak windows buildFedor Indutny2013-07-311-0/+3
|
* src: lint c++ codeFedor Indutny2013-07-311-3/+1
|
* src: replace c-style casts with c++-style castsBen Noordhuis2013-05-301-4/+4
|
* windows: generate ETW events to track v8 compiled code positionsScott Blomquist2012-11-011-0/+114
| | | | Patch by Henry Rawas and Scott Blomquist.
* Windows: Enable ETW events.Igor Zinkovsky2012-06-131-0/+91
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.