[dfsan] Ignore dfsan origin wrappers when instrumenting code

This commit is contained in:
Jianzhou Zhao 2021-03-29 00:14:16 +00:00
parent 666df2e2cb
commit aaab444179
1 changed files with 2 additions and 0 deletions

View File

@ -402,3 +402,5 @@ fun:__sanitizer_cov_pcs_init=discard
# Ignores the dfsan wrappers.
fun:__dfsw_*=uninstrumented
fun:__dfsw_*=discard
fun:__dfso_*=uninstrumented
fun:__dfso_*=discard