index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trace_point.rb
Age
Commit message (
Expand
)
Author
2023-12-14
[DOC] Adjust some new features wording/examples. (#9183)
Victor Shepelev
2023-08-14
[DOC] Remove Document-class from trace_point.rb
Peter Zhu
2023-02-19
[DOC] Update TracePoint#binding docs for 3.2 behavior
zverok
2022-12-22
[DOC] Update TracePoint.allow_reentry docs
zverok
2022-03-29
Fix comment
Jeremy Evans
2022-03-29
Update comment for TracePoint#enable
Jeremy Evans
2022-03-29
Avoid trace events in implementation of TracePoint#enable
Jeremy Evans
2022-03-29
Make TracePoint#enable with block target current thread by default
Jeremy Evans
2021-12-10
`TracePoint.allow_reentry`
Koichi Sasada
2021-11-09
Add doc for `a_call` and `a_return` events of TracePoint
Masataka Pocke Kuwabara
2021-10-30
[DOC] Fix `TracePoint.trace` format [ci skip]
Ulysse Buonomo
2021-06-19
Tweak description of TracePoint :line event
Jeremy Evans
2021-04-26
Document binding behavior for C call/return events for TracePoint/set_trace_func
Jeremy Evans
2020-08-06
[Feature #16513] TracePoint#inspect returns "... file:line" (#3391)
Nguyễn Quang Minh
2020-06-19
[Feature #16254] Use `Primitive.func` style
Nobuyoshi Nakada
2020-06-19
[Feature #16254] Use `__builtin.func` style
Nobuyoshi Nakada
2020-01-05
Fix output of example [ci skip]
Kazuhiro NISHIYAMA
2019-12-04
Make TracePoint.stat a singleton method again (#2726)
Alan Wu
2019-11-08
use builtin for TracePoint.
Koichi Sasada