Revision 06810b29 src/node.cc

View differences:

src/node.cc
27 27
#include "uv.h"
28 28

  
29 29
#include "v8-debug.h"
30
#if defined HAVE_DTRACE || defined HAVE_ETW
30
#if defined HAVE_DTRACE || defined HAVE_ETW || defined HAVE_SYSTEMTAP
31 31
# include "node_dtrace.h"
32 32
#endif
33 33

  
......
72 72
#if HAVE_OPENSSL
73 73
# include "node_crypto.h"
74 74
#endif
75
#if HAVE_SYSTEMTAP
76
#include "node_systemtap.h"
77
#endif
75 78
#include "node_script.h"
76 79
#include "v8_typed_array.h"
77 80

  
......
2307 2310
  Local<Object> global = v8::Context::GetCurrent()->Global();
2308 2311
  Local<Value> args[1] = { Local<Value>::New(process_l) };
2309 2312

  
2310
#if defined HAVE_DTRACE || defined HAVE_ETW
2313
#if defined HAVE_DTRACE || defined HAVE_ETW || defined HAVE_SYSTEMTAP
2311 2314
  InitDTrace(global);
2312 2315
#endif
2313 2316

  

Also available in: Unified diff