From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3802 invoked by alias); 27 Nov 2008 16:33:52 -0000 Received: (qmail 3540 invoked by uid 48); 27 Nov 2008 16:32:36 -0000 Date: Thu, 27 Nov 2008 16:33:00 -0000 Message-ID: <20081127163236.3539.qmail@sourceware.org> From: "fche at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20081125191945.7053.fche@redhat.com> References: <20081125191945.7053.fche@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/7053] automatic global printing of statistic needs to check @count>0 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-q4/txt/msg00437.txt.bz2 ------- Additional Comments From fche at redhat dot com 2008-11-27 16:32 ------- If we wish to keep the status quo that @operators on empty aggregates are erroneous, then the code to change for this bug would be elaborate.cxx's synthesis of the printf (" @count=....@avg=..."), to fork it into one case where @count=0 and is printed alone, and another one where @count>1 and the other @values are printed. -- http://sourceware.org/bugzilla/show_bug.cgi?id=7053 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.