From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11375 invoked by alias); 8 Nov 2010 18:41:45 -0000 Received: (qmail 11364 invoked by uid 22791); 8 Nov 2010 18:41:44 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Mon, 08 Nov 2010 18:41:40 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA8IfcBK011879 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Nov 2010 13:41:38 -0500 Received: from patootie.office.frob.com (ovpn-113-71.phx2.redhat.com [10.3.113.71]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oA8IfcJF008540; Mon, 8 Nov 2010 13:41:38 -0500 Received: from magilla.sf.frob.com (magilla.office.frob.com [198.49.250.228]) by patootie.office.frob.com (Postfix) with ESMTP id 1A6328D; Mon, 8 Nov 2010 10:41:33 -0800 (PST) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id CC4E3400DB; Mon, 8 Nov 2010 10:41:32 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Josh Stone Cc: "Frank Ch. Eigler" , systemtap@sources.redhat.com Subject: Re: documentation for user-space usage? In-Reply-To: Josh Stone's message of Monday, 1 November 2010 10:56:12 -0700 <4CCEFF3C.7040002@redhat.com> References: <4CCEFF3C.7040002@redhat.com> Message-Id: <20101108184132.CC4E3400DB@magilla.sf.frob.com> Date: Mon, 08 Nov 2010 18:41:00 -0000 X-IsSubscribed: yes 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: 2010-q4/txt/msg00189.txt.bz2 > Perhaps we need a "--rootfs" option? This could give a local path to > find binaries that will be located on the root of the target. i.e. for > translation we'd look at "$rootfs/usr/bin/foo", but at runtime > task-finder would match simply "/usr/bin/foo". This is the analogue of the standard "sysroot" feature in other tools.