We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c869e7 commit 35d3778Copy full SHA for 35d3778
scripts/tags.sh
@@ -125,7 +125,9 @@ exuberant()
125
-I DEFINE_TRACE,EXPORT_TRACEPOINT_SYMBOL,EXPORT_TRACEPOINT_SYMBOL_GPL \
126
--extra=+f --c-kinds=-px \
127
--regex-asm='/^ENTRY\(([^)]*)\).*/\1/' \
128
- --regex-c='/^SYSCALL_DEFINE[[:digit:]]?\(([^,)]*).*/sys_\1/'
+ --regex-c='/^SYSCALL_DEFINE[[:digit:]]?\(([^,)]*).*/sys_\1/' \
129
+ --regex-c++='/^TRACE_EVENT\(([^,)]*).*/trace_\1/' \
130
+ --regex-c++='/^DEFINE_EVENT\(([^,)]*).*/trace_\1/'
131
132
all_kconfigs | xargs $1 -a \
133
--langdef=kconfig --language-force=kconfig \
0 commit comments