summaryrefslogtreecommitdiff
path: root/src/node_dtrace.cc
AgeCommit message (Collapse)Author
2013-02-25src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-01-07src: pass node_isolate to Undefined()Ben Noordhuis
2012-11-01tracing: add systemtap supportJan Wynholds
2012-06-13Windows: Enable ETW events.Igor Zinkovsky
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.
2012-03-23Avoiding unnecessary ToString() callsssuda
String::Utf8Value and String::AsciiValue constructors take Handle<Value> So no need to convert to Handle<String>
2012-03-10core: use proper #include directivesBen Noordhuis
2011-06-08Compatibility issue and warning in x-forwarded-for dtrace probeBert Belder
2011-06-04DTrace probes: support X-Forwarded-ForDave Pacheco
INTRO-385
2011-03-14Update copyright headersRyan Dahl
2011-02-09New DTrace probes from CA teamRyan Dahl
2011-01-24Land Cantrill's DTrace patchRyan Dahl
only works on solaris