method_id()
Return the name at the definition of the method being called
static VALUE tracepoint_attr_method_id(VALUE tpval) { return rb_tracearg_method_id(get_trace_arg()); }