diff options
author | 2015-05-28 13:21:34 -0400 | |
---|---|---|
committer | 2015-05-28 16:47:39 -0400 | |
commit | 3c6296f716ebef704b76070d90567ab4faa8462c (patch) | |
tree | fc9a587239395d5dc882c8f17756ba6aa29ba838 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | ring-buffer: Give NMIs a chance to lock the reader_lock (diff) | |
download | linux-dev-3c6296f716ebef704b76070d90567ab4faa8462c.tar.xz linux-dev-3c6296f716ebef704b76070d90567ab4faa8462c.zip |
ring-buffer: Remove useless unused tracing_off_permanent()
The tracing_off_permanent() call is a way to disable all ring_buffers.
Nothing uses it and nothing should use it, as tracing_off() and
friends are better, as they disable the ring buffers related to
tracing. The tracing_off_permanent() even disabled non tracing
ring buffers. This is a bit drastic, and was added to handle NMIs
doing outputs that could corrupt the ring buffer when only tracing
used them. It is now obsolete and adds a little overhead, it should
be removed.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions