[PATCH 08/18] lockdep: Provide config option for enabling lock tracepoints

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

CC: Peter Zijlstra <peterz@infradead.org>
CC: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
---
 include/trace/events/lock.h |    2 ++
 kernel/trace/Kconfig        |    9 +++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/include/trace/events/lock.h b/include/trace/events/lock.h
index 5c1dcfc..a1836e5 100644
--- a/include/trace/events/lock.h
+++ b/include/trace/events/lock.h
@@ -1,5 +1,7 @@
 #undef TRACE_SYSTEM
+#undef TRACE_CONFIG
 #define TRACE_SYSTEM lock
+#define TRACE_CONFIG CONFIG_LOCK_TRACER
 
 #if !defined(_TRACE_LOCK_H) || defined(TRACE_HEADER_MULTI_READ)
 #define _TRACE_LOCK_H
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index e696314..ac63423 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -402,6 +402,15 @@ config KMEMTRACE
 
 	  If unsure, say N.
 
+config LOCK_TRACER
+	bool "Trace lock operations"
+	depends on LOCKDEP
+	select GENERIC_TRACER
+	help
+	  Provide trace points for acquisition and release of locks.
+
+	  If unsure, say N
+
 config WORKQUEUE_TRACER
 	bool "Trace workqueues"
 	select GENERIC_TRACER
-- 
1.6.4.2

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

Messages in current thread:
[PATCH 08/18] lockdep: Provide config option for enabling ..., 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)