sdk/tools/heaptrack.git
2014-09-07 Milian WolffImprove the output to better understand what the number...
2014-09-06 David FaureFix compilation on OpenSUSE
2014-09-06 David FaureFix compilation when passing flags on the command line...
2014-09-05 Milian WolffSkip all operator new locations, even when the IP differs.
2014-09-04 Milian WolffDon't get confused by operator<, <<, > and >>.
2014-08-26 Milian WolffShare code.
2014-08-26 Milian WolffMake it possible to switch between merged and non-merge...
2014-08-26 Milian WolffAdd some comments, esp. about implementing better trace...
2014-08-26 Milian Wolffremove obsolete debug output
2014-08-26 Milian WolffAdd implicit values to program options.
2014-08-26 Milian WolffMerge code to print merged backtraces :)
2014-08-26 Milian WolffPrettify output of top-allocator places.
2014-08-25 Milian WolffMerge allocation data by instruction pointer.
2014-08-25 Milian WolffSkip operator new(unsigned long) (and new[]) from start...
2014-08-25 Milian WolffMake indices typesafe.
2014-08-25 Milian WolffFix name of variables.
2014-08-25 Milian WolffAdd a bit of recursion to the callgraph test debugee
2014-08-25 Milian WolffFix regression and properly stop backtraces at main...
2014-08-25 Milian WolffCleanup code and reduce duplication.
2014-08-25 Milian WolffSplit trace and instruction pointer data.
2014-08-25 Milian WolffReduce amount of cout flushing.
2014-08-25 Milian WolffCleanup code: encapsulate data reading and make more...
2014-08-25 Milian WolffAdd test for call graphs, this should be merged better.
2014-08-25 Milian WolffImprove headings of different output sections.
2014-08-25 Milian WolffTake dlclose into account and update module cache accor...
2014-08-25 Milian WolffMake it possible to validate the correctness of allocat...
2014-08-25 Milian WolffImprove output of -h
2014-08-25 Milian WolffDo not clash --print-histogram with --help.
2014-08-25 Milian WolffDo not link directly to libheaptrack.
2014-08-25 Milian WolffShorten template identifiers by default.
2014-08-25 Milian WolffUse boost::program_options and make output configurable.
2014-08-25 Milian WolffSimplify code, we use the std namespace.
2014-08-25 Milian WolffSimplify code a bit.
2014-08-25 Milian WolffOutput pointer adresses without 0x prefix.
2014-08-25 Milian WolffDo not output function, file and line index for unknown...
2014-08-23 Milian WolffAlso show individual peak allocations.
2014-08-23 Milian WolffAlso show top-ten allocation places (ignoring deallocat...
2014-08-23 Milian WolffUse %p to print out ptr addresses.
2014-08-23 Milian WolffAdd some debug output to show whats currently going on.
2014-08-13 Milian WolffOptimize: don't sync cin/cout/cerr with stdio for our...
2014-08-13 Milian WolffCleanup code a bit.
2014-08-13 Milian WolffAdd comment on why we use stdio here.
2014-08-13 Milian WolffFixup check for executable debuggee.
2014-08-10 Milian WolffAdd heaptrack --help.
2014-08-10 Milian WolffCleanup output messages to make it simpler to understan...
2014-08-10 Milian WolffInstall heaptrack shell script and use the proper paths...
2014-08-06 Milian WolffSome more cleanup and restructuring.
2014-08-06 Milian WolffRename to heaptrack and start cleaning up the code...
2014-08-06 Milian WolffRemove mallocinfo code, it's in the old repo.
2014-08-03 Milian WolffDirectly evaluate the backtrace data.
2014-06-07 Milian WolffHide anything above __libc_start_main as its garbage.
2014-06-05 Milian WolffUse named pipe to compress output data on the fly.
2014-06-05 Milian WolffFixup example code, use proper delete[].
2014-06-04 Milian WolffDo not output new IP id.
2014-06-04 Milian WolffDirectly link malloctrace into test executables.
2014-06-04 Milian WolffOutput all numbers in hex form.
2014-06-04 Milian WolffDo not output 0x prefix for addresses.
2014-06-04 Milian WolffDecrease runtime memory overhead by getting rid of...
2014-06-04 Milian Wolffrealloc with nullptr is the same as pure malloc.
2014-06-04 Milian WolffStore backtrace information in a memory efficient tree...
2014-06-04 Milian WolffCleanup code and make it explicitly work with the unw_b...
2014-06-04 Milian WolffUse unw_backtrace instead of manual unw_step loop.
2014-06-02 Milian WolffAdd warning about unknown executable format
2014-06-02 Milian WolffEnable per-thread unwind caching.
2014-06-02 Milian WolffRefactor DUMP_MALLOC_TRACE_OUTPUT handling.
2014-06-02 Milian WolffDo not add garbadge null-ip's from end-of-line.
2014-06-02 Milian WolffPrepend output file with 'malloctrace.' even when env...
2014-06-02 Milian WolffSimplify code and reduce overhead at trace time.
2014-05-31 Milian WolffSave ptr start and end address instead of start + size.
2014-05-30 Milian WolffReturn early for now, without bzipping output files.
2014-05-30 Milian WolffAdd a threaded test application
2014-05-30 Milian WolffExtract some more information on the allocation data...
2014-05-30 Milian WolffUse stack-allocated trace buffer.
2014-05-28 Milian WolffBreak when encountering zero-IP.
2014-05-28 Milian WolffTake trace size into account for hash generation.
2014-05-21 Milian WolffSkip instructions which we cannot make sense of.
2014-05-21 Milian WolffFixup environment passing via gdb to the library.
2014-05-21 Milian WolffAbort on failure.
2014-05-21 Milian WolffPreallocate trace buffer once.
2014-05-21 Milian WolffCleanup environment
2014-05-21 Milian WolffDisable error messages when dwarf info is missing.
2014-05-21 Milian WolffGet file and line from dwarf info if possible.
2014-05-21 Milian WolffUpdate trace script.
2014-05-21 Milian WolffUse vectors everywhere and be pedantic about input...
2014-05-21 Milian WolffPrint total leaked bytes and number of allocations.
2014-05-21 Milian WolffDon't do manual reserve calls, its slower than the...
2014-05-21 Milian WolffIntroduce a memleak in the test app.
2014-05-21 Milian WolffPrint top allocators and all leaks in a sorted way.
2014-05-21 Milian WolffRefactor code: work with just a single file and use...
2014-05-21 Milian WolffDemangle function names.
2014-05-21 Milian WolffRefactor malloc tracing, synchronize most of the stuff...
2014-05-20 Milian WolffBring back trace and ip cache to reduce generated filesize.
2014-05-20 Milian WolffCheck for valid malloc/free before handling it.
2014-05-20 Milian WolffReserve place for 32 modules.
2014-05-20 Milian WolffReimplement backtrace reading and offload dwarf info...
2014-05-20 Milian WolffFix regression I introduced
2014-05-19 Milian WolffUse relative module offsets instead of baseAddress...
2014-05-19 Milian WolffAdd kdev project file.
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.
next