index
:
sdk/tools/heaptrack
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
asoldatov-test
master
sandbox/akazmin/tizen6_watermarking
sandbox/akazmin/tizen_6.0_build
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: SDK / Command line tools; Licenses: LGPL-2.1;
Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-15
Fix compile errors on Ubuntu 17.10 (#29)
Andrey Kvochko/SRR-Compiler Lab/./삼성전자
2
-0
/
+10
2017-10-25
Test for <future> support
Andrey Kvochko
1
-2
/
+5
2017-05-23
Add missing license headers
Milian Wolff
2
-0
/
+36
2017-05-23
Make peak memory consumption easier to understand
Milian Wolff
2
-0
/
+36
2017-05-08
Show inlined frames
Milian Wolff
2
-0
/
+23
2017-05-03
Force the fill method to never get inlined
Milian Wolff
1
-1
/
+1
2017-05-02
Clarify licenses
Milian Wolff
17
-133
/
+212
2017-04-17
Call libc and libstdc++ freeres functions in heaptrack_preload on exit
Milian Wolff
2
-0
/
+32
2017-04-07
Disable signal handling in timer thread
Milian Wolff
2
-0
/
+113
2017-04-06
Add missing include directory
Erwin Jansen
1
-1
/
+4
2017-03-06
Fix -Wexpansion-to-defined warning from Clang 3.9
Kevin Funk
1
-1
/
+5
2017-02-26
Improve the bottom-up conversion to top-down and caller/callee data
Milian Wolff
2
-0
/
+27
2017-01-28
Add clang-format configuration and reformat src/ and test/ sources
Milian Wolff
8
-16
/
+18
2017-01-11
Update copyright year
Milian Wolff
9
-9
/
+9
2017-01-11
Restructure source code directory layout
Milian Wolff
6
-10
/
+10
2016-03-25
Add an experimental perf->heaptrack data converter.
Milian Wolff
1
-0
/
+170
2016-02-26
Add executable to measure malloc overhead.
Milian Wolff
2
-0
/
+60
2015-12-14
Optimize tracking of active allocations.
Milian Wolff
6
-0
/
+237
2015-12-09
Fix compiler warning
Milian Wolff
1
-1
/
+1
2015-09-25
Restructure test code layout, import catch and use that.
Milian Wolff
12
-55
/
+93
2015-09-06
Add Top-Down tree model.
Milian Wolff
1
-0
/
+10
2015-08-10
Fix compile of test when unwind.h is in non-standard path.
Milian Wolff
1
-1
/
+5
2015-07-23
Add first test to verify libunwind integration behaves sane.
Milian Wolff
2
-0
/
+39
2015-06-15
Run more stuff in parallel.
Milian Wolff
1
-6
/
+8
2015-04-30
Don't fail to compile when aligned alloc is not available.
Milian Wolff
1
-0
/
+4
2014-12-10
Compile in pedantic mode.
Milian Wolff
1
-2
/
+2
2014-11-27
Properly take cfree into account.
Milian Wolff
1
-1
/
+1
2014-11-17
Take each PT_LOAD dlpi_phdr as its own module.
Milian Wolff
4
-0
/
+135
2014-08-25
Add a bit of recursion to the callgraph test debugee
Milian Wolff
1
-0
/
+10
2014-08-25
Add test for call graphs, this should be merged better.
Milian Wolff
2
-0
/
+27
2014-08-25
Do not link directly to libheaptrack.
Milian Wolff
1
-3
/
+1
2014-08-06
Rename to heaptrack and start cleaning up the code structure.
Milian Wolff
1
-3
/
+3
2014-06-05
Use named pipe to compress output data on the fly.
Milian Wolff
1
-1
/
+1
2014-06-05
Fixup example code, use proper delete[].
Milian Wolff
1
-1
/
+1
2014-06-04
Directly link malloctrace into test executables.
Milian Wolff
1
-1
/
+3
2014-05-31
Add a threaded test application
Milian Wolff
2
-0
/
+42
2014-05-21
Introduce a memleak in the test app.
Milian Wolff
1
-1
/
+0
2014-05-15
Move test files and compile them in debug mode.
Milian Wolff
3
-0
/
+95