From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3rGQ-0003pI-LK for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:20:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3rGL-00047S-LJ for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:20:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3rGL-00047B-CR for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:20:33 -0400 References: <4E6E262E.6060400@redhat.com> <4E6F8087.1040101@redhat.com> <4E6FB11F.6070703@redhat.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Wed, 14 Sep 2011 11:20:29 -0400 In-Reply-To: (Stefan Hajnoczi's message of "Wed, 14 Sep 2011 15:51:27 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] Using the qemu tracepoints with SystemTap List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: William Cohen , qemu-devel@nongnu.org, SystemTAP Stefan Hajnoczi writes: > [...] > Where are you putting your SystemTap scripts? I suggest creating a > public git repo and adding a link from the QEMU wiki tracing page: > http://wiki.qemu.org/Features/Tracing > > Perhaps we could even include them in a contrib/ or similar directory > in qemu.git so that distros can ship them. But before we worry about > that we need a useful set of things that can be observed. (We can also or instead ship them within systemtap's bundled sources.) - FChE