aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima/lima_trace.c
AgeCommit message (Collapse)AuthorFilesLines
2020-03-22drm/lima: add trace point for tasksQiang Yu1-0/+7
track lima task start which can be combined with dma_fence_signal to identify task execution time. example command to record: trace-cmd record -i \ -e "lima:lima_task_submit" -e "lima:lima_task_run" \ -e "*fence:*fence_signaled" -e "drm:drm_vblank_event" \ -e "drm:drm_vblank_event_queued" sleep 4 Reviewed-by: Vasily Khoruzhick <[email protected]> Signed-off-by: Qiang Yu <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]