From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: Updated Elvis Upstreaming Roadmap Date: Tue, 24 Dec 2013 18:21:03 +0200 Message-ID: <20131224162103.GB5365@minantech.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Michael S. Tsirkin" , abel.gordon@gmail.com, Anthony Liguori , asias@redhat.com, digitaleric@google.com, Eran Raichstein , gleb@redhat.com, jasowang@redhat.com, Joel Nider , kvm@vger.kernel.org, kvm-owner@vger.kernel.org, pbonzini@redhat.com, Stefan Hajnoczi , Yossi Kuperman1 , Eyal Moscovici , bsd@redhat.com To: Razya Ladelsky Return-path: Received: from mail-ea0-f169.google.com ([209.85.215.169]:35257 "EHLO mail-ea0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752074Ab3LXQVJ (ORCPT ); Tue, 24 Dec 2013 11:21:09 -0500 Received: by mail-ea0-f169.google.com with SMTP id l9so2544359eaj.14 for ; Tue, 24 Dec 2013 08:21:08 -0800 (PST) Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Dec 17, 2013 at 12:04:42PM +0200, Razya Ladelsky wrote: > 4. vhost statistics > > The issue that was raised for the vhost statistics was using ftrace > instead of the debugfs mechanism. > However, looking further into the kvm stat mechanism, we learned that > ftrace didn't replace the plain debugfs mechanism, but was used in > addition to it. > It did. Statistics in debugfs is deprecated. No new statistics are added there. kvm_stat is using ftrace now (if available) and of course ftrace gives seamless integration with perf. -- Gleb.