]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add support for copy and ad hoc profiling to DHAT.
authorNicholas Nethercote <nnethercote@mozilla.com>
Mon, 9 Sep 2019 04:13:35 +0000 (14:13 +1000)
committerNicholas Nethercote <nnethercote@mozilla.com>
Mon, 7 Dec 2020 08:57:56 +0000 (19:57 +1100)
commit8c08253b89864b57a04ae4d6fe411c60226787c1
treef32562581b7adb673224e474403de8621ae92a70
parentd2d54dbcc74244adfc0c80b40862edf2b82f53b9
Add support for copy and ad hoc profiling to DHAT.
23 files changed:
.gitignore
NEWS
coregrind/m_replacemalloc/replacemalloc_core.c
dhat/Makefile.am
dhat/dh_main.c
dhat/dh_replace_strmem.c [new file with mode: 0644]
dhat/dh_test.js
dhat/dh_view.js
dhat/dhat.h [new file with mode: 0644]
dhat/docs/dh-manual.xml
dhat/tests/Makefile.am
dhat/tests/ad-hoc.c [new file with mode: 0644]
dhat/tests/ad-hoc.stderr.exp [new file with mode: 0644]
dhat/tests/ad-hoc.vgtest [new file with mode: 0644]
dhat/tests/basic.c
dhat/tests/copy.c [new file with mode: 0644]
dhat/tests/copy.stderr.exp [new file with mode: 0644]
dhat/tests/copy.vgtest [new file with mode: 0644]
dhat/tests/filter_copy [new file with mode: 0755]
dhat/tests/filter_stderr
include/pub_tool_replacemalloc.h
none/nl_main.c
shared/vg_replace_strmem.c