From 2fa08ae4a89a80af291bca046626b035be0ea569 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 22 Sep 2007 16:45:13 +0000 Subject: PR 5057: histogram zero elision 2007-09-22 Frank Ch. Eigler PR 5057. * stat-common.c (_stp_stat_print_histogram): Elide consecutive zero rows beyond 2*STAT_ELISION+1. (STAT_ELISION): New parameter, default 2. 2007-09-22 Frank Ch. Eigler PR 5057. * systemtap.maps/linear_nearlyempty.*: New test for histogram printing elision. --- runtime/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'runtime/ChangeLog') diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 48787132..54a3554e 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,10 @@ +2007-09-22 Frank Ch. Eigler + + PR 5057. + * stat-common.c (_stp_stat_print_histogram): Elide consecutive + zero rows beyond 2*STAT_ELISION+1. + (STAT_ELISION): New parameter, default 2. + 2007-09-21 Martin Hunt PR 5024 * stat-common.c (_stp_stat_print_histogram): Change -- cgit