diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-09-08 15:08:14 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-09-08 15:08:14 -0700 | 
| commit | 42c8e86c9c3e15ac653c31d57b2f985579c2991d (patch) | |
| tree | 09d9149676af1d37ecd595a89b72c3e367d241f2 /kernel/trace/trace.h | |
| parent | 3aea311c1b4002bd730a09530f80f2f2ad3bf495 (diff) | |
| parent | 170b3b1050e28d1ba0700e262f0899ffa4fccc52 (diff) | |
Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing updates from Steven Rostedt:
 "Nothing new in development for this release. These are mostly fixes
  that were found during development of changes for the next merge
  window and fixes that were sent to me late in the last cycle"
* tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Apply trace_clock changes to instance max buffer
  tracing: Fix clear of RECORDED_TGID flag when disabling trace event
  tracing: Add barrier to trace_printk() buffer nesting modification
  ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
  ftrace: Fix selftest goto location on error
  ftrace: Zero out ftrace hashes when a module is removed
  tracing: Only have rmmod clear buffers that its events were active in
  ftrace: Fix debug preempt config name in stack_tracer_{en,dis}able
Diffstat (limited to 'kernel/trace/trace.h')
| -rw-r--r-- | kernel/trace/trace.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h index 490ba229931d..fb5d54d0d1b3 100644 --- a/kernel/trace/trace.h +++ b/kernel/trace/trace.h @@ -245,6 +245,7 @@ struct trace_array {  	int			stop_count;  	int			clock_id;  	int			nr_topts; +	bool			clear_trace;  	struct tracer		*current_trace;  	unsigned int		trace_flags;  	unsigned char		trace_flags_index[TRACE_FLAGS_MAX_SIZE];  | 
