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

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

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

Powered by Google App Engine
This is Rietveld 408576698