Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <vm_core.h>
Data Fields | |
struct rb_event_hook_struct * | hooks |
rb_event_flag_t | events |
unsigned int | need_clean |
unsigned int | running |
rb_event_flag_t rb_hook_list_struct::events |
Definition at line 555 of file vm_core.h.
Referenced by rb_hook_list_remove_tracepoint(), and rb_iseq_trace_set().
struct rb_event_hook_struct* rb_hook_list_struct::hooks |
Definition at line 554 of file vm_core.h.
Referenced by rb_hook_list_mark(), and rb_hook_list_remove_tracepoint().
unsigned int rb_hook_list_struct::need_clean |
Definition at line 556 of file vm_core.h.
Referenced by rb_hook_list_free(), and rb_hook_list_remove_tracepoint().