perf kvm: Fix 'Min time' counting in report command
[pandora-kernel.git] / tools / perf / builtin-kvm.c
index 21c164b..0f1e5a2 100644 (file)
@@ -404,6 +404,7 @@ static struct kvm_event *kvm_alloc_init_event(struct event_key *key)
        }
 
        event->key = *key;
+       init_stats(&event->total.stats);
        return event;
 }