/art/libartbase/base/ |
D | systrace.h | 50 class ScopedTrace { 52 explicit ScopedTrace(const char* name) { in ScopedTrace() function 56 explicit ScopedTrace(Fn fn) { in ScopedTrace() function 62 explicit ScopedTrace(const std::string& name) : ScopedTrace(name.c_str()) {} in ScopedTrace() function 64 ~ScopedTrace() { in ~ScopedTrace()
|
/art/runtime/jit/ |
D | jit_scoped_code_cache_write.h | 36 class ScopedCodeCacheWrite : ScopedTrace { 39 : ScopedTrace("ScopedCodeCacheWrite"), in ScopedCodeCacheWrite() 41 ScopedTrace trace("mprotect all"); in ScopedCodeCacheWrite() 50 ScopedTrace trace("mprotect code"); in ~ScopedCodeCacheWrite()
|
D | profile_saver.cc | 358 ScopedTrace trace2("Get class loaders"); in SampleClassesAndExecutedMethods() 374 ScopedTrace trace3("Visiting class table"); in SampleClassesAndExecutedMethods() 407 ScopedTrace trace(__PRETTY_FUNCTION__); in FetchAndCacheResolvedClassesAndMethods() 515 ScopedTrace trace(__PRETTY_FUNCTION__); in ProcessProfilingInfo()
|
D | jit_code_cache.cc | 528 ScopedTrace trace(__PRETTY_FUNCTION__); in RemoveMethodsIn() 1050 ScopedTrace trace(__PRETTY_FUNCTION__); in Run() 1135 ScopedTrace trace(__FUNCTION__); in GarbageCollectCache() 1242 ScopedTrace trace(__FUNCTION__); in RemoveUnmarkedCode() 1348 ScopedTrace trace(__FUNCTION__); in DoCollection() 1619 ScopedTrace trace(__FUNCTION__); in GetProfiledMethods()
|
D | jit_memory_region.cc | 49 ScopedTrace trace(__PRETTY_FUNCTION__); in Initialize()
|
/art/libdexfile/dex/ |
D | art_dex_file_loader.cc | 169 ScopedTrace trace(std::string("Open dex file from RAM ") + location); in Open() 190 ScopedTrace trace(std::string("Open dex file from mapped-memory ") + location); in Open() 260 ScopedTrace trace(std::string("Open dex file ") + std::string(location)); in OpenWithMagic() 289 ScopedTrace trace("Open dex file " + std::string(location)); in OpenDex() 299 ScopedTrace trace("Dex file open Zip " + std::string(location)); in OpenZip() 316 ScopedTrace trace(std::string("Open dex file ") + std::string(location)); in OpenFile() 388 ScopedTrace trace("Dex file open from Zip Archive " + std::string(location)); in OpenOneDexFileFromZip() 487 ScopedTrace trace("Dex file open from Zip " + std::string(location)); in OpenAllDexFilesFromZip()
|
/art/runtime/ |
D | oat_file_assistant.cc | 302 ScopedTrace trace("HasDexFiles"); in HasDexFiles() 319 ScopedTrace trace("DexChecksumUpToDate(vdex)"); in DexChecksumUpToDate() 352 ScopedTrace trace("DexChecksumUpToDate(oat)"); in DexChecksumUpToDate() 639 ScopedTrace trace("GetBestInfo"); in GetBestInfo() 704 ScopedTrace trace("IsUseable"); in IsUseable() 716 ScopedTrace trace("Status"); in Status() 940 ScopedTrace trace("ReleaseFileForUse"); in ReleaseFileForUse()
|
D | runtime.cc | 313 ScopedTrace trace("Runtime shutdown"); in ~Runtime() 395 ScopedTrace trace2("Wait for shutdown cond"); in ~Runtime() 406 ScopedTrace trace2("Waiting for Daemons"); in ~Runtime() 447 ScopedTrace trace2("Delete thread list"); in ~Runtime() 478 ScopedTrace trace2("Delete state"); in ~Runtime() 886 ScopedTrace trace2("InitNativeMethods"); in Start() 1047 ScopedTrace timing("CreateThreadPool"); in InitNonZygoteOrPostFork() 1069 ScopedTrace tr("perfetto_hprof init."); in InitNonZygoteOrPostFork() 1100 ScopedTrace trace(__FUNCTION__); in StartDaemonThreads() 1192 ScopedTrace trace(__FUNCTION__); in Init() [all …]
|
D | oat_file_manager.cc | 218 ScopedTrace trace(__FUNCTION__); in OpenDexFilesFromOat() 264 ScopedTrace app_image_timing("AppImage:Loading"); in OpenDexFilesFromOat() 291 ScopedTrace image_space_timing( in OpenDexFilesFromOat() 479 ScopedTrace trace(__FUNCTION__); in OpenDexFilesFromOat_Impl()
|
D | thread_list.cc | 90 ScopedTrace trace(__PRETTY_FUNCTION__); in ShutDown() 624 ScopedTrace trace("Suspending mutator threads"); in SuspendAll() 785 ScopedTrace trace("Resuming mutator threads"); in ResumeAll() 1114 ScopedTrace trace(__PRETTY_FUNCTION__); in WaitForOtherNonDaemonThreadsToExit() 1155 ScopedTrace trace(__PRETTY_FUNCTION__); in SuspendAllDaemonThreadsForShutdown()
|
D | oat_file.cc | 1428 ScopedTrace trace(__PRETTY_FUNCTION__); in InitializeFromElfFile() 1450 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() 1470 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() 1495 ScopedTrace trace(__PRETTY_FUNCTION__); in ElfFileOpen() 1627 ScopedTrace trace("Open oat file " + oat_location); in Open() 1935 ScopedTrace trace(__PRETTY_FUNCTION__); in OpenDexFile()
|
D | indirect_reference_table.cc | 446 ScopedTrace trace(__PRETTY_FUNCTION__); in Trim()
|
D | thread.cc | 168 ScopedTrace trace("InitTlsEntryPoints"); in InitTlsEntryPoints() 930 ScopedTrace trace("Thread::Init"); in Init() 942 ScopedTrace trace2("InitInterpreterTls"); in Init() 969 ScopedTrace trace3("ThreadList::Register"); in Init() 977 ScopedTrace trace("Thread::Attach"); in Attach() 985 ScopedTrace trace2("Thread birth"); in Attach() 1287 ScopedTrace trace("InitStackHwm"); in InitStackHwm() 1561 ScopedTrace trace("Run checkpoint function"); in RunCheckpointFunction() 1770 ScopedTrace trace(__FUNCTION__); in FullSuspendCheck()
|
D | vdex_file.cc | 106 ScopedTrace trace(("VdexFile::OpenAtAddress " + vdex_filename).c_str()); in OpenAtAddress()
|
D | trace.cc | 282 ScopedTrace trace("Profile sampling"); in RunSamplingThread()
|
D | class_linker.cc | 1663 ScopedTrace app_image_timing("AppImage:Updating"); in Update() 1744 ScopedTrace timing("AppImage:VerifyDeclaringClasses"); in Update() 1760 ScopedTrace timing("AppImage:InternString"); in HandleAppImageStrings() 2239 ScopedTrace trace("AppImage:UpdateClassLoaders"); in AddImageSpace() 2268 ScopedTrace trace("AppImage:RecacluateSubtypeCheckBitstrings"); in AddImageSpace() 2288 ScopedTrace trace("AppImage:Verify"); in AddImageSpace() 9938 ScopedTrace trace(__FUNCTION__); // Since this function is slow, have a trace to notify people. in GetHoldingClassOfCopiedMethod()
|
/art/runtime/gc/accounting/ |
D | card_table.cc | 62 ScopedTrace trace(__PRETTY_FUNCTION__); in Create()
|
/art/runtime/base/ |
D | mem_map_arena_pool.cc | 121 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimMaps()
|
/art/runtime/gc/collector/ |
D | garbage_collector.cc | 147 ScopedTrace trace(android::base::StringPrintf("%s %s GC", PrettyCause(gc_cause), GetName())); in Run()
|
D | mark_sweep.cc | 1163 ScopedTrace trace("Marking thread roots"); in Run() 1170 ScopedTrace trace2("RevokeRosAllocThreadLocalBuffers"); in Run()
|
/art/runtime/gc/ |
D | heap.cc | 374 ScopedTrace trace(__FUNCTION__); in Heap() 480 ScopedTrace trace2("Create separate non moving space"); in Heap() 502 ScopedTrace trace2("Create main mem map"); in Heap() 527 ScopedTrace trace2("Create main mem map 2"); in Heap() 535 ScopedTrace trace2("Add non moving space"); in Heap() 909 ScopedTrace trace("IncrementDisableThreadFlip"); in IncrementDisableThreadFlip() 1441 ScopedTrace trace("Deflating monitors"); in Trim() 1473 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimIndirectReferenceTables() 1503 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimSpaces()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 246 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() 293 ScopedTrace trace(__PRETTY_FUNCTION__); in Save() 391 ScopedTrace trace(__PRETTY_FUNCTION__); in Save() 1296 ScopedTrace trace(__PRETTY_FUNCTION__); in LoadInternal()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 1616 ScopedTrace trace(__FUNCTION__); in Visit() 1974 ScopedTrace trace(__FUNCTION__); in Visit() 2132 ScopedTrace trace(__FUNCTION__); in Visit() 2197 ScopedTrace trace(__FUNCTION__); in Visit()
|
/art/runtime/gc/space/ |
D | image_space.cc | 533 ScopedTrace st("VisitDexCacheArrays"); in VisitDexCacheArrays() 1215 ScopedTrace trace("LZ4 decompress block"); in LoadImageFile() 1232 ScopedTrace trace("Waiting for workers"); in LoadImageFile() 3565 ScopedTrace trace(__FUNCTION__); in LoadBootImage()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 1198 ScopedTrace trace(__FUNCTION__); in JNI_CreateJavaVM()
|