From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pradeep Kumar Subject: Re: KVM: perf: a smart tool to analyse kvm events Date: Thu, 16 Feb 2012 21:22:48 +0530 Message-ID: <20120216155248.6865.47935.sendpatchset@localhost.localdomain> Cc: Pradeep Kumar To: Xiao Guangrong , LKML , KVM Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Xiao, i tried your perf events patch set on RHEL 6.1 host and failed to trace kvm-events with below error message. [root@kvm perf]# ./perf kvm-events report Warning: unknown op '{' Warning: Error: expected type 5 but read 1 Warning: failed to read event print fmt for hrtimer_start Warning: unknown op '{' Warning: Error: expected type 5 but read 1 Warning: failed to read event print fmt for hrtimer_expire_entry Analyze events for all VCPUs: VM-EXIT Samples Samples% Time% Avg time Total Samples:0, Total events handled time:0.00us. [root@kvm perf]# --Pradeep