Searched refs:LOG_TIMING (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_common.c | 2417 #define LOG_TIMING(state, id, stage, time, base) \ macro 2433 LOG_TIMING(state, TASK_TIMING_CREATE_END, "create end", task->on_create_end, s); in mpp_task_dump_timing() 2434 LOG_TIMING(state, TASK_TIMING_PENDING, "pending", task->on_pending, s); in mpp_task_dump_timing() 2435 LOG_TIMING(state, TASK_TIMING_RUN, "run", task->on_run, s); in mpp_task_dump_timing() 2436 LOG_TIMING(state, TASK_TIMING_TO_SCHED, "timeout start", task->on_sched_timeout, s); in mpp_task_dump_timing() 2437 LOG_TIMING(state, TASK_TIMING_RUN_END, "run end", task->on_run_end, s); in mpp_task_dump_timing() 2438 LOG_TIMING(state, TASK_TIMING_IRQ, "irq", task->on_irq, s); in mpp_task_dump_timing() 2439 LOG_TIMING(state, TASK_TIMING_TO_CANCEL, "timeout cancel", task->on_cancel_timeout, s); in mpp_task_dump_timing() 2440 LOG_TIMING(state, TASK_TIMING_ISR, "isr", task->on_isr, s); in mpp_task_dump_timing() 2441 LOG_TIMING(state, TASK_TIMING_FINISH, "finish", task->on_finish, s); in mpp_task_dump_timing()
|