Home
last modified time | relevance | path

Searched refs:cluster_dbg_flow (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cluster.c27 #define cluster_dbg_flow(fmt, ...) cluster_dbg(MPP_CLUSTER_DBG_FLOW, fmt, ## __VA_ARGS__) macro
249 cluster_dbg_flow("%s sched from %s before [%d:%d] queue %d\n", in mpp_node_task_schedule_f()
259 cluster_dbg_flow("%s sched task %x stay wait\n", node_name, old_st); in mpp_node_task_schedule_f()
265 cluster_dbg_flow("%s sched task %x -> %x wait\n", node_name, old_st, new_st); in mpp_node_task_schedule_f()
270 cluster_dbg_flow("%s sched task %x -> %x signal\n", node_name, old_st, new_st); in mpp_node_task_schedule_f()
272 cluster_dbg_flow("%s sched task %x unknow state %x\n", node_name, old_st); in mpp_node_task_schedule_f()
276 cluster_dbg_flow("%s sched task %x -> %x cas ret %d act %d\n", in mpp_node_task_schedule_f()
286 cluster_dbg_flow("%s sched task -> wq %s:%d\n", node_name, cluster->name, queue->count); in mpp_node_task_schedule_f()
289 cluster_dbg_flow("%s sched signal from %s\n", node_name, caller); in mpp_node_task_schedule_f()
293 cluster_dbg_flow("%s sched signal from %s\n", node_name, caller); in mpp_node_task_schedule_f()
[all …]