Re: [PATCH v2] sched/tracing: Show stacktrace for wakeup tracers

2019-01-16 Thread Steven Rostedt
On Thu, 17 Jan 2019 00:02:49 +0800 Changbin Du wrote: > This align the behavior of wakeup tracers with irqsoff latency tracer > that we record stacktrace at the beginning and end of waking up. The > stacktrace shows us what is happening in the kernel. > > Signed-off-by: Changbin Du I've applie

[PATCH v2] sched/tracing: Show stacktrace for wakeup tracers

2019-01-16 Thread Changbin Du
This align the behavior of wakeup tracers with irqsoff latency tracer that we record stacktrace at the beginning and end of waking up. The stacktrace shows us what is happening in the kernel. Signed-off-by: Changbin Du --- kernel/trace/trace_sched_wakeup.c | 2 ++ 1 file changed, 2 insertions(+)