From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23278 invoked by alias); 30 Jun 2010 16:33:51 -0000 Received: (qmail 22571 invoked by uid 48); 30 Jun 2010 16:33:17 -0000 Date: Wed, 30 Jun 2010 23:55:00 -0000 Message-ID: <20100630163317.22570.qmail@sourceware.org> From: "jistone at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20100630150046.11769.dsmith@redhat.com> References: <20100630150046.11769.dsmith@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/11769] process.mark probes losing arguments 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: 2010-q2/txt/msg00712.txt.bz2 ------- Additional Comments From jistone at redhat dot com 2010-06-30 16:33 ------- (In reply to comment #0) > On f13 x86 and rhel6 x86_64, the problem is actually worse - none of the markers > have arguments: > > # stap -L 'process("stap").mark("*")' > process("stap").mark("cache__add__module") I think this is just a problem in listing_mode -- a script which accesses $arg1 on this probe still works fine. We list args using derived_probe::getargs(), but the uprobe_derived_probe doesn't know about the SDT debuginfoless args. This is only for x86, so we should treat it separately from this s390 issue. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11769 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.