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

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

Issue 2419663009: Convert a few more CFI blacklist entries into DISABLE_CFI_PERF attributes. (Closed)
Patch Set: Created 4 years, 2 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 | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 fun:*SkScalerContext*MakeRec* 94 fun:*SkScalerContext*MakeRec*
95 95
96 # CC 96 # CC
97 97
98 # https://crbug.com/638056 98 # https://crbug.com/638056
99 fun:*LayerTreeHost*NotifySwapPromiseMonitorsOfSetNeedsCommit* 99 fun:*LayerTreeHost*NotifySwapPromiseMonitorsOfSetNeedsCommit*
100 100
101 # WebKit 101 # WebKit
102 # The entries below have not been categorized 102 # The entries below have not been categorized
103 103
104 # blink::BoxClipper::BoxClipper
105 fun:*blink*BoxClipper*LayoutBox*PaintInfo*LayoutPoint*ContentsClipBehavior*
106
107 # blink::DrawingDisplayItem::DrawingDisplayItem
108 fun:*blink*DrawingDisplayItem*DisplayItemClient*
109
110 # cc::DisplayItemList::Inputs::~Inputs 104 # cc::DisplayItemList::Inputs::~Inputs
111 fun:*cc*DisplayItemList*Inputs* 105 fun:*cc*DisplayItemList*Inputs*
112 106
113 # StyleAttributeMutationScope::StyleAttributeMutationScope
114 fun:*StyleAttributeMutationScope*AbstractPropertySetCSSStyleDeclaration*
115
116 # StyleAttributeMutationScope::~StyleAttributeMutationScope
117 fun:*StyleAttributeMutationScopeD2Ev*
118
119 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking*
120 fun:*FrameTree*parent*
121 fun:*FrameTree*traverseNext*
122 fun:*PageAnimator*scheduleVisualUpdate*
123 fun:*BlockPainter*paint*
124 fun:*BlockPainter*paintObject*
125 fun:*BlockPainter*intersectsPaintRect*
126 fun:*ObjectPaintInvalidator*computePaintInvalidationReason*
127 fun:*ObjectPaintInvalidator*invalidateSelectionIfNeeded*
128 fun:*ObjectPaintInvalidator*invalidatePaintIfNeededWithComputedReason*
129 fun:*StyleResolver*matchAllRules*
130 fun:*ContiguousContainer*clear*
131 fun:*GraphicsLayer*setNeedsDisplayInRect*
132 fun:*PaintArtifact*appendToWebDisplayItemList*
133 fun:*visualRectForDisplayItem*
134 fun:*PaintController*commitNewDisplayItems*
135 fun:*AdjustAndMarkTrait*mark* 107 fun:*AdjustAndMarkTrait*mark*
136 fun:*TraceTrait*trace* 108 fun:*TraceTrait*trace*
137 fun:*ChromeClientImpl*scheduleAnimation*
138 fun:*blink*PODIntervalTree*searchForOverlapsFrom*
139 fun:*borderPaddingWidthForBoxSizing*
140 fun:*hasAspectRatio* 109 fun:*hasAspectRatio*
141 fun:*nextBreakablePosition* 110 fun:*nextBreakablePosition*
142 fun:*shouldBeConsideredAsReplaced*
143 fun:*supportsCachedOffsets*
144 fun:*traceImpl* 111 fun:*traceImpl*
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698