Home
last modified time | relevance | path

Searched refs:RS_TRACE_NAME_FMT (Results 1 - 25 of 70) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_frame.cpp53 RS_TRACE_NAME_FMT("RenderFrame"); in RenderFrame()
98 RS_TRACE_NAME_FMT("PostAndWait, parallel type %d", static_cast<int>(rsParallelType_)); in PostAndWait()
139 RS_TRACE_NAME_FMT("PostDirectCompositionJankStats, parallel type %d", static_cast<int>(rsParallelType_)); in PostDirectCompositionJankStats()
156 RS_TRACE_NAME_FMT("Sync"); in Sync()
176 RS_TRACE_NAME_FMT("UnlockMainThread"); in UnblockMainThread()
H A Drs_draw_window_cache.cpp54 RS_TRACE_NAME_FMT("DrawAndCacheWindow node[%lld] %s", surfaceDrawable->GetId(), surfaceDrawable->GetName().c_str()); in DrawAndCacheWindowContent()
103 RS_TRACE_NAME_FMT("DealWithCachedWindow node[%lld] %s", in DealWithCachedWindow()
H A Drs_uifirst_manager.cpp130 RS_TRACE_NAME_FMT("ResetUifirstNode clearCache id:%llu", surfaceParams->GetId()); in ResetUifirstNode()
310 RS_TRACE_NAME_FMT("ProcessDoneNode num%d", tmp.size()); in ProcessDoneNodeInner()
505 RS_TRACE_NAME_FMT("node %" PRIu64" is doing", id); in PostSubTask()
542 RS_TRACE_NAME_FMT("node %" PRIu64" is doing", id); in PostReleaseCacheSurfaceSubTask()
966 RS_TRACE_NAME_FMT("nID:%" PRIu64" , nType:%d, support:%d, canvasNodeNum:%d, mainwindowNum:%d", in LeashWindowContainMainWindowAndStarting()
981 RS_TRACE_NAME_FMT("uifirst_node support:%d, canvasNodeNum:%d, mainwindowNum:%d, startingWindow:%d", in LeashWindowContainMainWindowAndStarting()
1101 RS_TRACE_NAME_FMT("RSUifirstManager::OnProcessAnimateScene systemAnimatedScene:%d", systemAnimatedScene); in OnProcessAnimateScene()
1253 RS_TRACE_NAME_FMT("IsLeashWindowCache: needFilterSCB [%d]", needFilterSCB); in IsLeashWindowCache()
1256 RS_TRACE_NAME_FMT("IsLeashWindowCache: toSubThread[%d] IsScale[%d]" in IsLeashWindowCache()
1295 RS_TRACE_NAME_FMT("IsNonFocusWindowCach in IsNonFocusWindowCache()
[all...]
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence_tracker.cpp28 #define RS_TRACE_NAME_FMT(fmt, ...) HITRACE_METER_FMT(HITRACE_TAG_GRAPHIC_AGP, fmt, ##__VA_ARGS__) macro
30 #define RS_TRACE_NAME_FMT(fmt, ...) macro
145 RS_TRACE_NAME_FMT("%s %d has signaled", threadName_.c_str(), fencesQueued_.load()); in TrackFence()
151 RS_TRACE_NAME_FMT("%s %d", threadName_.c_str(), fencesQueued_.load()); in TrackFence()
211 RS_TRACE_NAME_FMT("report GPU_SUBHEALTH_MONITORING"); in ReportEventGpuSubhealth()
227 RS_TRACE_NAME_FMT("Waiting for %s %d", threadName_.c_str(), fenceIndex); in Loop()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_callback.cpp23 RS_TRACE_NAME_FMT("AnimationCallback %p", this); in AnimationCallback()
28 RS_TRACE_NAME_FMT("~AnimationCallback %p", this); in ~AnimationCallback()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp162 RS_TRACE_NAME_FMT("GenerateVsyncCount:%lu, period:%ld, currRefreshRate_:%u, vsyncMode_:%d", in ListenerVsyncEventCB()
165 RS_TRACE_NAME_FMT("listener phase is %ld", listeners[i].phase_); in ListenerVsyncEventCB()
235 RS_TRACE_NAME_FMT("WaitForTimeout occurTimestamp:%ld, nextTimeStamp:%ld", occurTimestamp, nextTimeStamp); in WaitForTimeout()
343 RS_TRACE_NAME_FMT("UpdateChangeDataLocked, expectNextVsyncTime_:%ld", expectNextVsyncTime_); in UpdateChangeDataLocked()
439 RS_TRACE_NAME_FMT("ComputeListenerNextVSyncTimeStamp add one more period:%ld, threshold:%ld", in ComputeListenerNextVSyncTimeStamp()
484 RS_TRACE_NAME_FMT("update period failed, refreshRate:%u, currRefreshRate_:%d", in UpdatePeriodLocked()
538 RS_TRACE_NAME_FMT("UpdateMode, period:%ld, phase:%ld, referenceTime:%ld, referenceTimeOffsetPulseNum_:%d", in UpdateMode()
628 RS_TRACE_NAME_FMT("SetExpectNextVsyncTime Failed, expectTime:%ld, now:%ld, expectNextVsyncTime:%ld," in SetExpectNextVsyncTimeInternal()
633 RS_TRACE_NAME_FMT("expectNextVsyncTime:%ld, expectNextVsyncTime_:%ld, diff:%ld", expectNextVsyncTime, in SetExpectNextVsyncTimeInternal()
647 RS_TRACE_NAME_FMT("ChangeGeneratorRefreshRateMode in ChangeGeneratorRefreshRateModel()
[all...]
H A Dvsync_distributor.cpp96 RS_TRACE_NAME_FMT("Create socket channel failed, errno = %d", errno); in VSyncConnection()
163 RS_TRACE_NAME_FMT("Vsync Client Connection is dead, conn: %s", info_.name_.c_str()); in PostEvent()
170 RS_TRACE_NAME_FMT("socketPair is null, conn: %s", info_.name_.c_str()); in PostEvent()
173 RS_TRACE_NAME_FMT("SendVsyncTo conn: %s, now:%ld, refreshRate:%d", info_.name_.c_str(), now, refreshRate_); in PostEvent()
353 RS_TRACE_NAME_FMT("Add VSyncConnection: %s", connection->info_.name_.c_str()); in AddConnection()
379 RS_TRACE_NAME_FMT("Remove VSyncConnection: %s", connection->info_.name_.c_str()); in RemoveConnection()
489 RS_TRACE_NAME_FMT("%s_continue: waitForVSync %d, vsyncEnabled %d, dvsyncOn %d", in ThreadMain()
498 RS_TRACE_NAME_FMT("%s_DisableVSync, there is no valid connections", name_.c_str()); in ThreadMain()
507 RS_TRACE_NAME_FMT("%s_SendVsync", name_.c_str()); in ThreadMain()
589 RS_TRACE_NAME_FMT("VSync in OnDVSyncTrigger()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_trace_utils.cpp133 RS_TRACE_NAME_FMT("%s node[%llu] animate[%llu]", info.c_str(), nodeId, animationId); in addAnimationFinishTrace()
149 RS_TRACE_NAME_FMT( in addAnimationCreateTrace()
163 RS_TRACE_NAME_FMT("frame animation node[%llu] name[%s] pro[%llu] animate[%llu], fraction %f, value[%s], " in addAnimationFrameTrace()
175 RS_TRACE_NAME_FMT("spring pro[%llu] animate[%llu], initialVelocity[%s]", in addSpringInitialVelocityTrace()
202 RS_TRACE_NAME_FMT("%s node[%llu] alpha %f rotation %f bounds %s, translateX %f translateY %f absRect %s, " \ in addRenderNodeTrace()
/foundation/graphic/graphic_2d/utils/log/
H A Drs_trace.h26 #define RS_TRACE_NAME_FMT(fmt, ...) \ macro
41 #define RS_TRACE_NAME_FMT(fmt, ...) macro
H A Drs_trace_crossplatform.h24 #define RS_TRACE_NAME_FMT(fmt, ...) macro
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_transaction.cpp53 RS_TRACE_NAME_FMT("CloseSyncTransaction syncId: %lu syncCount: %d", syncId_, transactionCount_); in CloseSyncTransaction()
79 RS_TRACE_NAME_FMT( in Commit()
144 RS_TRACE_NAME_FMT("RSTransaction::Marshalling syncId: %lu syncCount: %d", syncId_, transactionCount_); in Marshalling()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_gc.cpp67 RS_TRACE_NAME_FMT("ReleaseNodeMemory %zu", toDele.size()); in ReleaseNodeBucket()
130 RS_TRACE_NAME_FMT("ReleaseDrawableMemory %zu", toDele.size()); in ReleaseDrawableBucket()
180 RS_TRACE_NAME_FMT("ReleaseOffTreeNodeBucket %d", toRemove.size()); in ReleaseOffTreeNodeBucket()
H A Drs_render_node_autocache.cpp134 RS_TRACE_NAME_FMT("mark opinc %llx, isopinc:%d. isCal:%d", GetId(), isOpincNode, isNeedCalculate); in MarkSuggestOpincNode()
148 RS_TRACE_NAME_FMT("NodeCacheStateChange %llx, type:%d r%d unc:%d uncU:%d", in NodeCacheStateChange()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_multi_app_strategy.cpp56 RS_TRACE_NAME_FMT("pkg update:%s", param.c_str()); in HandlePkgsEvent()
76 RS_TRACE_NAME_FMT("[HandleTouchInfo] pkgName:%s, touchState:%d", in HandleTouchInfo()
91 RS_TRACE_NAME_FMT("[HandleLightFactorStatus] isSafe: %d", isSafe); in HandleLightFactorStatus()
281 RS_TRACE_NAME_FMT("[UseStrategyNum] strategyName:%s", strategyName.c_str()); in UseStrategyNum()
366 RS_TRACE_NAME_FMT("OnLightFactor, strategy change: min -> max"); in OnLightFactor()
393 RS_TRACE_NAME_FMT("[UpdateStrategyByTouch] pkgName:%s, state:%d, downFps:%d", in UpdateStrategyByTouch()
397 RS_TRACE_NAME_FMT("[UpdateStrategyByTouch] pkgName:%s, state:%d, upExpectFps:%d", in UpdateStrategyByTouch()
H A Dhgm_energy_consumption_policy.cpp236 RS_TRACE_NAME_FMT("SetEnergyConsumptionRateRange rateType:%s", lastAssuranceLog_.c_str()); in PrintEnergyConsumptionLog()
247 RS_TRACE_NAME_FMT("SetEnergyConsumptionRateRange rateType:%s", lastAssuranceLog_.c_str()); in PrintEnergyConsumptionLog()
257 RS_TRACE_NAME_FMT("SetEnergyConsumptionRateRange rateType:%s", lastAssuranceLog_.c_str()); in PrintEnergyConsumptionLog()
H A Dhgm_frame_rate_manager.cpp269 RS_TRACE_NAME_FMT("ProcessHgmFrameRate pendingRefreshRate: %d", lastPendingRefreshRate_); in ProcessPendingRefreshRate()
276 RS_TRACE_NAME_FMT("ProcessHgmFrameRate pendingRefreshRate: %d", lastPendingRefreshRate_); in ProcessPendingRefreshRate()
283 RS_TRACE_NAME_FMT("ProcessHgmFrameRate pendingRefreshRate: %d ui-dvsync", rsRate); in ProcessPendingRefreshRate()
318 RS_TRACE_NAME_FMT("SetAceAnimatorVote PID = [%d] linkerId = [%" PRIu64 "] SetAceAnimatorIdleState[false] " in SetAceAnimatorVote()
336 RS_TRACE_NAME_FMT("HgmFrameRateManager:: TouchState = [%d] SurFaceIdleState = [%d] AceAnimatorIdleState = [%d]", in UpdateGuaranteedPlanVote()
358 RS_TRACE_NAME_FMT("UpdateGuaranteedPlanVote:: Surface And Animator Idle, Vote Idle"); in UpdateGuaranteedPlanVote()
426 RS_TRACE_NAME_FMT("VoteRes: %s[%d, %d]", lastVoteInfo_.voterName.c_str(), lastVoteInfo_.min, lastVoteInfo_.max); in UniProcessDataForLtpo()
475 RS_TRACE_NAME_FMT("FrameRateReport: RS(%d) = %d, APP(%d) = %d", in FrameRateReport()
502 RS_TRACE_NAME_FMT("CollectFrameRateChange refreshRate: %d, rsFrameRate: %d, finalRange = (%d, %d, %d)", in CollectFrameRateChange()
532 RS_TRACE_NAME_FMT("HgmFrameRateManage in CollectFrameRateChange()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp209 RS_TRACE_NAME_FMT("draw cache render nodeDrawable: [%s, %llu]", surfaceNodePtr->GetName().c_str(), in RenderCache()
223 RS_TRACE_NAME_FMT("Rendercache skSurface flush and submit"); in RenderCache()
263 RS_TRACE_NAME_FMT("RSSubThread::DrawableCache [%s]", nodeDrawable->GetName().c_str()); in DrawableCache()
276 RS_TRACE_NAME_FMT("subthread skip node id %llu", nodeId); in DrawableCache()
441 RS_TRACE_NAME_FMT("subthread ResetGrContext release resource"); in ResetGrContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp455 RS_TRACE_NAME_FMT("RSSurfaceRenderNodeDrawable::SubDraw[%s] w%.1f h%.1f", in SubDraw()
474 RS_TRACE_NAME_FMT("DrawUIFirstCache_NOSTARTING"); in DrawUIFirstCache()
485 RS_TRACE_NAME_FMT("HandleSubThreadNode wait %d %" PRIu64 "", canSkipWait, nodeId_); in DrawUIFirstCache()
508 RS_TRACE_NAME_FMT("DrawUIFirstCacheWithStarting %d, nodeID:%" PRIu64 "", HasCachedTexture(), id); in DrawUIFirstCacheWithStarting()
525 RS_TRACE_NAME_FMT("drawStarting"); in DrawUIFirstCacheWithStarting()
H A Drs_render_node_drawable_autocache.cpp150 RS_TRACE_NAME_FMT("BeforeDrawCacheProcessChildNode cs:%d rs:%d csBak:%d", in BeforeDrawCacheProcessChildNode()
175 RS_TRACE_NAME_FMT("opinc oversize: width:%d, height:%d", size.x_, size.y_); in BeforeDrawCacheFindRootNode()
186 RS_TRACE_NAME_FMT("BeforeDrawCacheFindRootNode rootS:%d xy:%d", rootNodeStragyType_, in BeforeDrawCacheFindRootNode()
H A Drs_surface_render_node_drawable.cpp230 RS_TRACE_NAME_FMT("PrepareOffscreenRender surface size: [%d, %d]", maxRenderSize, maxRenderSize); in PrepareOffscreenRender()
306 RS_TRACE_NAME_FMT("RSSurfaceRenderNodeDrawable::OnDraw %s should not paint", name_.c_str()); in OnDraw()
326 RS_TRACE_NAME_FMT("RSSurfaceRenderNodeDrawable::OnDraw SkipDraw [%s] Id:%" PRIu64 "", in OnDraw()
348 RS_TRACE_NAME_FMT("RSSurfaceRenderNodeDrawable::OnDraw filterCache occlusion skip [%s] %sAlpha: %f, " in OnDraw()
359 RS_TRACE_NAME_FMT("RSSurfaceRenderNodeDrawable::OnDraw hardcursor skip SurfaceName:%s", name_.c_str()); in OnDraw()
368 RS_TRACE_NAME_FMT("RSSurfaceRenderNodeDrawable::OnDraw occlusion skip SurfaceName:%s %sAlpha: %f, NodeId:" in OnDraw()
376 RS_TRACE_NAME_FMT("RSSurfaceRenderNodeDrawable::OnDraw:[%s] (%d, %d, %d, %d)Alpha: %f", name_.c_str(), in OnDraw()
483 RS_TRACE_NAME_FMT("RSUniRenderThread::Render() the number of total ProcessedNodes: %d", in OnDraw()
871 RS_TRACE_NAME_FMT("DrawUIFirstCache [%s] %" PRIu64 ", type %d", in DealWithUIFirstCache()
901 RS_TRACE_NAME_FMT("[ in DealWithUIFirstCache()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp96 RS_TRACE_NAME_FMT("ReleaseAllGpuResource [Pid:%d Tid:%d Nid:%d Funcid:%d]", in ReleaseAllGpuResource()
117 RS_TRACE_NAME_FMT("ReleaseUnlockGpuResource [Pid:%d Tid:%d Nid:%d Funcid:%d]", in ReleaseUnlockGpuResource()
130 RS_TRACE_NAME_FMT("ReleaseUnlockGpuResource exitedPidSet size: %d", exitedPidSet.size()); in ReleaseUnlockGpuResource()
172 RS_TRACE_NAME_FMT("ReleaseUnlockGpuResource scratchResourcesOnly:%d", scratchResourcesOnly); in ReleaseUnlockGpuResource()
184 RS_TRACE_NAME_FMT("ReleaseUnlockAndSafeCacheGpuResource"); in ReleaseUnlockAndSafeCacheGpuResource()
676 RS_TRACE_NAME_FMT("VmaDefragment"); in VmaDefragment()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
H A Drs_resource_helper_skia.cpp37 RS_TRACE_NAME_FMT("parallel upload texture w%d h%d", image->width(), image->height()); in UploadTextureWithSkia()
H A Drs_resource_helper_drawing.cpp35 RS_TRACE_NAME_FMT("parallel upload texture w%d h%d", image->GetWidth(), image->GetHeight()); in UploadTextureWithDrawing()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp198 RS_TRACE_NAME_FMT("RSJankStats::SetRSJankStats missedVsync %" PRId64 " frameTime %" PRId64, missedVsync, frameTime); in SetRSJankStats()
466 RS_TRACE_NAME_FMT("RSJankStats::ReportEventResponse responseLatency is %" PRId64 "ms: %s", in ReportEventResponse()
487 RS_TRACE_NAME_FMT("RSJankStats::ReportEventComplete e2eLatency is %" PRId64 "ms: %s", in ReportEventComplete()
509 RS_TRACE_NAME_FMT( in ReportEventJankFrame()
531 RS_TRACE_NAME_FMT( in ReportEventJankFrame()
593 RS_TRACE_NAME_FMT("RSJankStats::ReportEventHitchTimeRatio hitch time ratio is %g ms/s: %s", in ReportEventHitchTimeRatio()
610 RS_TRACE_NAME_FMT("RSJankStats::ReportEventHitchTimeRatio hitch time ratio is %g ms/s: %s", in ReportEventHitchTimeRatio()
634 RS_TRACE_NAME_FMT("RSJankStats::ReportEventFirstFrame app pid %d", appPid); in ReportEventFirstFrameByPid()
700 RS_TRACE_NAME_FMT("RSJankStats::RecordAnimationDynamicFrameRate frame rate is %.2f: %s", in RecordAnimationDynamicFrameRate()
710 RS_TRACE_NAME_FMT("RSJankStat in RecordAnimationDynamicFrameRate()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp218 RS_TRACE_NAME_FMT("RSFilterDrawable::CreateDrawFunc IntersectWithDRM node[%lld] isDarkColorMode[%d]", in CreateDrawFunc()
224 RS_TRACE_NAME_FMT("RSFilterDrawable::CreateDrawFunc node[%llu] ", ptr->renderNodeId_); in CreateDrawFunc()
291 RS_TRACE_NAME_FMT("RSFilterDrawable::MarkNeedClearFilterCache nodeId[%llu], forceUseCache_:%d,"
421 RS_TRACE_NAME_FMT("RSFilterDrawable::ClearFilterCache nodeId[%llu], clearType:%d,"

Completed in 20 milliseconds

123