Ruby  2.0.0p645(2015-04-13revision50299)
Macros
probes.h File Reference
#include "vm_opts.h"

Go to the source code of this file.

Macros

#define DTRACE_PROBES_DISABLED   1
 
#define RUBY_DTRACE_METHOD_ENTRY_ENABLED()   0
 
#define RUBY_DTRACE_METHOD_ENTRY(arg0, arg1, arg2, arg3)   do { } while(0)
 
#define RUBY_DTRACE_METHOD_RETURN_ENABLED()   0
 
#define RUBY_DTRACE_METHOD_RETURN(arg0, arg1, arg2, arg3)   do { } while(0)
 
#define RUBY_DTRACE_CMETHOD_ENTRY_ENABLED()   0
 
#define RUBY_DTRACE_CMETHOD_ENTRY(arg0, arg1, arg2, arg3)   do { } while(0)
 
#define RUBY_DTRACE_CMETHOD_RETURN_ENABLED()   0
 
#define RUBY_DTRACE_CMETHOD_RETURN(arg0, arg1, arg2, arg3)   do { } while(0)
 
#define RUBY_DTRACE_REQUIRE_ENTRY_ENABLED()   0
 
#define RUBY_DTRACE_REQUIRE_ENTRY(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_REQUIRE_RETURN_ENABLED()   0
 
#define RUBY_DTRACE_REQUIRE_RETURN(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_FIND_REQUIRE_ENTRY_ENABLED()   0
 
#define RUBY_DTRACE_FIND_REQUIRE_ENTRY(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_FIND_REQUIRE_RETURN_ENABLED()   0
 
#define RUBY_DTRACE_FIND_REQUIRE_RETURN(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_LOAD_ENTRY_ENABLED()   0
 
#define RUBY_DTRACE_LOAD_ENTRY(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_LOAD_RETURN_ENABLED()   0
 
#define RUBY_DTRACE_LOAD_RETURN(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_RAISE_ENABLED()   0
 
#define RUBY_DTRACE_RAISE(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_OBJECT_CREATE_ENABLED()   0
 
#define RUBY_DTRACE_OBJECT_CREATE(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_ARRAY_CREATE_ENABLED()   0
 
#define RUBY_DTRACE_ARRAY_CREATE(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_HASH_CREATE_ENABLED()   0
 
#define RUBY_DTRACE_HASH_CREATE(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_STRING_CREATE_ENABLED()   0
 
#define RUBY_DTRACE_STRING_CREATE(arg0, arg1, arg2)   do { } while(0)
 
#define RUBY_DTRACE_PARSE_BEGIN_ENABLED()   0
 
#define RUBY_DTRACE_PARSE_BEGIN(arg0, arg1)   do { } while(0)
 
#define RUBY_DTRACE_PARSE_END_ENABLED()   0
 
#define RUBY_DTRACE_PARSE_END(arg0, arg1)   do { } while(0)
 
#define RUBY_DTRACE_GC_MARK_BEGIN_ENABLED()   0
 
#define RUBY_DTRACE_GC_MARK_BEGIN()   do { } while(0)
 
#define RUBY_DTRACE_GC_MARK_END_ENABLED()   0
 
#define RUBY_DTRACE_GC_MARK_END()   do { } while(0)
 
#define RUBY_DTRACE_GC_SWEEP_BEGIN_ENABLED()   0
 
#define RUBY_DTRACE_GC_SWEEP_BEGIN()   do { } while(0)
 
#define RUBY_DTRACE_GC_SWEEP_END_ENABLED()   0
 
#define RUBY_DTRACE_GC_SWEEP_END()   do { } while(0)
 

Macro Definition Documentation

#define DTRACE_PROBES_DISABLED   1

Definition at line 6 of file probes.h.

#define RUBY_DTRACE_ARRAY_CREATE (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 56 of file probes.h.

Referenced by ary_new(), and empty_ary_alloc().

#define RUBY_DTRACE_ARRAY_CREATE_ENABLED ( )    0

Definition at line 55 of file probes.h.

Referenced by ary_new(), and empty_ary_alloc().

#define RUBY_DTRACE_CMETHOD_ENTRY (   arg0,
  arg1,
  arg2,
  arg3 
)    do { } while(0)

Definition at line 17 of file probes.h.

#define RUBY_DTRACE_CMETHOD_ENTRY_ENABLED ( )    0

Definition at line 16 of file probes.h.

#define RUBY_DTRACE_CMETHOD_RETURN (   arg0,
  arg1,
  arg2,
  arg3 
)    do { } while(0)

Definition at line 20 of file probes.h.

#define RUBY_DTRACE_CMETHOD_RETURN_ENABLED ( )    0

Definition at line 19 of file probes.h.

#define RUBY_DTRACE_FIND_REQUIRE_ENTRY (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 32 of file probes.h.

Referenced by rb_require_safe().

#define RUBY_DTRACE_FIND_REQUIRE_ENTRY_ENABLED ( )    0

Definition at line 31 of file probes.h.

Referenced by rb_require_safe().

#define RUBY_DTRACE_FIND_REQUIRE_RETURN (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 36 of file probes.h.

Referenced by rb_require_safe().

#define RUBY_DTRACE_FIND_REQUIRE_RETURN_ENABLED ( )    0

Definition at line 35 of file probes.h.

