diff options
author | 2015-11-06 22:07:26 +0300 | |
---|---|---|
committer | 2015-11-07 13:25:14 -0500 | |
commit | 03e88ae6b369da2a26a6e09ad165e57d210789cd (patch) | |
tree | 263c536f2003d6cd3779b85cdf4988ab9b88c0ca /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tracing: Make tracing work when debugfs is not configured in (diff) | |
download | wireguard-linux-03e88ae6b369da2a26a6e09ad165e57d210789cd.tar.xz wireguard-linux-03e88ae6b369da2a26a6e09ad165e57d210789cd.zip |
tracing: Remove unused ftrace_cpu_disabled per cpu variable
Since the ring buffer is lockless, there is no need to disable ftrace on
CPU. And no one doing so: after commit 68179686ac67cb ("tracing: Remove
ftrace_disable/enable_cpu()") ftrace_cpu_disabled stays the same after
initialization, nothing changes it.
ftrace_cpu_disabled shouldn't be used by any external module since it
disables only function and graph_function tracers but not any other
tracer.
Link: http://lkml.kernel.org/r/1446836846-22239-1-git-send-email-0x7f454c46@gmail.com
Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions