summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trace_point.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/trace_point.rb b/trace_point.rb
index 7c2fdd5256..db34e1b68d 100644
--- a/trace_point.rb
+++ b/trace_point.rb
@@ -41,6 +41,8 @@
# +:raise+:: raise an exception
# +:b_call+:: event hook at block entry
# +:b_return+:: event hook at block ending
+# +:a_call+:: event hook at all calls (+call+, +b_call+, and +c_call+)
+# +:a_return+:: event hook at all returns (+return+, +b_return+, and +c_return+)
# +:thread_begin+:: event hook at thread beginning
# +:thread_end+:: event hook at thread ending
# +:fiber_switch+:: event hook at fiber switch