summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2013-09-20 11:30:04 -0300
committerAlexandre Oliva <aoliva@redhat.com>2013-09-20 11:59:18 -0300
commitffb89e533eca0cec65b7395b00956054d99c5e0c (patch)
tree28732a950bc627fed5e1aa6d2b7a280175c8abc4
parent322dea08387167e3c3a9c9b60325ebafa264bd77 (diff)
downloadglibc-lxoliva/malloc-probes-bz742038.tar.gz
Mention malloc probes in the NEWS file.lxoliva/malloc-probes-bz742038
for ChangeLog * NEWS: Mention malloc probes.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0017732dd4..70a44080eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2013-09-20 Alexandre Oliva <aoliva@redhat.com>
+ * NEWS: Mention malloc probes.
+
* malloc/arena.c (new_heap): New memory_heap_new probe.
(grow_heap): New memory_heap_more probe.
(shrink_heap): New memory_heap_less probe.
diff --git a/NEWS b/NEWS
index 07af4fd979..0137240790 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,8 @@ Version 2.19
* ISO 639 definitions were updated for Chiga (cgg) and Chinese (gan, hak, czh,
cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
+* SystemTap probes for malloc have been introduced.
+
Version 2.18