diff options
author | Dmitry Safonov <[email protected]> | 2015-10-19 21:10:26 +0300 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2016-03-18 16:39:11 -0400 |
commit | 741f3a69f101250dc6b171b88e14ea51b099b1a9 (patch) | |
tree | 1dd4253e10c879854b82f5a9eb7c00a2d68a8e93 /tools/perf/scripts/python/sctop.py | |
parent | 9d2099ab054558af0b3d4860b68a11aff420aa40 (diff) |
tracing: Remove redundant reset per-CPU buff in irqsoff tracer
There is no reason to do it twice: from commit b6f11df26fdc28
("trace: Call tracing_reset_online_cpus before tracer->init()")
resetting of per-CPU buffers done before tracer->init() call.
tracer->init() calls {irqs,preempt,preemptirqs}off_tracer_init() and it
calls __irqsoff_tracer_init(), which resets per-CPU ringbuffer second
time.
It's slowpath, but anyway.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Dmitry Safonov <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions