sdk/tools/heaptrack.git
2014-05-19 Milian WolffAdd start of a malloc trace evaluation executable.
2014-05-19 Milian WolffRemove uuid code, not required for my usecase afaik.
2014-05-19 Milian WolffCleanup code, insert data directly in a sorted order.
2014-05-19 Milian WolffPort bsearch to C++ STL's std::lower_bound.
2014-05-19 Milian WolffAdapt code to my coding style.
2014-05-19 Milian WolffCleanup code a bit by removing unused functions.
2014-05-19 Milian WolffGet proper dwarf-based backtraces with filename and...
2014-05-16 Milian WolffAdd todo on sub-tree matching
2014-05-15 Milian WolffDon't create single-entry trees output.
2014-05-15 Milian WolffSave memory, use unsigned int instead of size_t for...
2014-05-15 Milian WolffOnly print a given call-tree once
2014-05-15 Milian WolffStop at static_initialization_and_destruction
2014-05-15 Milian WolffMove test files and compile them in debug mode.
2014-05-15 Milian WolffUse namespace std;
2014-05-15 Milian WolffAdd kateconfig
2014-05-15 Milian WolffWrite output into per-thread files and merge that then...
2014-05-15 Milian WolffSkip handleMalloc properly.
2014-05-15 Milian WolffAdd support for posix_memalign, aligned_alloc and valloc.
2014-05-15 Milian WolffHandle calloc.
2014-05-15 Milian WolffHandle realloc
2014-05-15 Milian WolffAlso output calls to free
2014-05-15 Milian WolffPrint full backtraces
2014-05-15 Milian WolffMake it possible to run the malloc tracer in GDB easily.
2014-05-15 Milian WolffCleanup code and only output function names once.
2014-05-15 Milian WolffCache unw_get_proc_name for the ip's we encounter
2014-05-15 Milian WolffPrint caller of malloc/operator new/operator new[]...
2014-05-15 Milian WolffOn-demand initialize real_* func ptrs.
2014-05-15 Milian WolffOnly local unwind is required
2014-05-15 Milian Wolffadd c++ example
2014-05-15 Milian Wolffextend test.c a bit.
2014-05-15 Milian WolffAdd simple malloc/free tracer
2013-05-31 Milian Wolffdon't trace child apps
2013-05-31 Milian WolffAppend PID to output files
2013-05-31 Milian Wolffadd simple run script
2013-05-31 Milian Wolffsimplify
2013-05-31 Milian WolffMake output actually usable and also possible to dump...
2013-05-31 Milian WolffMake output destination configurable
2013-05-31 Milian WolffOnly enable c++11 for c++ files
2013-05-31 Milian WolffAdd test binary to verify that this trick also works...
2013-05-29 Milian Wolfftrue instead of 1
2013-05-29 Milian Wolfffix usage message
2013-05-29 Milian WolffUse raw pointer to not get a double delete on exit.
2013-05-29 Milian WolffAdd snapshot ID and timestamp to output.
2013-05-29 Milian Wolffadd LGPL v2+ license
2013-05-29 Milian WolffInitial import of dumpmallocinfo.