Re: [PATCH 09/12] perf kvm: split out tracepoints from record args

From: David Ahern
Date: Wed Oct 17 2012 - 09:38:25 EST


On 10/17/12 2:19 AM, Xiao Guangrong wrote:
- rec_argc = ARRAY_SIZE(record_args) + argc + 2;
+ rec_argc = ARRAY_SIZE(record_args) + argc + 2 +
+ ARRAY_SIZE(kvm_events_tp);

Lost the 2 in re-doing the set formally for distribution. I'll send a patch. Thanks for reviewing it.

David


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/