callee_id()
Return the called name of the method being called
static VALUE tracepoint_attr_callee_id(VALUE tpval) { return rb_tracearg_callee_id(get_trace_arg()); }