From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10305 invoked by alias); 10 Jun 2009 13:33:17 -0000 Received: (qmail 9974 invoked by uid 48); 10 Jun 2009 13:33:06 -0000 Date: Wed, 10 Jun 2009 13:33:00 -0000 From: "fche at redhat dot com" To: systemtap@sources.redhat.com Message-ID: <20090610133304.10257.fche@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/10257] New: sprint(@hist_*) doesn't parse 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/msg00820.txt.bz2 In parser.cxx:parse_symbol() processes many variants of *print* and @stat ops, but the code is missing the sprint* variants. See line 2421. global foo probe begin { foo <<< 1 } probe end { log(sprint(@hist_log(foo)) } -- Summary: sprint(@hist_*) doesn't parse Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator AssignedTo: systemtap at sources dot redhat dot com ReportedBy: fche at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=10257 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.