I have a Linux kernel that I open with Ghidra.
There is a task_struct that I want to map all the fields. The problem is that os big struct (around 3000 bytes) and have lot of ifdef in the source code.
Is there any tool that make that analysis automatically?