From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31883 invoked by alias); 8 Aug 2008 22:06:02 -0000 Received: (qmail 31692 invoked by uid 48); 8 Aug 2008 22:04:49 -0000 Date: Fri, 08 Aug 2008 22:06:00 -0000 Message-ID: <20080808220449.31691.qmail@sourceware.org> From: "joshua dot i dot stone at intel dot com" To: systemtap@sources.redhat.com In-Reply-To: <20080808212540.6826.jkenisto@us.ibm.com> References: <20080808212540.6826.jkenisto@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/6826] shorthand or variable for probed executable's path X-Bugzilla-Reason: AssignedTo 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: 2008-q3/txt/msg00376.txt.bz2 ------- Additional Comments From joshua dot i dot stone at intel dot com 2008-08-08 22:04 ------- Maybe the probe aliases could be expanded to allow incomplete names, something like: probe myproc.* = process("/a/really/long/pathname").* probe myproc.whatever { /* ... */ } Or we could do this with preprocessor defines, which would also be useful in other scenarios: %( define myproc process("/a/really/long/pathname") %) probe myproc.whatever { /* ... */ } -- http://sourceware.org/bugzilla/show_bug.cgi?id=6826 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.