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 /manual/Makefile | |
parent | Copy-edit NEWS and fixup ChangeLog entries. (diff) | |
download | glibc-3ea5be54364ae3344aa7c5c51a1f29f56854b123.tar.gz glibc-3ea5be54364ae3344aa7c5c51a1f29f56854b123.tar.bz2 glibc-3ea5be54364ae3344aa7c5c51a1f29f56854b123.zip |
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 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index 44c0fd4f68..7bb419aea4 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -42,7 +42,7 @@ chapters = $(addsuffix .texi, \ message search pattern io stdio llio filesys \ pipe socket terminal syslog math arith time \ resource setjmp signal startup process job nss \ - users sysinfo conf crypt debug threads) + users sysinfo conf crypt debug threads probes) add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi)) appendices = lang.texi header.texi install.texi maint.texi platform.texi \ contrib.texi |