mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 06:34:12 +08:00
7f60c4b9d9
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 <anarsoul@gmail.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200307135438.9981-1-yuq825@gmail.com
8 lines
170 B
C
8 lines
170 B
C
// SPDX-License-Identifier: GPL-2.0 OR MIT
|
|
/* Copyright 2020 Qiang Yu <yuq825@gmail.com> */
|
|
|
|
#include "lima_sched.h"
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "lima_trace.h"
|