mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 06:34:12 +08:00
tracing: Save both wakee and current on wakeup events
Use the sched_switch function to save both the wakee and the waker comms in the saved cmdlines list when sched_wakeup is done. Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
This commit is contained in:
parent
27c888da98
commit
55bc8384d3
@ -44,7 +44,7 @@ probe_sched_wakeup(void *ignore, struct task_struct *wakee)
|
||||
|
||||
if (!flags)
|
||||
return;
|
||||
tracing_record_taskinfo(current, flags);
|
||||
tracing_record_taskinfo_sched_switch(current, wakee, flags);
|
||||
}
|
||||
|
||||
static int tracing_sched_register(void)
|
||||
|
Loading…
Reference in New Issue
Block a user