commit | 11a241a3302277db05561e01477528629d806c4e | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Mar 02 11:49:04 2009 -0500 |
committer | Steven Rostedt <srostedt@redhat.com> | Mon Mar 02 11:49:04 2009 -0500 |
tree | c48e1bf3c52a94dfa27d301a748ed7d181fc65f9 | |
parent | d20e3b03842bfeb9d21817ff19054c277cc3eac0 [diff] |
tracing: add protection around modify trace event fields The trace event objects are currently not proctected against reentrancy. This patch adds a mutex around the modifications of the trace event fields. Signed-off-by: Steven Rostedt <srostedt@redhat.com>