Referenced by rb_require_safe().

#define RUBY_DTRACE_GC_MARK_BEGIN ( )    do { } while(0)

Definition at line 83 of file probes.h.

Referenced by gc_prof_mark_timer_start().

#define RUBY_DTRACE_GC_MARK_BEGIN_ENABLED ( )    0

Definition at line 82 of file probes.h.

Referenced by gc_prof_mark_timer_start().

#define RUBY_DTRACE_GC_MARK_END ( )    do { } while(0)

Definition at line 87 of file probes.h.

Referenced by gc_prof_mark_timer_stop().

#define RUBY_DTRACE_GC_MARK_END_ENABLED ( )    0

Definition at line 86 of file probes.h.

Referenced by gc_prof_mark_timer_stop().

#define RUBY_DTRACE_GC_SWEEP_BEGIN ( )    do { } while(0)

Definition at line 91 of file probes.h.

Referenced by gc_prof_sweep_timer_start().

#define RUBY_DTRACE_GC_SWEEP_BEGIN_ENABLED ( )    0

Definition at line 90 of file probes.h.

Referenced by gc_prof_sweep_timer_start().

#define RUBY_DTRACE_GC_SWEEP_END ( )    do { } while(0)

Definition at line 95 of file probes.h.

Referenced by gc_prof_sweep_timer_stop().

#define RUBY_DTRACE_GC_SWEEP_END_ENABLED ( )    0

Definition at line 94 of file probes.h.

Referenced by gc_prof_sweep_timer_stop().

#define RUBY_DTRACE_HASH_CREATE (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 60 of file probes.h.

Referenced by empty_hash_alloc(), and m_core_hash_from_ary().

#define RUBY_DTRACE_HASH_CREATE_ENABLED ( )    0

Definition at line 59 of file probes.h.

Referenced by empty_hash_alloc(), and m_core_hash_from_ary().

#define RUBY_DTRACE_LOAD_ENTRY (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 40 of file probes.h.

Referenced by rb_f_load().

#define RUBY_DTRACE_LOAD_ENTRY_ENABLED ( )    0

Definition at line 39 of file probes.h.

Referenced by rb_f_load().

#define RUBY_DTRACE_LOAD_RETURN (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 44 of file probes.h.

Referenced by rb_f_load().

#define RUBY_DTRACE_LOAD_RETURN_ENABLED ( )    0

Definition at line 43 of file probes.h.

Referenced by rb_f_load().

#define RUBY_DTRACE_METHOD_ENTRY (   arg0,
  arg1,
  arg2,
  arg3 
)    do { } while(0)

Definition at line 10 of file probes.h.

#define RUBY_DTRACE_METHOD_ENTRY_ENABLED ( )    0

Definition at line 9 of file probes.h.

#define RUBY_DTRACE_METHOD_RETURN (   arg0,
  arg1,
  arg2,
  arg3 
)    do { } while(0)

Definition at line 13 of file probes.h.

#define RUBY_DTRACE_METHOD_RETURN_ENABLED ( )    0

Definition at line 12 of file probes.h.

#define RUBY_DTRACE_OBJECT_CREATE (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 52 of file probes.h.

Referenced by rb_obj_alloc().

#define RUBY_DTRACE_OBJECT_CREATE_ENABLED ( )    0

Definition at line 51 of file probes.h.

Referenced by rb_obj_alloc().

#define RUBY_DTRACE_PARSE_BEGIN (   arg0,
  arg1 
)    do { } while(0)

Definition at line 68 of file probes.h.

Referenced by yycompile0().

#define RUBY_DTRACE_PARSE_BEGIN_ENABLED ( )    0

Definition at line 67 of file probes.h.

Referenced by yycompile0().

#define RUBY_DTRACE_PARSE_END (   arg0,
  arg1 
)    do { } while(0)

Definition at line 72 of file probes.h.

Referenced by yycompile0().

#define RUBY_DTRACE_PARSE_END_ENABLED ( )    0

Definition at line 71 of file probes.h.

Referenced by yycompile0().

#define RUBY_DTRACE_RAISE (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 48 of file probes.h.

Referenced by setup_exception().

#define RUBY_DTRACE_RAISE_ENABLED ( )    0

Definition at line 47 of file probes.h.

Referenced by setup_exception().

#define RUBY_DTRACE_REQUIRE_ENTRY (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 24 of file probes.h.

Referenced by rb_require_safe().

#define RUBY_DTRACE_REQUIRE_ENTRY_ENABLED ( )    0

Definition at line 23 of file probes.h.

Referenced by rb_require_safe().

#define RUBY_DTRACE_REQUIRE_RETURN (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 28 of file probes.h.

Referenced by rb_require_safe().

#define RUBY_DTRACE_REQUIRE_RETURN_ENABLED ( )    0

Definition at line 27 of file probes.h.

Referenced by rb_require_safe().

#define RUBY_DTRACE_STRING_CREATE (   arg0,
  arg1,
  arg2 
)    do { } while(0)

Definition at line 64 of file probes.h.

Referenced by empty_str_alloc(), rb_str_resurrect(), and str_new().

#define RUBY_DTRACE_STRING_CREATE_ENABLED ( )    0

Definition at line 63 of file probes.h.

Referenced by empty_str_alloc(), rb_str_resurrect(), and str_new().