[PATCH 0/18] Allow different tracers to be compiled independently

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jan Kara
Date: Monday, March 22, 2010 - 5:32 pm

Hi,

  currently, when one tracer is selected, most of tracepoints for other
tracers also gets pulled into the kernel. So for example it's not possible
to enable BLK_DEV_IO_TRACE without polluting slab allocation paths with
tracepoint checks (see changelog of patch 01). This patch set adds a
possibility for each set of trace points to be compile-enabled separately.
  The first patch contains the necessary magic in linux/tracepoint.h. Other
patches just tell tracing framework about correspoding config options
and possibly introduce them if they did not exist before.
  The patches in this patch set are actually completely independent so 
they can be merged via respective subsystem trees. But changes are rather
tiny so I don't expect much conflicts...

								Honza
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/18] Allow different tracers to be compiled indepe ..., Jan Kara, (Mon Mar 22, 5:32 pm)
Re: [PATCH 0/18] Allow different tracers to be compiled in ..., Frederic Weisbecker, (Mon Mar 22, 6:04 pm)
Re: [PATCH 06/18] sched: Generate trace points only if sch ..., Frederic Weisbecker, (Mon Mar 22, 6:07 pm)
Re: [Cluster-devel] [PATCH 10/18] gfs2: Provide config opt ..., Steven Whitehouse, (Tue Mar 23, 5:01 am)
Re: [PATCH 0/18] Allow different tracers to be compiled in ..., Mathieu Desnoyers, (Tue Mar 23, 5:27 am)
Re: [PATCH 06/18] sched: Generate trace points only if sch ..., Frederic Weisbecker, (Tue Mar 23, 5:31 pm)
Re: [Cluster-devel] [PATCH 10/18] gfs2: Provide config opt ..., Steven Whitehouse, (Wed Mar 24, 4:20 am)
Re: [PATCH 0/18] Allow different tracers to be compiled in ..., Frederic Weisbecker, (Fri Mar 26, 12:09 pm)