summaryrefslogtreecommitdiff
path: root/src/node_win32_etw_provider.cc
AgeCommit message (Expand)Author
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src,deps: replace LoadLibrary by LoadLibraryWCheng Zhao
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-18etw: use Isolate to SetJitCodeEventHandlerRod Vagg
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-04-07src: update uv callbacks after API changesSaúl Ibarra Corretgé
2013-08-27src: fix up unused/unordered importsBen Noordhuis
2013-07-31etw_provider: unbreak windows buildFedor Indutny
2013-07-31src: lint c++ codeFedor Indutny
2013-05-30src: replace c-style casts with c++-style castsBen Noordhuis
2012-11-01windows: generate ETW events to track v8 compiled code positionsScott Blomquist
2012-06-13Windows: Enable ETW events.Igor Zinkovsky