From: Olaf Hering Date: Thu, 11 Jun 2015 16:30:41 +0000 (+0000) Subject: xenalyze: handle TRC_TRACE_WRAP_BUFFER X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bcb3bcf49d8c53da7eb05abaddd79523cf6a878f;p=people%2Fliuw%2Flibxenctrl-split%2Fxen.git xenalyze: handle TRC_TRACE_WRAP_BUFFER Signed-off-by: Olaf Hering Acked-by: George Dunlap Acked-by: Wei Liu Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu --- diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c index fef8aea695..15c51d9d5d 100644 --- a/tools/xentrace/xenalyze.c +++ b/tools/xentrace/xenalyze.c @@ -8469,6 +8469,8 @@ void base_process(struct pcpu_info *p) { struct record_info *ri = &p->ri; switch(ri->event) { + case TRC_TRACE_WRAP_BUFFER: + break; case TRC_LOST_RECORDS: process_lost_records(p); break;