| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: fix issue with ETW support on win32 | Julien Gilli | 2014-11-03 | 1 | -6/+16 |
| | | |||||
| * | src: update uv callbacks after API changes | Saúl Ibarra Corretgé | 2014-04-07 | 1 | -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 imports | Ben Noordhuis | 2013-08-27 | 1 | -1/+1 |
| | | |||||
| * | etw_provider: unbreak windows build | Fedor Indutny | 2013-07-31 | 1 | -0/+3 |
| | | |||||
| * | src: lint c++ code | Fedor Indutny | 2013-07-31 | 1 | -3/+1 |
| | | |||||
| * | src: replace c-style casts with c++-style casts | Ben Noordhuis | 2013-05-30 | 1 | -4/+4 |
| | | |||||
| * | windows: generate ETW events to track v8 compiled code positions | Scott Blomquist | 2012-11-01 | 1 | -0/+114 |
| | | | | | Patch by Henry Rawas and Scott Blomquist. | ||||
| * | Windows: Enable ETW events. | Igor Zinkovsky | 2012-06-13 | 1 | -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. | |||||
