projects
/
sdk
/
tools
/
heaptrack.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
sdk/tools/heaptrack.git
2014-05-21
Milian Wolff
Refactor code: work with just a single file and use...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-21
Milian Wolff
Demangle function names.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-21
Milian Wolff
Refactor malloc tracing, synchronize most of the stuff...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-20
Milian Wolff
Bring back trace and ip cache to reduce generated filesize.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-20
Milian Wolff
Check for valid malloc/free before handling it.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-20
Milian Wolff
Reserve place for 32 modules.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-20
Milian Wolff
Reimplement backtrace reading and offload dwarf info...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-20
Milian Wolff
Fix regression I introduced
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Milian Wolff
Use relative module offsets instead of baseAddress...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Milian Wolff
Add kdev project file.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Milian Wolff
Add start of a malloc trace evaluation executable.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Milian Wolff
Remove uuid code, not required for my usecase afaik.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Milian Wolff
Cleanup code, insert data directly in a sorted order.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Milian Wolff
Port bsearch to C++ STL's std::lower_bound.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Milian Wolff
Adapt code to my coding style.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Milian Wolff
Cleanup code a bit by removing unused functions.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Milian Wolff
Get proper dwarf-based backtraces with filename and...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-16
Milian Wolff
Add todo on sub-tree matching
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Don't create single-entry trees output.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Save memory, use unsigned int instead of size_t for...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Only print a given call-tree once
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Stop at static_initialization_and_destruction
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Move test files and compile them in debug mode.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Use namespace std;
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Add kateconfig
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Write output into per-thread files and merge that then...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Skip handleMalloc properly.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Add support for posix_memalign, aligned_alloc and valloc.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Handle calloc.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Handle realloc
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Also output calls to free
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Print full backtraces
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Make it possible to run the malloc tracer in GDB easily.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Cleanup code and only output function names once.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Cache unw_get_proc_name for the ip's we encounter
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Print caller of malloc/operator new/operator new[]...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
On-demand initialize real_* func ptrs.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Only local unwind is required
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
add c++ example
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
extend test.c a bit.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Milian Wolff
Add simple malloc/free tracer
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Milian Wolff
don't trace child apps
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Milian Wolff
Append PID to output files
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Milian Wolff
add simple run script
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Milian Wolff
simplify
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Milian Wolff
Make output actually usable and also possible to dump...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Milian Wolff
Make output destination configurable
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Milian Wolff
Only enable c++11 for c++ files
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Milian Wolff
Add test binary to verify that this trick also works...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Milian Wolff
true instead of 1
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Milian Wolff
fix usage message
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Milian Wolff
Use raw pointer to not get a double delete on exit.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Milian Wolff
Add snapshot ID and timestamp to output.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Milian Wolff
add LGPL v2+ license
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Milian Wolff
Initial import of dumpmallocinfo.
commit
|
commitdiff
|
tree
|
snapshot