| OLD | NEW |
| 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 Loading... |
| 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* |
| OLD | NEW |