linux/include/asm-generic
Mathieu Desnoyers 7e066fb870 tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
Impact: API *CHANGE*. Must update all tracepoint users.

Add DEFINE_TRACE() to tracepoints to let them declare the tracepoint
structure in a single spot for all the kernel. It helps reducing memory
consumption, especially when declaring a lot of tracepoints, e.g. for
kmalloc tracing.

*API CHANGE WARNING*: now, DECLARE_TRACE() must be used in headers for
tracepoint declarations rather than DEFINE_TRACE(). This is the sane way
to do it. The name previously used was misleading.

Updates scheduler instrumentation to follow this API change.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-11-16 09:01:36 +01:00
..
2008-07-04 10:40:04 -07:00
2008-10-20 15:29:57 -07:00
2008-02-06 10:41:00 -08:00
2008-05-01 08:03:58 -07:00
2007-07-16 09:05:45 -07:00
2008-10-16 11:21:40 -07:00
2008-08-12 16:07:31 -07:00
2008-05-02 16:18:19 -07:00
2008-07-15 13:58:40 -07:00
2007-05-11 08:29:34 -07:00
2008-10-20 08:52:41 -07:00
2008-09-05 14:39:38 -07:00