Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
rb_event_hook_flag_t | hook_flags |
rb_event_flag_t | events |
rb_event_hook_func_t | func |
VALUE | data |
struct rb_event_hook_struct * | next |
struct { | |
rb_thread_t * th | |
unsigned int target_line | |
} | filter |
Definition at line 38 of file vm_trace.c.
VALUE rb_event_hook_struct::data |
Definition at line 42 of file vm_trace.c.
Referenced by rb_hook_list_mark(), and rb_hook_list_remove_tracepoint().
rb_event_flag_t rb_event_hook_struct::events |
Definition at line 40 of file vm_trace.c.
Referenced by rb_hook_list_remove_tracepoint().
struct { ... } rb_event_hook_struct::filter |
Referenced by rb_hook_list_connect_tracepoint().
rb_event_hook_func_t rb_event_hook_struct::func |
Definition at line 41 of file vm_trace.c.
rb_event_hook_flag_t rb_event_hook_struct::hook_flags |
Definition at line 39 of file vm_trace.c.
Referenced by rb_hook_list_remove_tracepoint().
struct rb_event_hook_struct* rb_event_hook_struct::next |
Definition at line 43 of file vm_trace.c.
Referenced by rb_hook_list_mark(), and rb_hook_list_remove_tracepoint().
unsigned int rb_event_hook_struct::target_line |
Definition at line 47 of file vm_trace.c.
Referenced by rb_hook_list_connect_tracepoint().
rb_thread_t* rb_event_hook_struct::th |
Definition at line 46 of file vm_trace.c.