From mboxrd@z Thu Jan 1 00:00:00 1970 From: lambert.quentin@gmail.com (Quentin Lambert) Date: Thu, 13 Apr 2017 13:50:25 +0200 Subject: How to browse the code In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Something else you could look at is Coccinelle. http://coccinelle.lip6.fr/ The tool can be used to find very specific pattern in the code. For instance specific structure field that are used without initialization. It takes some learning but the tool is very powerful. You can also check here for the basics: https://kernelnewbies.org/JuliaLawall http://btrlinux.inria.fr/coccinelle/ If you have any questions Julia(the main developer) is very active on the mailling list: cocci at systeme.lip6.fr Quentin