mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] Allow instances to independently set trace options.
@ 2014-03-24 18:13 Bharath Ravi
  2014-03-24 18:13 ` [PATCH 1/3] tracing: Replace usage of trace_flags with new accessors Bharath Ravi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bharath Ravi @ 2014-03-24 18:13 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: Vaibhav Nagarnaik, David Sharp, Bharath Ravi, Laurent Chavey,
	linux-kernel

Currently, the trace options are global, and shared among all
instances. This patchset allows instances to set certain trace options
independently, without affecting the global instance or other instances.
With this change, trace_overwrite will become an instance specific
option, while others remain global options.

This is achieved in three steps
1. Replace references to the global trace_flags mask with get/set
   accessors. This allows global trace_flags to be replaced by instance
   specific flags in step 2.
2. Replace the global trace_flags mask with instance specific
   trace_flags from the trace_array. Divide the set of trace options
   into global options, and instance options (that may be set independently
   by instances).
3. Make trace_overwrite an instance specific option.

Bharath Ravi (3):
  tracing: Replace usage of trace_flags with new accessors.
  tracing: Allow instances to have independent trace flags/trace
    options.
  tracing: Allow instances to independently set trace_overwrite.

 kernel/trace/blktrace.c              |   3 +-
 kernel/trace/ftrace.c                |   4 +-
 kernel/trace/trace.c                 | 127 +++++++++++++++++++++++++----------
 kernel/trace/trace.h                 |  48 ++++++-------
 kernel/trace/trace_events.c          |   2 +-
 kernel/trace/trace_functions_graph.c |  10 +--
 kernel/trace/trace_irqsoff.c         |   4 +-
 kernel/trace/trace_kdb.c             |   6 +-
 kernel/trace/trace_output.c          |   8 +--
 kernel/trace/trace_printk.c          |   8 +--
 kernel/trace/trace_sched_wakeup.c    |   3 +-
 kernel/trace/trace_syscalls.c        |   2 +-
 12 files changed, 143 insertions(+), 82 deletions(-)

-- 
1.9.1.423.g4596e3a


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-25 18:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-24 18:13 [PATCH 0/3] Allow instances to independently set trace options Bharath Ravi
2014-03-24 18:13 ` [PATCH 1/3] tracing: Replace usage of trace_flags with new accessors Bharath Ravi
2014-04-25 18:46   ` Steven Rostedt
2014-03-24 18:13 ` [PATCH 2/3] tracing: Allow instances to have independent trace flags/trace options Bharath Ravi
2014-03-24 18:13 ` [PATCH 3/3] tracing: Allow instances to independently set trace_overwrite Bharath Ravi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®