Am 2016-04-26 10:50, schrieb Gadre Nayan:
Ctags can help. Ctags -R on the entire source.
In the Kernel Makefile there is actually a target for this. It's called
either 'tags' or 'tag' so
make tags [or tag]
should create the ctag file for you.
Cheers,
Silvan