]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
xenalyze: handle TRC_TRACE_WRAP_BUFFER
authorOlaf Hering <olaf@aepfle.de>
Thu, 11 Jun 2015 16:30:41 +0000 (16:30 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 16 Jun 2015 10:35:24 +0000 (11:35 +0100)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
tools/xentrace/xenalyze.c

index fef8aea695596f5eb3b165c2ef0c0a1ae1d0e373..15c51d9d5d5ceb4a9bca367e56ae55834c7807b4 100644 (file)
@@ -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;