summaryrefslogtreecommitdiff
path: root/src/node_win32_etw_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* src : elevate v8 namespacesHarshitha KP2019-07-241-3/+4
* src: apply modernize-use-nullptr in node_win32_etw_provider.ccgengjiawen2019-04-221-1/+1
* src: de-lint header usageRefael Ackermann2019-03-121-2/+3
* src: fix etw provider include on WindowsJoyee Cheung2017-10-311-0/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: remove unused node_dtrace.h from node_win32Daniel Bevenius2017-10-061-1/+0
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: check uv_async_init() return valueBen Noordhuis2016-06-291-3/+3
* src: fix readability/namespace cpplint warningsBen Noordhuis2016-06-281-1/+2
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-1/+1
* 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