From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24045 invoked by alias); 14 Sep 2011 15:20:52 -0000 Received: (qmail 24037 invoked by uid 22791); 14 Sep 2011 15:20:50 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_QE X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Sep 2011 15:20:31 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p8EFKVXQ004282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 14 Sep 2011 11:20:31 -0400 Received: from fche.csb (vpn-10-161.rdu.redhat.com [10.11.10.161]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p8EFKUTp007173; Wed, 14 Sep 2011 11:20:30 -0400 Received: by fche.csb (Postfix, from userid 2569) id 29E0B5816A; Wed, 14 Sep 2011 11:20:30 -0400 (EDT) To: Stefan Hajnoczi Cc: William Cohen , qemu-devel@nongnu.org, SystemTAP Subject: Re: Using the qemu tracepoints with SystemTap 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 15:20:00 -0000 In-Reply-To: (Stefan Hajnoczi's message of "Wed, 14 Sep 2011 15:51:27 +0100") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2011-q3/txt/msg00330.txt.bz2 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