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 2336103003: Convert a few more CFI blacklist entries into DISABLE_CFI_PERF attributes. (Closed)
Patch Set: Created 4 years, 3 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/core/layout/FloatingObjects.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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 109
110 # cc::DisplayItemList::Inputs::~Inputs 110 # cc::DisplayItemList::Inputs::~Inputs
111 fun:*cc*DisplayItemList*Inputs* 111 fun:*cc*DisplayItemList*Inputs*
112 112
113 # StyleAttributeMutationScope::StyleAttributeMutationScope 113 # StyleAttributeMutationScope::StyleAttributeMutationScope
114 fun:*StyleAttributeMutationScope*AbstractPropertySetCSSStyleDeclaration* 114 fun:*StyleAttributeMutationScope*AbstractPropertySetCSSStyleDeclaration*
115 115
116 # StyleAttributeMutationScope::~StyleAttributeMutationScope 116 # StyleAttributeMutationScope::~StyleAttributeMutationScope
117 fun:*StyleAttributeMutationScopeD2Ev* 117 fun:*StyleAttributeMutationScopeD2Ev*
118 118
119 fun:*AbstractPropertySetCSSStyleDeclaration*contextStyleSheet*
120 fun:*AbstractPropertySetCSSStyleDeclaration*setPropertyInternal*
121 fun:*ComputeFloatOffsetAdapter*collectIfNeeded*
122 fun:*ContainerNode*isChildTypeAllowed*
123 fun:*ContainerNode*checkAcceptChild*
124 fun:*ContainerNode*notifyNodeInserted*
125 fun:*ContainerNode*attachLayoutTree*
126 fun:*ContainerNode*notifyNodeInsertedInternal*
127 fun:*SharedStyleFinder*canShareStyleWithElement*
128 fun:*ElementRuleCollector*collectMatchingRules*
129 fun:*Element*attributeChanged*
130 fun:*Element*didAddAttribute*
131 fun:*HTMLElement*offsetHeightForBinding*
132 fun:*LayoutTreeBuilderForElement*shouldCreateLayoutObject*
133 fun:*LayoutTreeBuilderForElement*createLayoutObject*
134 fun:*EventTarget*hasEventListeners*
135 fun:*HTMLCollection*invalidateCacheForAttribute*
136 fun:*Node*isAfterPseudoElement*
137 fun:*Node*isBeforePseudoElement*
138 fun:*Node*isFirstLetterPseudoElement*
139 fun:*Node*isPseudoElement*
140 fun:*Node*wrap*
141 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking* 119 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking*
142 fun:*FrameTree*parent* 120 fun:*FrameTree*parent*
143 fun:*FrameTree*traverseNext* 121 fun:*FrameTree*traverseNext*
144 fun:*PageAnimator*scheduleVisualUpdate* 122 fun:*PageAnimator*scheduleVisualUpdate*
145 fun:*BlockPainter*paint* 123 fun:*BlockPainter*paint*
146 fun:*BlockPainter*paintObject* 124 fun:*BlockPainter*paintObject*
147 fun:*BlockPainter*intersectsPaintRect* 125 fun:*BlockPainter*intersectsPaintRect*
148 fun:*ObjectPaintInvalidator*computePaintInvalidationReason* 126 fun:*ObjectPaintInvalidator*computePaintInvalidationReason*
149 fun:*ObjectPaintInvalidator*invalidateSelectionIfNeeded* 127 fun:*ObjectPaintInvalidator*invalidateSelectionIfNeeded*
150 fun:*ObjectPaintInvalidator*invalidatePaintIfNeededWithComputedReason* 128 fun:*ObjectPaintInvalidator*invalidatePaintIfNeededWithComputedReason*
151 fun:*StyleResolver*matchAllRules* 129 fun:*StyleResolver*matchAllRules*
152 fun:*ContiguousContainer*clear* 130 fun:*ContiguousContainer*clear*
153 fun:*GraphicsLayer*setNeedsDisplayInRect* 131 fun:*GraphicsLayer*setNeedsDisplayInRect*
154 fun:*PaintArtifact*appendToWebDisplayItemList* 132 fun:*PaintArtifact*appendToWebDisplayItemList*
155 fun:*visualRectForDisplayItem* 133 fun:*visualRectForDisplayItem*
156 fun:*PaintController*commitNewDisplayItems* 134 fun:*PaintController*commitNewDisplayItems*
157 fun:*AdjustAndMarkTrait*mark* 135 fun:*AdjustAndMarkTrait*mark*
158 fun:*TraceTrait*trace* 136 fun:*TraceTrait*trace*
159 fun:*ChromeClientImpl*scheduleAnimation* 137 fun:*ChromeClientImpl*scheduleAnimation*
160 fun:*blink*PODIntervalTree*searchForOverlapsFrom* 138 fun:*blink*PODIntervalTree*searchForOverlapsFrom*
161 fun:*borderPaddingWidthForBoxSizing* 139 fun:*borderPaddingWidthForBoxSizing*
162 fun:*hasAspectRatio* 140 fun:*hasAspectRatio*
163 fun:*nextBreakablePosition* 141 fun:*nextBreakablePosition*
164 fun:*shouldBeConsideredAsReplaced* 142 fun:*shouldBeConsideredAsReplaced*
165 fun:*supportsCachedOffsets* 143 fun:*supportsCachedOffsets*
166 fun:*traceImpl* 144 fun:*traceImpl*
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/FloatingObjects.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698