aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
* fix local TP memory leakKoichi Sasada2021-12-151-14/+23
* reduce `rb_clear_attr_ccs()` callKoichi Sasada2021-12-141-10/+15
* `TracePoint.allow_reentry`Koichi Sasada2021-12-101-0/+19
* Rework tracing for blocks running as methodsAlan Wu2021-12-011-5/+8
* Avoid assert failure when NULL EC is expectedAlan Wu2021-11-221-1/+1
* Use valid `ec` for postponed job.Koichi Sasada2021-11-091-4/+12
* [Bug #18264] Fix memory leak in TracePointPeter Zhu2021-10-261-1/+1
* Put YJIT into a single compilation unitAlan Wu2021-10-201-2/+2
* filter out internal events. add comments. reorderAlan Wu2021-10-201-2/+7
* TracePoint supportAlan Wu2021-10-201-0/+5
* Refactor rb_add_event_hook functionS-H-GAMELINKS2021-09-291-2/+1
* include/ruby/debug.h: add doxygen卜部昌平2021-09-101-30/+0
* Support tracing of attr_reader and attr_writerJeremy Evans2021-08-291-0/+5
* Don't cancel JIT-ed code on TracePoint :classTakashi Kokubun2021-08-121-2/+6
* Print JIT cancel when all JIT-ed code is cancelledTakashi Kokubun2021-08-121-4/+2
* Using RBOOL macroS.H2021-08-021-3/+3
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-1/+1
* Document binding behavior for C call/return events for TracePoint/set_trace_funcJeremy Evans2021-04-261-0/+4
* Replace "iff" with "if and only if"Gannon McGibbon2021-01-191-1/+1
* separate rb_ractor_pub from rb_ractor_tKoichi Sasada2020-12-221-0/+1
* TracePoint.new(&block) should be ractor-localKoichi Sasada2020-12-221-7/+11
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-1/+2
* [Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh2020-08-061-3/+3
* tracepoint_inspect: do not goto into a branch卜部昌平2020-06-291-6/+6
* Clear all trace events during teardownAlan Wu2020-03-291-0/+6
* rb_vm_t::postponed_job_index shall be rb_atomic_t卜部昌平2020-02-061-3/+3
* Separate builtin initialization callsNobuyoshi Nakada2019-12-291-2/+0
* decouple internal.h headers卜部昌平2019-12-261-4/+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