From: Steven Rostedt (Red Hat) Date: Tue, 14 Jan 2014 13:52:35 +0000 (-0500) Subject: tracing: Convert tracer->enabled to counter X-Git-Tag: v3.15-rc1~110^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50512ab576e1ce29953c9259e1f36ce16f350f20;p=pandora-kernel.git tracing: Convert tracer->enabled to counter As tracers will soon be used by instances, the tracer enabled field needs to be converted to a counter instead of a boolean. This counter is protected by the trace_types_lock mutex. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed