| Index: tools/cfi/blacklist.txt
|
| diff --git a/tools/cfi/blacklist.txt b/tools/cfi/blacklist.txt
|
| index cb0b24f1305b7fef9e4e707cb67bcd7591d1fda5..babe7bd6ef6b3a8e49c4ad58c3cea34603bdcee6 100644
|
| --- a/tools/cfi/blacklist.txt
|
| +++ b/tools/cfi/blacklist.txt
|
| @@ -62,3 +62,32 @@ src:*LifecycleObserver.h*
|
| # https://crbug.com/568891
|
| src:*wtf/Vector.h*
|
| src:*wtf/PartitionAllocator.h*
|
| +
|
| +#############################################################################
|
| +# Methods disabled due to perf considerations.
|
| +
|
| +# Skia
|
| +
|
| +# https://crbug.com/638064#c1
|
| +fun:*SkPictureUtils::ApproximateBytesUsed*
|
| +
|
| +# https://crbug.com/638056#c1
|
| +fun:*SkCanvas::onDrawRect*
|
| +
|
| +# https://crbug.com/638064
|
| +fun:*SkCanvas::drawPicture*
|
| +
|
| +# https://crbug.com/638060
|
| +fun:*SkCanvas::onDrawPicture*
|
| +
|
| +# https://crbug.com/638064#c2
|
| +fun:*SkBaseDevice::accessPixels*
|
| +
|
| +# https://crbug.com/638056
|
| +fun:*call_hline_blitter*
|
| +fun:*do_scanline*
|
| +fun:*antifilldot8*
|
| +
|
| +# Unclear what could be done here
|
| +fun:*SkCanvas::drawRect*
|
| +fun:*SkPictureGpuAnalyzer::analyzePicture*
|
|
|