Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf_event_open: improve the memory leak detection
The goal is to add more robust memory leak detection by periodically sampling memory availability during the test run and checking for significant decreases in available memory. To avoid false postive: perf_event_open03.c:95: TFAIL: Likely kernel memory leak detected Signed-off-by: Li Wang <[email protected]> Reviewed-by: Martin Doucha <[email protected]>
- Loading branch information