[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-35d3778a8fe3c8b4a7513565e34d3bde00ce43ec@git.kernel.org>
Date: Fri, 26 Nov 2010 15:03:25 GMT
From: tip-bot for Peter Zijlstra <peterz@...radead.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
a.p.zijlstra@...llo.nl, peterz@...radead.org,
xiyou.wangcong@...il.com, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:perf/core] scripts/tags.sh: Add magic for trace-events
Commit-ID: 35d3778a8fe3c8b4a7513565e34d3bde00ce43ec
Gitweb: http://git.kernel.org/tip/35d3778a8fe3c8b4a7513565e34d3bde00ce43ec
Author: Peter Zijlstra <peterz@...radead.org>
AuthorDate: Wed, 24 Nov 2010 10:43:55 +0100
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Fri, 26 Nov 2010 15:14:54 +0100
scripts/tags.sh: Add magic for trace-events
Make tags find the trace-event definitions
Signed-off-by: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Acked-by: WANG Cong <xiyou.wangcong@...il.com>
LKML-Reference: <1290591835.2072.438.camel@...top>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
scripts/tags.sh | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/scripts/tags.sh b/scripts/tags.sh
index 8509bb5..bbbe584 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -125,7 +125,9 @@ exuberant()
-I DEFINE_TRACE,EXPORT_TRACEPOINT_SYMBOL,EXPORT_TRACEPOINT_SYMBOL_GPL \
--extra=+f --c-kinds=-px \
--regex-asm='/^ENTRY\(([^)]*)\).*/\1/' \
- --regex-c='/^SYSCALL_DEFINE[[:digit:]]?\(([^,)]*).*/sys_\1/'
+ --regex-c='/^SYSCALL_DEFINE[[:digit:]]?\(([^,)]*).*/sys_\1/' \
+ --regex-c++='/^TRACE_EVENT\(([^,)]*).*/trace_\1/' \
+ --regex-c++='/^DEFINE_EVENT\(([^,)]*).*/trace_\1/'
all_kconfigs | xargs $1 -a \
--langdef=kconfig --language-force=kconfig \
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists