Home
last modified time | relevance | path

Searched refs:ScopedTrace (Results 1 – 25 of 26) sorted by relevance

12

/art/libartbase/base/
Dsystrace.h50 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/
Djit_scoped_code_cache_write.h36 class ScopedCodeCacheWrite : ScopedTrace {
39 : ScopedTrace("ScopedCodeCacheWrite"), in ScopedCodeCacheWrite()
41 ScopedTrace trace("mprotect all"); in ScopedCodeCacheWrite()
50 ScopedTrace trace("mprotect code"); in ~ScopedCodeCacheWrite()
Dprofile_saver.cc358 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()
Djit_code_cache.cc528 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()
Djit_memory_region.cc49 ScopedTrace trace(__PRETTY_FUNCTION__); in Initialize()
/art/libdexfile/dex/
Dart_dex_file_loader.cc169 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/
Doat_file_assistant.cc302 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()
Druntime.cc313 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 …]
Doat_file_manager.cc218 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()
Dthread_list.cc90 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()
Doat_file.cc1428 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()
Dindirect_reference_table.cc446 ScopedTrace trace(__PRETTY_FUNCTION__); in Trim()
Dthread.cc168 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()
Dvdex_file.cc106 ScopedTrace trace(("VdexFile::OpenAtAddress " + vdex_filename).c_str()); in OpenAtAddress()
Dtrace.cc282 ScopedTrace trace("Profile sampling"); in RunSamplingThread()
Dclass_linker.cc1663 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/
Dcard_table.cc62 ScopedTrace trace(__PRETTY_FUNCTION__); in Create()
/art/runtime/base/
Dmem_map_arena_pool.cc121 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimMaps()
/art/runtime/gc/collector/
Dgarbage_collector.cc147 ScopedTrace trace(android::base::StringPrintf("%s %s GC", PrettyCause(gc_cause), GetName())); in Run()
Dmark_sweep.cc1163 ScopedTrace trace("Marking thread roots"); in Run()
1170 ScopedTrace trace2("RevokeRosAllocThreadLocalBuffers"); in Run()
/art/runtime/gc/
Dheap.cc374 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/
Dprofile_compilation_info.cc246 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/
Dcompiler_driver.cc1616 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/
Dimage_space.cc533 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/
Djava_vm_ext.cc1198 ScopedTrace trace(__FUNCTION__); in JNI_CreateJavaVM()

12