aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
* Clear all trace events during teardownAlan Wu2020-03-301-0/+6
* Renamed `load_*.inc` as `*.rbinc` to utilize a suffix ruleNobuyoshi Nakada2019-11-081-1/+1
* use builtin for TracePoint.Koichi Sasada2019-11-081-302/+36
* Renamed ruby_finalize_{0,1}Nobuyoshi Nakada2019-08-131-7/+0
* should not free local hook_list here.Koichi Sasada2019-07-241-3/+0
* Suppress warnings by gcc 9.1Nobuyoshi Nakada2019-06-081-1/+1
* Fix typoskazu2019-03-271-3/+3
* vm_trace.c: [DOC] remove the trick [ci skip]nobu2019-03-201-3/+0
* Improve TracePoint docs.hsbt2019-03-201-37/+5
* vm_trace.c: trick rdoc for TracePoint#enablenobu2019-02-011-0/+3
* `TracePoint#enable(target_thraed:)` [Feature #15473]ko12018-12-291-2/+14
* remove `compiled_` prefix. [Feature #15287]ko12018-12-121-8/+8
* * expand tabs.svn2018-12-061-4/+4
* `script_compiled` TracePoint event [Feature #15287]ko12018-12-061-0/+80
* vm_trace.c: workqueue as thread-safe version of postponed_jobnormal2018-11-301-4/+54
* `TracePoint#enable(target_line:)` is supported. [Feature #15289]ko12018-11-261-9/+26
* * expand tabs.svn2018-11-261-1/+1
* Support targetting TracePoint [Feature #15289]ko12018-11-261-53/+214
* vm_trace.c: MJIT-limited thread-safety for postponed_jobk0kubun2018-11-261-1/+4
* vm_trace.c (rb_postponed_job_flush): use rb_atomic_t for masknormal2018-11-181-2/+2
* initialize VM postponed_job first. [Bug #15288]ko12018-11-081-8/+2
* * expand tabs.svn2018-10-231-14/+14
* Revert "vm_trace: implement postponed_jobs as st_table"normal2018-10-231-20/+54
* add disabling MJIT features option.ko12018-10-201-0/+2
* mjit.c: disable calling JIT-ed codek0kubun2018-06-231-0/+4
* Add TracePoint#parametersmame2018-06-031-0/+49
* vm_trace: implement postponed_jobs as st_tablenormal2018-05-171-45/+17
* vm_trace: remove rb_postponed_job_t->flagsnormal2018-05-171-2/+1
* vm_trace.c: spelling fix: PJRR_SUCESS => PJRR_SUCCESSnormal2018-05-171-4/+4
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-1/+1
* Fix wrong function names in rb_bug messages [ci skip]kazu2018-01-311-3/+3
* do not disable `trace_` prefix insns.ko12017-12-111-3/+4
* Remove RUBY_EVENT_SPECIFIED_LINEmame2017-12-061-1/+0
* fix last commitko12017-12-061-2/+0
* remove unsupported RUBY_EVENT_SPECIFIED_LINE.ko12017-12-061-2/+1
* remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko12017-12-061-1/+1
* vm_trace.c: suppress -Wclobbered warningnobu2017-12-011-3/+6
* vm_trace.c: remove duplicate flagnobu2017-12-011-5/+4
* introduce `trace_events' info for iseq.ko12017-11-181-11/+3
* don't use `goto`.ko12017-11-171-6/+2
* * remove trailing spaces.svn2017-11-171-1/+1
* remove `trace_` prefix insns lazily.ko12017-11-171-3/+7
* cleanup hook cleanup code.ko12017-11-161-76/+66
* remove rb_thread_t::event_hooks.ko12017-11-151-37/+51
* rewrite only if changed.ko12017-11-141-1/+12
* remove `trace` instruction. [Feature #14104]ko12017-11-141-20/+45
* TracePoint.new: raise ArgumentError when no block given [#14074]marcandre2017-11-091-2/+2
* Fix typo in doc [ci skip]a_matsuda2017-11-081-2/+2
* * vm_trace.c (rb_exec_event_hooks): accepts pop_p.ko12017-11-071-14/+2
* rename to rb_ec_set_raised().ko12017-11-071-1/+1