diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2013-09-20 11:10:54 -0300 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2013-09-20 11:10:54 -0300 |
commit | 3ea5be54364ae3344aa7c5c51a1f29f56854b123 (patch) | |
tree | 3cee52510a62de3ec43e9531c0eea434a30c9e48 /ChangeLog | |
parent | 3e181ddac9c1ca204df56eea3dbec414968e182a (diff) | |
download | glibc-3ea5be54364ae3344aa7c5c51a1f29f56854b123.zip glibc-3ea5be54364ae3344aa7c5c51a1f29f56854b123.tar.gz glibc-3ea5be54364ae3344aa7c5c51a1f29f56854b123.tar.bz2 |
Add first set of memory probes.
for ChangeLog
* malloc/malloc.c: Include stap-probe.h.
(__libc_mallopt): Add memory_mallopt probe.
* malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
* manual/probes.texi: New.
* manual/Makefile (chapters): Add probes.
* manual/threads.texi: Set next node.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2013-09-20 Alexandre Oliva <aoliva@redhat.com> + + * malloc/malloc.c: Include stap-probe.h. + (__libc_mallopt): Add memory_mallopt probe. + * malloc/arena.c (_int_new_arena): Add memory_arena_new probe. + * manual/probes.texi: New. + * manual/Makefile (chapters): Add probes. + * manual/threads.texi: Set next node. + 2013-09-19 Wei-Lun Chao <bluebat@member.fsf.org> [BZ #15963, #13985] |