2023-08-29 01:45:45 -05:00
|
|
|
#
|
|
|
|
|
# LeakSanitizer suppressions file for rocprofiler project.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
leak:amd_comgr
|
|
|
|
|
leak:hsa-runtime
|
|
|
|
|
leak:amdhip
|
|
|
|
|
leak:python
|
2023-10-18 03:18:31 -05:00
|
|
|
leak:hsa-amd-aqlprofile
|
2023-11-13 22:30:15 -06:00
|
|
|
leak:__new_exitfn
|
2025-03-22 18:51:42 -05:00
|
|
|
leak:omptarget
|
|
|
|
|
leak:llvm
|
2026-01-27 10:27:54 -08:00
|
|
|
leak:bash
|
|
|
|
|
|
|
|
|
|
# Suppress leaks from external tools and libraries
|
|
|
|
|
leak:liblzma
|
|
|
|
|
leak:liblsan
|
|
|
|
|
leak:seq
|
|
|
|
|
leak:__GI___strdup
|
|
|
|
|
|
|
|
|
|
# Suppress leaks during tool detach/shutdown - these allocations are
|
|
|
|
|
# intentionally not freed as the process is exiting
|
|
|
|
|
leak:rocprofiler::tool::metadata::get_string_entries
|
|
|
|
|
leak:rocprofiler::tool::write_rocpd
|
|
|
|
|
leak:rocprofiler::tool::generate_output
|
|
|
|
|
leak:tool_detach
|
|
|
|
|
leak:rocprofiler_register_detach
|