[PATCH 16/18] Generate empty tracepoints if syscall tracing is disabled

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

CC: x86@kernel.org
CC: sparclinux@vger.kernel.org
CC: linux-s390@vger.kernel.org
CC: Alexander Schulz <alex@shark-linux.de>
Signed-off-by: Jan Kara <jack@suse.cz>
---
 include/trace/events/syscalls.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/trace/events/syscalls.h b/include/trace/events/syscalls.h
index fb726ac..6f0ad30 100644
--- a/include/trace/events/syscalls.h
+++ b/include/trace/events/syscalls.h
@@ -1,6 +1,8 @@
 #undef TRACE_SYSTEM
+#undef TRACE_CONFIG
 #define TRACE_SYSTEM raw_syscalls
 #define TRACE_INCLUDE_FILE syscalls
+#define TRACE_CONFIG CONFIG_FTRACE_SYSCALLS
 
 #if !defined(_TRACE_EVENTS_SYSCALLS_H) || defined(TRACE_HEADER_MULTI_READ)
 #define _TRACE_EVENTS_SYSCALLS_H
-- 
1.6.4.2

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

Messages in current thread:
[PATCH 16/18] Generate empty tracepoints if syscall tracin ..., 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)