summaryrefslogtreecommitdiff
path: root/src/node_win32_etw_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src,deps: replace LoadLibrary by LoadLibraryWCheng Zhao2015-01-071-1/+1
* src: replace NULL with nullptrBen Noordhuis2014-10-231-4/+4
* etw: use Isolate to SetJitCodeEventHandlerRod Vagg2014-10-181-4/+9
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-1/+1
* src: update uv callbacks after API changesSaúl Ibarra Corretgé2014-04-071-1/+1
* 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
* Windows: Enable ETW events.Igor Zinkovsky2012-06-131-0/+91