From: Zhou Chengming Date: Mon, 14 Nov 2016 03:19:13 +0000 (+0800) Subject: tracing: Allow wakeup_dl tracer to be used by instances X-Git-Tag: v4.10-rc1~89^2~38 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8d414bd2f77ce858f6b9d119c63b9ce29cf0b75d;p=karo-tx-linux.git tracing: Allow wakeup_dl tracer to be used by instances Allow wakeup_dl tracer to be used by instances, like wakeup tracer and wakeup_rt tracer. Link: http://lkml.kernel.org/r/1479093553-31264-1-git-send-email-zhouchengming1@huawei.com Signed-off-by: Zhou Chengming Signed-off-by: Steven Rostedt --- diff --git a/kernel/trace/trace_sched_wakeup.c b/kernel/trace/trace_sched_wakeup.c index 9d4399b553a3..1bf2324dc682 100644 --- a/kernel/trace/trace_sched_wakeup.c +++ b/kernel/trace/trace_sched_wakeup.c @@ -790,6 +790,7 @@ static struct tracer wakeup_dl_tracer __read_mostly = #endif .open = wakeup_trace_open, .close = wakeup_trace_close, + .allow_instances = true, .use_max_tr = true, };