]> git.ipfire.org Git - thirdparty/glibc.git/commit
Build fixes for in-tree and 32/64-bit
authorDJ Delorie <dj@delorie.com>
Fri, 3 Jun 2016 19:26:48 +0000 (15:26 -0400)
committerDJ Delorie <dj@delorie.com>
Thu, 30 Jun 2016 20:13:32 +0000 (16:13 -0400)
commit7328eadb40411e561e6cce905dba331a1739c63a
tree407dfe77d7d9ff6cb938e65dd5bd23c70781d9f6
parent0742c96f785a579006be94b553259481e262ceb1
Build fixes for in-tree and 32/64-bit

Expand the comments in mtrace-ctl.c to better explain how to use
this tracing controller.  The new docs assume the SO is built
and installed.

Build fixed for trace_run.c

Additional build pedantry to let trace_run.c be built with more
warnings/errors turned on.

Build/install trace_run and trace2dat

trace2dat takes dump files from mtrace-ctl.so and turns them into
mmap'able data files for trace_run, which "plays back" the logged
calls.

32-bit compatibility

Redesign tcache macros to account for differences between 64 and
32 bit systems.
malloc/Makefile
malloc/malloc.c
malloc/mtrace-ctl.c
malloc/mtrace.h
malloc/trace_run.c