Ben Noordhuis
75463899c8
dtrace: check if _handle property is set
Check that _handle is an object before trying to read its `fd`
property, avoids bogus values.
12 years ago
Timothy J Fontaine
aca31e37f7
dtrace: actually use the _handle.fd value
When using the DTrace/systemtap subsystems it would be helpful to
actually have an fd associated with the requests and responses.
12 years ago
Dave Pacheco
bf22f99f3a
dtrace: pass more arguments to probes
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.
12 years ago
Ben Noordhuis
51f6e6a9b3
src, test: downgrade to v8 3.14 api
12 years ago
Ben Noordhuis
7788a6bf85
src: pass node_isolate to Undefined()
12 years ago
Jan Wynholds
06810b29fa
tracing: add systemtap support
12 years ago
Ben Noordhuis
eef57dddf4
core: use proper #include directives
13 years ago
Igor Zinkovsky
35a1421e96
Windows: Enable ETW events.
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.
13 years ago
ssuda
249c3c165a
Avoiding unnecessary ToString() calls
String::Utf8Value and String::AsciiValue constructors take Handle<Value>
So no need to convert to Handle<String>
13 years ago
Ben Noordhuis
ff4a9d381d
core: use proper #include directives
13 years ago
Bert Belder
5c9a262eb0
Compatibility issue and warning in x-forwarded-for dtrace probe
14 years ago
Dave Pacheco
e142fe2be6
DTrace probes: support X-Forwarded-For
INTRO-385
14 years ago
Ryan Dahl
55048cdf79
Update copyright headers
14 years ago
Ryan Dahl
e9257b859d
New DTrace probes from CA team
14 years ago
Ryan Dahl
068b733583
Land Cantrill's DTrace patch
only works on solaris
14 years ago