summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorhunt <hunt>2007-07-06 18:42:00 +0000
committerhunt <hunt>2007-07-06 18:42:00 +0000
commit7d291bee3622b18c16d53a359a230306b67203f9 (patch)
treeedf05c50d9803b186f42cee66dd9965ed58c37c8 /runtime/ChangeLog
parentb0abf39b95d679bb9563f185f2206460b08724b4 (diff)
downloadsystemtap-steved-7d291bee3622b18c16d53a359a230306b67203f9.tar.gz
systemtap-steved-7d291bee3622b18c16d53a359a230306b67203f9.tar.xz
systemtap-steved-7d291bee3622b18c16d53a359a230306b67203f9.zip
2007-07-06 Martin Hunt <hunt@redhat.com>
* stat-common.c (__stp_stat_add): Fix calculations for linear histogram buckets. * stat.c (_stp_stat_init): Check for interval too small.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 4f4e5524..4be3350b 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-06 Martin Hunt <hunt@redhat.com>
+
+ * stat-common.c (__stp_stat_add): Fix calculations
+ for linear histogram buckets.
+
+ * stat.c (_stp_stat_init): Check for interval too
+ small.
+
2007-07-05 Eugene Teo <eteo@redhat.com>
* regs.c (_stp_print_regs): #ifdef CONFIG_CPU_CP15 instead.