ruby/test/dtrace
tenderlove afb02bbe92 * variable.c (rb_class_path_no_cache): add a function to get the class
path without caching the computed path. Some classes are frozen, and
  will raise an exception without this.

* probes.d (cmethod-entry, cmethod-return): separate cmethods from
  regular methods to match set trace func.

* probes_helper.h: refactor macros.  Fix probes to avoid calling
  #inspect when profiling.

* insns.def: update for use with new macros.

* vm_eval.c: ditto

* vm_insnhelper.c: ditto

* test/dtrace/test_singleton_function.rb: fix test for new output.

* test/dtrace/test_cmethod.rb: test the cmethod probes.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-12-01 02:13:06 +00:00
..
dummy.rb
helper.rb helper.rb: try with sudo 2012-11-29 08:13:16 +00:00
test_array_create.rb * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availability 2012-11-29 04:39:09 +00:00
test_cmethod.rb * variable.c (rb_class_path_no_cache): add a function to get the class 2012-12-01 02:13:06 +00:00
test_function_entry.rb * vm.c: add a return hook when a method raises an exception. 2012-11-29 17:55:54 +00:00
test_gc.rb * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availability 2012-11-29 04:39:09 +00:00
test_hash_create.rb * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availability 2012-11-29 04:39:09 +00:00
test_load.rb * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availability 2012-11-29 04:39:09 +00:00
test_object_create_start.rb * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availability 2012-11-29 04:39:09 +00:00
test_raise.rb * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availability 2012-11-29 04:39:09 +00:00
test_require.rb * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availability 2012-11-29 04:39:09 +00:00
test_singleton_function.rb * variable.c (rb_class_path_no_cache): add a function to get the class 2012-12-01 02:13:06 +00:00
test_string.rb * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availability 2012-11-29 04:39:09 +00:00