Prev: [PATCH 16/18] Generate empty tracepoints if syscall tracing is disabled
Next: [PATCH 18/18] Create config option for enabling IRQ tracepoints
From: Jan Kara on 22 Mar 2010 20:40 CC: linux-mm(a)kvack.org Signed-off-by: Jan Kara <jack(a)suse.cz> --- include/trace/events/kmem.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/trace/events/kmem.h b/include/trace/events/kmem.h index 3adca0c..1f93693 100644 --- a/include/trace/events/kmem.h +++ b/include/trace/events/kmem.h @@ -1,5 +1,7 @@ #undef TRACE_SYSTEM +#undef TRACE_CONFIG #define TRACE_SYSTEM kmem +#define TRACE_CONFIG CONFIG_KMEMTRACE #if !defined(_TRACE_KMEM_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_KMEM_H -- 1.6.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |