parameters()
Return the parameters of the method or block that the current hook belongs to
static VALUE tracepoint_attr_parameters(VALUE tpval) { return rb_tracearg_parameters(get_trace_arg()); }