Data Fields | |
| rb_event_flag_t | events |
| rb_thread_t * | target_th |
| void(* | func )(VALUE tpval, void *data) |
| void * | data |
| VALUE | proc |
| int | tracing |
| VALUE | self |
Definition at line 647 of file vm_trace.c.
| void* rb_tp_struct::data |
Definition at line 651 of file vm_trace.c.
Referenced by tp_call_trace(), and tracepoint_new().
| rb_event_flag_t rb_tp_struct::events |
Definition at line 648 of file vm_trace.c.
Referenced by rb_tracepoint_enable(), and tracepoint_new().
| void(* rb_tp_struct::func)(VALUE tpval, void *data) |
Referenced by tp_call_trace(), and tracepoint_new().
| VALUE rb_tp_struct::proc |
Definition at line 652 of file vm_trace.c.
Referenced by tp_call_trace(), tp_mark(), and tracepoint_new().
| VALUE rb_tp_struct::self |
Definition at line 654 of file vm_trace.c.
Referenced by tracepoint_new().
Definition at line 649 of file vm_trace.c.
Referenced by rb_tracepoint_disable(), rb_tracepoint_enable(), and tp_mark().
Definition at line 653 of file vm_trace.c.
Referenced by rb_tracepoint_disable(), rb_tracepoint_enable(), rb_tracepoint_enabled_p(), tracepoint_disable_m(), tracepoint_enable_m(), and tracepoint_inspect().
1.6.1