summaryrefslogtreecommitdiff
path: root/src/node_win32_etw_provider.cc
AgeCommit message (Expand)Author
2017-10-31src: fix etw provider include on WindowsJoyee Cheung
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-06src: remove unused node_dtrace.h from node_win32Daniel Bevenius
2017-03-10meta: restore original copyright headerJames M Snell
2016-06-29src: check uv_async_init() return valueBen Noordhuis
2016-06-28src: fix readability/namespace cpplint warningsBen Noordhuis
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