commit | b9f9108cad3998a4c8fd26051c37a451f1dff1f1 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Sep 29 18:21:35 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Sep 30 04:35:18 2015 -0400 |
tree | 7afa361be6f48e60d256acc0f9e57c7ea5aff479 | |
parent | b5e87c0581319481399b6d8e8d6972b5523c18e6 [diff] |
tracing: Remove access to trace_flags in trace_printk.c In the effort to move the global trace_flags to the tracing instances, the direct access to trace_flags must be removed from trace_printk.c Instead, add a new trace_printk_enabled boolean that is set by a new access function trace_printk_control(), that will enable or disable trace_printk. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>