On Mon, Feb 25, 2013 at 11:18:04AM +0100, Stefan Hajnoczi wrote: > On Fri, Feb 22, 2013 at 11:34:27AM -0500, Mohamad Gebai wrote: > > I am tracing kvm using perf and I am analyzing the sequences of kvm_entry and > > kvm_exit tracepoints. > > I noticed that during the boot process of a VM, there are a lot more (2 to 3 as > > many times) kvm_entry event than there are kvm_exit. I tried looking around but > > didn't find anything that explains this. Is this missing instrumentation? Or > > what other path does kvm take that doesn't generate a kvm_exit event? > > Gleb Natapov noticed something similar when playing with the perf script > I posted here: > > http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/104181 > > Perhaps there is a code path that is missing trace_kvm_exit(). > During guest boot there is such path. If instruction is emulated entry is reported but exit is not. What we saw with perf was different though, It was during normal run, not boot, so emulation cannot explain it. > We didn't investigate why it happens but the unexplained kvm_entry > events only appeared at the beginning of the trace, so the theory was > that events are not activated atomically by perf(1). > > CCing perf mailing list. > > It would be interesting if someone knows the answer. > > Stefan > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Gleb. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html