]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update to new binary file-based trace file.
authorDJ Delorie <dj@delorie.com>
Tue, 12 Jul 2016 00:50:34 +0000 (20:50 -0400)
committerDJ Delorie <dj@delorie.com>
Wed, 13 Jul 2016 02:00:44 +0000 (22:00 -0400)
commitb856f645a2f58a3e224976167b4b1fb030d7967b
treec15f3ce4b4d8b2f99babaae0481c601786eb452a
parente4cff5fd83963c426e3015d3595dfc69a63f1aca
Update to new binary file-based trace file.

In order to not lose records, or need to guess ahead of time how
many records you need, this switches to a mmap'd file for the trace
buffer, and grows it as needed.

The trace2dat perl script is replaced with a trace2wl C++ program
that runs a lot faster and can handle the binary format.
malloc/Makefile
malloc/README.copr.html
malloc/Versions
malloc/malloc.c
malloc/mtrace-ctl.c
malloc/mtrace.h
malloc/trace2dat [deleted file]
malloc/trace2wl.cc [new file with mode: 0644]
malloc/trace_run.c