Hollis Blanchard
73e75b416f
KVM: ppc: Implement in-kernel exit timing statistics
...
Existing KVM statistics are either just counters (kvm_stat) reported for
KVM generally or trace based aproaches like kvm_trace.
For KVM on powerpc we had the need to track the timings of the different exit
types. While this could be achieved parsing data created with a kvm_trace
extension this adds too much overhead (at least on embedded PowerPC) slowing
down the workloads we wanted to measure.
Therefore this patch adds a in-kernel exit timing statistic to the powerpc kvm
code. These statistic is available per vm&vcpu under the kvm debugfs directory.
As this statistic is low, but still some overhead it can be enabled via a
.config entry and should be off by default.
Since this patch touched all powerpc kvm_stat code anyway this code is now
merged and simplified together with the exit timing statistic code (still
working with exit timing disabled in .config).
Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2008-12-31 16:55:41 +02:00
..
2008-12-21 14:21:16 +11:00
2008-12-21 14:21:16 +11:00
2008-10-07 14:26:18 +11:00
2008-09-03 20:53:14 +10:00
2008-12-31 16:55:41 +02:00
2007-05-11 05:38:25 -04:00
2008-08-20 16:34:57 +10:00
2007-10-03 09:11:56 +10:00
2007-05-11 05:38:25 -04:00
2008-04-21 15:00:32 -05:00
2008-12-05 14:34:26 -05:00
2007-04-24 21:31:49 +10:00
2008-09-15 11:08:35 -07:00
2008-12-21 14:21:16 +11:00
2008-10-22 15:01:22 +11:00
2008-06-30 22:31:00 +10:00
2008-10-31 16:13:48 +11:00
2008-12-03 20:46:36 +11:00
2008-11-28 14:07:45 +01:00
2008-12-04 09:07:19 +01:00
2008-07-01 11:28:50 +10:00
2008-11-28 14:08:01 +01:00
2008-03-07 08:42:28 -06:00
2008-12-23 15:13:29 +11:00
2008-06-02 14:56:35 -05:00
2008-12-29 09:53:25 +11:00
2008-10-31 16:11:49 +11:00
2008-07-09 13:36:17 -04:00
2008-12-21 14:21:16 +11:00
2008-12-16 15:53:38 +11:00
2008-09-03 20:53:47 +10:00
2008-09-03 20:53:47 +10:00
2007-05-07 20:31:13 +10:00
2008-11-20 10:51:15 -08:00
2008-05-16 17:22:20 -04:00
2008-05-23 22:43:11 +02:00
2007-09-20 07:36:52 -05:00
2008-10-31 16:13:48 +11:00
2008-09-15 11:08:45 -07:00
2008-05-09 20:22:59 +10:00
2008-09-26 10:36:41 -05:00
2008-07-25 10:53:30 -07:00
2007-10-19 23:21:04 +02:00
2008-07-28 16:30:53 +10:00
2008-08-20 16:34:57 +10:00
2008-08-15 08:35:42 -07:00
2008-12-23 15:13:29 +11:00
2008-12-23 15:13:29 +11:00
2008-12-28 16:54:33 -08:00
2008-12-29 09:53:25 +11:00
2008-10-31 16:11:44 +11:00
2008-09-15 11:08:35 -07:00
2008-11-20 10:52:53 -08:00
2008-11-20 10:52:28 -08:00
2008-12-21 14:21:16 +11:00
2008-05-14 22:31:59 +10:00
2007-08-17 11:01:52 +10:00
2008-12-16 15:53:38 +11:00
2008-07-08 21:06:35 -07:00
2008-11-05 22:08:28 +11:00
2008-12-16 15:52:57 +11:00
2008-11-06 09:22:37 +11:00
2008-01-17 14:57:05 +11:00
2008-12-21 14:21:16 +11:00
2008-02-05 23:34:14 -06:00
2008-07-01 11:28:50 +10:00
2008-12-21 14:21:16 +11:00
2008-12-23 15:13:28 +11:00
2008-04-29 08:06:22 -07:00
2008-12-03 20:46:35 +11:00
2008-10-21 15:17:49 +11:00
2008-10-31 22:36:21 +11:00
2008-12-03 20:11:06 +11:00
2008-12-29 09:53:14 +11:00
2008-07-30 15:26:54 +10:00
2008-07-30 15:26:54 +10:00
2008-09-15 11:08:38 -07:00
2008-07-26 12:00:07 -07:00
2008-11-06 09:31:52 +11:00
2008-05-14 22:31:59 +10:00
2008-12-16 15:53:13 +11:00
2008-12-23 15:13:29 +11:00
2008-12-21 14:21:16 +11:00
2008-10-22 11:00:25 +11:00
2008-11-11 19:42:22 +11:00
2008-10-31 16:12:00 +11:00
2008-07-28 16:30:50 +10:00
2008-10-22 22:55:20 -07:00
2008-11-05 22:08:28 +11:00
2008-12-21 14:21:14 +11:00
2008-09-06 19:30:24 +01:00
2008-07-28 16:30:47 +10:00
2008-07-24 10:47:21 -07:00
2008-12-21 14:21:16 +11:00
2007-05-07 20:31:14 +10:00
2008-10-07 14:26:20 +11:00
2008-12-21 14:21:15 +11:00
2008-10-16 11:21:33 -07:00
2008-07-09 16:30:45 +10:00
2008-12-21 14:21:14 +11:00
2008-01-25 22:52:50 +11:00
2008-01-25 22:52:50 +11:00
2007-10-11 14:36:47 +10:00
2008-06-26 11:24:38 +02:00
2008-11-06 09:49:28 +11:00
2008-12-03 08:19:16 -06:00
2008-10-21 15:17:47 +11:00
2008-04-24 21:08:11 +10:00
2008-12-28 16:54:33 -08:00
2008-12-16 15:53:38 +11:00
2008-12-21 14:21:16 +11:00