2014-11-25 |
Milian Wolff | Delete obsolete files. |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Milian Wolff | Support atomic functions if possible. |
commit | commitdiff | tree | snapshot |
2014-11-24 |
Milian Wolff | Prevent crashes in apps using QProcess. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Milian Wolff | Prevent issues and file corruption when tracking a... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Also use LineReader in heaptrack_interpret. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Be more forgiving when encountering bad data. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Optimize findAllocation calls by leveraging monotonicit... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Slightly cleanup and optimize LineReader::readHex |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | minor cleanup |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Don't fill sizeHistogram if we are not going to print it. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Introduce optimized reader class for faster reading... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Improve error checking when reading data file. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Format byte sizes to KB/MB/GB/TB. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Fallback to __libc_start_main when main is not found. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Change the output format slightly for better readability. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Merge allocations from equivalent locations. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Milian Wolff | Cleanup code and also initialize fileline only once. |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Milian Wolff | Reduce looping |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Milian Wolff | Only call backtrace_create_state once per file. |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Milian Wolff | Fix more issues related to improper backtrace symbol... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Milian Wolff | Take each PT_LOAD dlpi_phdr as its own module. |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Milian Wolff | Add whitespace before lib name. |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Milian Wolff | Fix warning about missing debug infos in linux-vdso... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Milian Wolff | Check for main index while reading the data in. |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Milian Wolff | Skip operator new etc. when encountering the trace. |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Milian Wolff | Write histogram to file specified by cli argument |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Milian Wolff | Improve the output to better understand what the number... |
commit | commitdiff | tree | snapshot |
2014-09-06 |
David Faure | Fix compilation on OpenSUSE |
commit | commitdiff | tree | snapshot |
2014-09-06 |
David Faure | Fix compilation when passing flags on the command line... |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Milian Wolff | Skip all operator new locations, even when the IP differs. |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Milian Wolff | Don't get confused by operator<, <<, > and >>. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Milian Wolff | Share code. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Milian Wolff | Make it possible to switch between merged and non-merge... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Milian Wolff | Add some comments, esp. about implementing better trace... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Milian Wolff | remove obsolete debug output |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Milian Wolff | Add implicit values to program options. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Milian Wolff | Merge code to print merged backtraces :) |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Milian Wolff | Prettify output of top-allocator places. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Merge allocation data by instruction pointer. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Skip operator new(unsigned long) (and new[]) from start... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Make indices typesafe. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Fix name of variables. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Add a bit of recursion to the callgraph test debugee |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Fix regression and properly stop backtraces at main... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Cleanup code and reduce duplication. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Split trace and instruction pointer data. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Reduce amount of cout flushing. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Cleanup code: encapsulate data reading and make more... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Add test for call graphs, this should be merged better. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Improve headings of different output sections. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Take dlclose into account and update module cache accor... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Make it possible to validate the correctness of allocat... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Improve output of -h |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Do not clash --print-histogram with --help. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Do not link directly to libheaptrack. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Shorten template identifiers by default. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Use boost::program_options and make output configurable. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Simplify code, we use the std namespace. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Simplify code a bit. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Output pointer adresses without 0x prefix. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Milian Wolff | Do not output function, file and line index for unknown... |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Milian Wolff | Also show individual peak allocations. |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Milian Wolff | Also show top-ten allocation places (ignoring deallocat... |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Milian Wolff | Use %p to print out ptr addresses. |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Milian Wolff | Add some debug output to show whats currently going on. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Milian Wolff | Optimize: don't sync cin/cout/cerr with stdio for our... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Milian Wolff | Cleanup code a bit. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Milian Wolff | Add comment on why we use stdio here. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Milian Wolff | Fixup check for executable debuggee. |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Milian Wolff | Add heaptrack --help. |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Milian Wolff | Cleanup output messages to make it simpler to understan... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Milian Wolff | Install heaptrack shell script and use the proper paths... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Milian Wolff | Some more cleanup and restructuring. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Milian Wolff | Rename to heaptrack and start cleaning up the code... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Milian Wolff | Remove mallocinfo code, it's in the old repo. |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Milian Wolff | Directly evaluate the backtrace data. |
commit | commitdiff | tree | snapshot |
2014-06-07 |
Milian Wolff | Hide anything above __libc_start_main as its garbage. |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Milian Wolff | Use named pipe to compress output data on the fly. |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Milian Wolff | Fixup example code, use proper delete[]. |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Milian Wolff | Do not output new IP id. |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Milian Wolff | Directly link malloctrace into test executables. |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Milian Wolff | Output all numbers in hex form. |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Milian Wolff | Do not output 0x prefix for addresses. |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Milian Wolff | Decrease runtime memory overhead by getting rid of... |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Milian Wolff | realloc with nullptr is the same as pure malloc. |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Milian Wolff | Store backtrace information in a memory efficient tree... |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Milian Wolff | Cleanup code and make it explicitly work with the unw_b... |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Milian Wolff | Use unw_backtrace instead of manual unw_step loop. |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Milian Wolff | Add warning about unknown executable format |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Milian Wolff | Enable per-thread unwind caching. |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Milian Wolff | Refactor DUMP_MALLOC_TRACE_OUTPUT handling. |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Milian Wolff | Do not add garbadge null-ip's from end-of-line. |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Milian Wolff | Prepend output file with 'malloctrace.' even when env... |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Milian Wolff | Simplify code and reduce overhead at trace time. |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Milian Wolff | Save ptr start and end address instead of start + size. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Milian Wolff | Return early for now, without bzipping output files. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Milian Wolff | Add a threaded test application |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Milian Wolff | Extract some more information on the allocation data... |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Milian Wolff | Use stack-allocated trace buffer. |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Milian Wolff | Break when encountering zero-IP. |
commit | commitdiff | tree | snapshot |
next |