commit | c0694f7739cf152093bd892715b22024e852cce3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Apr 11 10:15:06 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 11 10:15:06 2022 -0400 |
tree | f965f66f82242027746ba8bba0abb442aeed09be | |
parent | a83344bae335a59e44c58303a63e8e8e4ce245e7 [diff] | |
parent | c474a9509fbda09eff89b39cd1702e71866f19e1 [diff] |
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