/aosp14/frameworks/base/libs/hwui/ |
H A D | WebViewFunctorManager.cpp | 102 ATRACE_NAME("WebViewFunctor::onDestroy"); in ~WebViewFunctor() 110 ATRACE_NAME("WebViewFunctor::sync"); in sync() 115 ATRACE_NAME("WebViewFunctor::onRemovedFromTree"); in onRemovedFromTree() 140 ATRACE_NAME("WebViewFunctor::drawGl"); in drawGl() 160 ATRACE_NAME("WebViewFunctor::initVk"); in initVk() 170 ATRACE_NAME("WebViewFunctor::drawVk"); in drawVk() 187 ATRACE_NAME("WebViewFunctor::postDrawVk"); in postDrawVk() 194 ATRACE_NAME("WebViewFunctor::onContextDestroyed"); in destroyContext() 215 ATRACE_NAME("WebViewFunctor::getSurfaceControl"); in getSurfaceControl() 238 ATRACE_NAME("WebViewFunctor::mergeTransaction"); in mergeTransaction() [all …]
|
H A D | Readback.cpp | 91 ATRACE_NAME("sync_wait"); in copySurfaceInto()
|
/aosp14/system/core/libutils/include/utils/ |
H A D | Trace.h | 22 #define ATRACE_NAME(...) macro 36 #define ATRACE_NAME(name) ::android::ScopedTrace PASTE(___tracer, __LINE__)(ATRACE_TAG, name) macro 39 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | ShaderCache.cpp | 81 ATRACE_NAME("initShaderDiskCache"); in initShaderDiskCache() 103 ATRACE_NAME("ShaderCache::load"); in load() 175 ATRACE_NAME("ShaderCache::saveToDiskLocked"); in saveToDiskLocked() 187 ATRACE_NAME("ShaderCache::store"); in store()
|
H A D | SkiaPipeline.cpp | 98 ATRACE_NAME("draw layers"); in renderLayers() 164 ATRACE_NAME("flush layers (context changed)"); in renderLayersImpl() 172 ATRACE_NAME("flush layers"); in renderLayersImpl()
|
H A D | SkiaVulkanPipeline.cpp | 115 ATRACE_NAME("flush commands"); in draw()
|
H A D | SkiaOpenGLPipeline.cpp | 173 ATRACE_NAME("flush commands"); in draw()
|
/aosp14/system/core/debuggerd/ |
H A D | crash_dump.cpp | 456 ATRACE_NAME("after reparent"); in main() 473 ATRACE_NAME("open files"); in main() 491 ATRACE_NAME("ptrace"); in main() 604 ATRACE_NAME("tombstoned_connect"); in main() 652 ATRACE_NAME("dump_backtrace"); in main() 656 ATRACE_NAME("fdsan table dump"); in main() 662 ATRACE_NAME("engrave_tombstone"); in main()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_content_res_ApkAssets.cpp | 229 ATRACE_NAME(base::StringPrintf("LoadApkAssets(%s)", path.c_str()).c_str()); in NativeLoad() 277 ATRACE_NAME(base::StringPrintf("LoadApkAssetsFd(%s)", friendly_name_utf8.c_str()).c_str()); in NativeLoadFromFd() 332 ATRACE_NAME(base::StringPrintf("LoadApkAssetsFd(%s)", friendly_name_utf8.c_str()).c_str()); in NativeLoadFromFdOffset()
|
H A D | android_util_AssetManager.cpp | 318 ATRACE_NAME("AssetManager::SetApkAssets"); in NativeSetApkAssets() 356 ATRACE_NAME("AssetManager::SetConfiguration"); in NativeSetConfiguration() 483 ATRACE_NAME(base::StringPrintf("AssetManager::OpenAsset(%s)", asset_path_utf8.c_str()).c_str()); in NativeOpenAsset() 509 ATRACE_NAME(base::StringPrintf("AssetManager::OpenAssetFd(%s)", asset_path_utf8.c_str()).c_str()); in NativeOpenAssetFd() 529 …ATRACE_NAME(base::StringPrintf("AssetManager::OpenNonAsset(%s)", asset_path_utf8.c_str()).c_str()); in NativeOpenNonAsset() 563 …ATRACE_NAME(base::StringPrintf("AssetManager::OpenNonAssetFd(%s)", asset_path_utf8.c_str()).c_str(… in NativeOpenNonAssetFd() 589 …ATRACE_NAME(base::StringPrintf("AssetManager::OpenXmlAsset(%s)", asset_path_utf8.c_str()).c_str()); in NativeOpenXmlAsset() 624 ATRACE_NAME(base::StringPrintf("AssetManager::OpenXmlAssetFd(%d)", fd).c_str()); in NativeOpenXmlAssetFd()
|
H A D | AndroidRuntime.cpp | 1671 ATRACE_NAME("RegisterAndroidNatives"); in startReg()
|
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | ImageDecoder.cpp | 486 ATRACE_NAME("Handling scale/origin/crop"); in decode() 509 ATRACE_NAME("getAndroidGainmap"); in extractGainmap()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderProxy.cpp | 202 ATRACE_NAME("TextureView#getBitmap"); in copyLayerInto() 456 ATRACE_NAME("HardwareBitmap readback"); in copyHWBitmapInto()
|
H A D | EglManager.cpp | 108 ATRACE_NAME("Creating EGLContext"); in initialize() 604 ATRACE_NAME("Finishing GPU work"); in swapBuffers()
|
H A D | VulkanManager.cpp | 559 ATRACE_NAME("Vulkan finish frame"); in finishFrame() 629 ATRACE_NAME("Finishing GPU work"); in swapBuffers()
|
H A D | RenderThread.cpp | 157 ATRACE_NAME("refreshRateCallback"); in refreshRateCallback()
|
H A D | CanvasContext.cpp | 399 ATRACE_NAME("swap chain stuffed"); in isSwapChainStuffed()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_HardwareRenderer.cpp | 459 ATRACE_NAME("Preparing SKP for capture"); in PictureWrapper() 479 ATRACE_NAME("Copying mutable bitmap"); in imageForCache() 483 ATRACE_NAME("Readback of texture image"); in imageForCache() 488 ATRACE_NAME("Readback of HW bitmap"); in imageForCache()
|
H A D | android_graphics_RenderNode.cpp | 615 ATRACE_NAME("Update SurfaceView position"); in android_view_RenderNode_requestPositionUpdates() 645 ATRACE_NAME("SurfaceView position lost"); in android_view_RenderNode_requestPositionUpdates()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | LoadedArsc.cpp | 452 ATRACE_NAME("LoadedPackage::Load"); in Load() 868 ATRACE_NAME("LoadedArsc::Load"); in Load() 900 ATRACE_NAME("LoadedArsc::Load"); in Load()
|
H A D | AssetManager2.cpp | 460 ATRACE_NAME("AssetManager::GetResourceConfigurations"); in GetResourceConfigurations() 495 ATRACE_NAME("AssetManager::GetResourceLocales"); in GetResourceLocales() 538 ATRACE_NAME("AssetManager::OpenDir"); in OpenDir() 1533 ATRACE_NAME("Theme::ApplyStyle"); in ApplyStyle() 1581 ATRACE_NAME("Theme::Rebase"); in Rebase()
|
H A D | AssetManager.cpp | 549 ATRACE_NAME(ap.path.string()); in appendPathToResTable()
|
/aosp14/frameworks/base/libs/hwui/tests/macrobench/ |
H A D | TestSceneRunner.cpp | 160 ATRACE_NAME("UI-Draw Frame"); in doRun()
|