Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: tools/cfi/blacklist.txt

Issue 2259143002: Add 10 Skia methods to CFI blacklist for perf reasons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move lines Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # e.g. RolloverProtectedTickClock 1 # e.g. RolloverProtectedTickClock
2 fun:*MutableInstance* 2 fun:*MutableInstance*
3 3
4 # WTF allocators. 4 # WTF allocators.
5 fun:*allocate*Backing* 5 fun:*allocate*Backing*
6 6
7 # WTF::ThreadSpecific 7 # WTF::ThreadSpecific
8 fun:*ThreadSpecific* 8 fun:*ThreadSpecific*
9 9
10 # Mesa contains several bad casts. 10 # Mesa contains several bad casts.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 fun:*DatabaseContext*contextDestroyed* 55 fun:*DatabaseContext*contextDestroyed*
56 56
57 # FIXME: Cannot handle template function LifecycleObserver<>::setContext, 57 # FIXME: Cannot handle template function LifecycleObserver<>::setContext,
58 # so exclude source file for now. 58 # so exclude source file for now.
59 src:*LifecycleObserver.h* 59 src:*LifecycleObserver.h*
60 60
61 # Blink wtf::Vector cast on non-initialized data 61 # Blink wtf::Vector cast on non-initialized data
62 # https://crbug.com/568891 62 # https://crbug.com/568891
63 src:*wtf/Vector.h* 63 src:*wtf/Vector.h*
64 src:*wtf/PartitionAllocator.h* 64 src:*wtf/PartitionAllocator.h*
65
66 #############################################################################
67 # Methods disabled due to perf considerations.
68
69 # Skia
70
71 # https://crbug.com/638064#c1
72 fun:*SkPictureUtils::ApproximateBytesUsed*
73
74 # https://crbug.com/638056#c1
75 fun:*SkCanvas::onDrawRect*
76
77 # https://crbug.com/638064
78 fun:*SkCanvas::drawPicture*
79
80 # https://crbug.com/638060
81 fun:*SkCanvas::onDrawPicture*
82
83 # https://crbug.com/638064#c2
84 fun:*SkBaseDevice::accessPixels*
85
86 # https://crbug.com/638056
87 fun:*call_hline_blitter*
88 fun:*do_scanline*
89 fun:*antifilldot8*
90
91 # Unclear what could be done here
92 fun:*SkCanvas::drawRect*
93 fun:*SkPictureGpuAnalyzer::analyzePicture*
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698