tracing: Allow dumping traces without tracking trace started cpus
authorSasha Levin <sasha.levin@oracle.com>
Fri, 4 Sep 2015 16:45:56 +0000 (12:45 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 3 Nov 2015 21:10:08 +0000 (16:10 -0500)
commit919cd9799936843d0af4f0904a3e39e70294c4d8
tree0ee313042508d083077aa384c4983716f717a240
parentf47cb66df2f89dd1f796742c64f9ead77e548a6a
tracing: Allow dumping traces without tracking trace started cpus

We don't init iter->started when dumping the ftrace buffer, and there's no
real need to do so - so allow skipping that check if the iter doesn't have
an initialized ->started cpumask.

Link: http://lkml.kernel.org/r/1441385156-27279-1-git-send-email-sasha.levin@oracle.com
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c