From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1750 invoked by alias); 22 Apr 2009 18:47:43 -0000 Received: (qmail 1712 invoked by uid 48); 22 Apr 2009 18:47:29 -0000 Date: Wed, 22 Apr 2009 18:47:00 -0000 Message-ID: <20090422184729.1707.qmail@sourceware.org> From: "fche at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20080912135907.6880.fche@redhat.com> References: <20080912135907.6880.fche@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/6880] more syntax for shared library probing 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: 2009-q2/txt/msg00388.txt.bz2 ------- Additional Comments From fche at redhat dot com 2009-04-22 18:47 ------- One more heuristic: probe process("ls").XXX probes could imply -d LIB1 -d LIB2 -d LIB3 for all shared libraries suspected to be used by ls. One more extension: wildcards in process/unwindsym names probe process("/usr/lib/jvm/*.so") { } and/or stap -d /usr/lib/mozilla/plugins/*.so -- http://sourceware.org/bugzilla/show_bug.cgi?id=6880 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.