summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kvm.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-04-20 10:32:33 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-20 10:32:33 -0700
commit200bde278d78318cbd10cd865f94016924e76c56 (patch)
treec90dc9b383ec777b304a1a34e931a741e807fe48 /tools/perf/builtin-kvm.c
parent404ca80eb5c2727d78cd517d12108b040c522e12 (diff)
parentfd741edc25600e1660abd00b5c1bbe967018c6a0 (diff)
downloadop-kernel-dev-200bde278d78318cbd10cd865f94016924e76c56.zip
op-kernel-dev-200bde278d78318cbd10cd865f94016924e76c56.tar.gz
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf tooling fixes from Ingo Molnar: "Three small tooling fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf tools: Improve error reporting perf tools: Adjust symbols in VDSO perf kvm: Fix 'Min time' counting in report command
Diffstat (limited to 'tools/perf/builtin-kvm.c')
-rw-r--r--tools/perf/builtin-kvm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-kvm.c b/tools/perf/builtin-kvm.c
index 21c164b..0f1e5a2 100644
--- a/tools/perf/builtin-kvm.c
+++ b/tools/perf/builtin-kvm.c
@@ -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;
}
OpenPOWER on IntegriCloud