I am studying the Linux kernel learning curve and trying to figure out the information stored in a nested structure specifically to fix a problem with the ALSA driver.
Therefore, I spend a lot of time tracing the source code through structures that have pointers to other structures, which, in turn, have pointers to other structures ... by then my head became so full that I start to track the big picture !
Can someone point me to a tool or website (according to the high-level Linux cross-link http://lxr.linux.no/ ) that will allow me, ideally graphically, to expand down through the nested source code structure?
We are currently developing for Embedded PowerPC in Eclipse CDT version 4.0, but we will not mind switching tool chains.
Yours faithfully
Kermitg
source share