Linux Kernel – Tools to Search function, variable definition

As we know, Linux Kernel is huge project. Luckily that we don’t have to index function definition by ourselves.

Cscope is excellent tools for open source. Linux kernel has configuration for it.

1
make cscope

for gtags or ctags.

1
make gtags
1
make tags

check the screen dump for all options from Makefile.
Kernel-Make