summaryrefslogtreecommitdiff
path: root/src/node_provider.d
AgeCommit message (Collapse)Author
2015-02-02src: remove unused dtrace probesGlen Keane
Removed DTRACE_NET_SOCKET_READ and DTRACE_NET_SOCKET_WRITE as they were never called from within the source code. PR-URL: https://github.com/iojs/io.js/pull/694 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2014-03-16src: fix tracing infrastructure after v8 upgradeBen Noordhuis
Fix up the dtrace/etw/systemtap infrastructure after the V8 upgrade in commit 1c7bf24. The win32 changes are untested but can hardly make things worse because node doesn't build on windows right now. Fixes #7313 with some luck.
2013-03-30dtrace: actually use the _handle.fd valueTimothy J Fontaine
When using the DTrace/systemtap subsystems it would be helpful to actually have an fd associated with the requests and responses.
2013-03-30dtrace: pass more arguments to probesDave Pacheco
OSX and other DTrace implementations don't support dereferencing structs in probes. To accomodate that pass members from the struct as arguments so that DTrace is useful on those systems.
2011-06-04DTrace probes: support X-Forwarded-ForDave Pacheco
INTRO-385
2011-03-15Fix comment in node_provider.dRyan Dahl
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