summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-02-15Fix compile errors on Ubuntu 17.10 (#29)Andrey Kvochko/SRR-Compiler Lab/./삼성전자2-0/+10
2017-10-25Test for <future> supportAndrey Kvochko1-2/+5
2017-05-23Add missing license headersMilian Wolff2-0/+36
2017-05-23Make peak memory consumption easier to understandMilian Wolff2-0/+36
2017-05-08Show inlined framesMilian Wolff2-0/+23
2017-05-03Force the fill method to never get inlinedMilian Wolff1-1/+1
2017-05-02Clarify licensesMilian Wolff17-133/+212
2017-04-17Call libc and libstdc++ freeres functions in heaptrack_preload on exitMilian Wolff2-0/+32
2017-04-07Disable signal handling in timer threadMilian Wolff2-0/+113
2017-04-06Add missing include directoryErwin Jansen1-1/+4
2017-03-06Fix -Wexpansion-to-defined warning from Clang 3.9Kevin Funk1-1/+5
2017-02-26Improve the bottom-up conversion to top-down and caller/callee dataMilian Wolff2-0/+27
2017-01-28Add clang-format configuration and reformat src/ and test/ sourcesMilian Wolff8-16/+18
2017-01-11Update copyright yearMilian Wolff9-9/+9
2017-01-11Restructure source code directory layoutMilian Wolff6-10/+10
2016-03-25Add an experimental perf->heaptrack data converter.Milian Wolff1-0/+170
2016-02-26Add executable to measure malloc overhead.Milian Wolff2-0/+60
2015-12-14Optimize tracking of active allocations.Milian Wolff6-0/+237
2015-12-09Fix compiler warningMilian Wolff1-1/+1
2015-09-25Restructure test code layout, import catch and use that.Milian Wolff12-55/+93
2015-09-06Add Top-Down tree model.Milian Wolff1-0/+10
2015-08-10Fix compile of test when unwind.h is in non-standard path.Milian Wolff1-1/+5
2015-07-23Add first test to verify libunwind integration behaves sane.Milian Wolff2-0/+39
2015-06-15Run more stuff in parallel.Milian Wolff1-6/+8
2015-04-30Don't fail to compile when aligned alloc is not available.Milian Wolff1-0/+4
2014-12-10Compile in pedantic mode.Milian Wolff1-2/+2
2014-11-27Properly take cfree into account.Milian Wolff1-1/+1
2014-11-17Take each PT_LOAD dlpi_phdr as its own module.Milian Wolff4-0/+135
2014-08-25Add a bit of recursion to the callgraph test debugeeMilian Wolff1-0/+10
2014-08-25Add test for call graphs, this should be merged better.Milian Wolff2-0/+27
2014-08-25Do not link directly to libheaptrack.Milian Wolff1-3/+1
2014-08-06Rename to heaptrack and start cleaning up the code structure.Milian Wolff1-3/+3
2014-06-05Use named pipe to compress output data on the fly.Milian Wolff1-1/+1
2014-06-05Fixup example code, use proper delete[].Milian Wolff1-1/+1
2014-06-04Directly link malloctrace into test executables.Milian Wolff1-1/+3
2014-05-31Add a threaded test applicationMilian Wolff2-0/+42
2014-05-21Introduce a memleak in the test app.Milian Wolff1-1/+0
2014-05-15Move test files and compile them in debug mode.Milian Wolff3-0/+95