Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af513098 authored by Wenji Huang's avatar Wenji Huang Committed by Steven Rostedt
Browse files

tracing: use the more proper parameter



Pass tsk to tracing_record_cmdline instead of current.

Signed-off-by: default avatarWenji Huang <wenji.huang@oracle.com>
Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
parent b6887d79
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -336,7 +336,7 @@ __update_max_tr(struct trace_array *tr, struct task_struct *tsk, int cpu)
	data->rt_priority = tsk->rt_priority;
	data->rt_priority = tsk->rt_priority;


	/* record this tasks comm */
	/* record this tasks comm */
	tracing_record_cmdline(current);
	tracing_record_cmdline(tsk);
}
}


static void
static void