bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Passing arguments to ctags in the new function plugin format


From: Aneesh Kumar
Subject: Passing arguments to ctags in the new function plugin format
Date: Fri, 26 Mar 2010 12:31:31 +0530

Hi,

How do i pass arguments to ctags in the function plugin format ? I
wanted to pass  the below set of arguments
only to few projects. Is there a easy way to do that ?

        -I __initdata,__exitdata,__acquires,__releases          \
        -I __read_mostly,____cacheline_aligned                  \
        -I ____cacheline_aligned_in_smp                         \
        -I ____cacheline_internodealigned_in_smp                \
        -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL                      \
        -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/'

-aneesh




reply via email to

[Prev in Thread] Current Thread [Next in Thread]