Merge branch '2022-04-11-initial-valgrind-support'
To quote the author: This series adds support for running valgrind against U-Boot's internal malloc. This allows for much more useful reports to be generated. Some example output of valgrind run against u-boot/master with this branch applied may be found at [1]. Note that valgrind gives up around acpi. This feature still needs a lot of work on suppressions/hints to filter out the noise properly. [1] https://gist.githubusercontent.com/Forty-Bot/199bf06f9cdd6871e54f8f484c16e111/raw/2a2f99108eef84b48e27a54332f3f71f4e2e5342/gistfile1.txt
No related branches found
No related tags found
Showing
- Kconfig 14 additions, 0 deletionsKconfig
- Licenses/README 1 addition, 0 deletionsLicenses/README
- Licenses/bzip2-1.0.6.txt 30 additions, 0 deletionsLicenses/bzip2-1.0.6.txt
- common/dlmalloc.c 30 additions, 1 deletioncommon/dlmalloc.c
- common/malloc_simple.c 10 additions, 0 deletionscommon/malloc_simple.c
- doc/arch/sandbox.rst 10 additions, 4 deletionsdoc/arch/sandbox.rst
- include/malloc.h 4 additions, 0 deletionsinclude/malloc.h
- include/valgrind/memcheck.h 251 additions, 0 deletionsinclude/valgrind/memcheck.h
- include/valgrind/valgrind.h 7106 additions, 0 deletionsinclude/valgrind/valgrind.h
- scripts/u-boot.supp 53 additions, 0 deletionsscripts/u-boot.supp
Loading
Please register or sign in to comment