1
0
Fork 0

tracing: use the more proper parameter

Pass tsk to tracing_record_cmdline instead of current.

Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
hifive-unleashed-5.1
Wenji Huang 2009-02-17 01:07:28 -05:00 committed by Steven Rostedt
parent b6887d7916
commit af51309845
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ __update_max_tr(struct trace_array *tr, struct task_struct *tsk, int cpu)
data->rt_priority = tsk->rt_priority;
/* record this tasks comm */
tracing_record_cmdline(current);
tracing_record_cmdline(tsk);
}
static void