Tree of functions, called during boot of Linux kernel v7.0-rc1
9 points by safinaskar
9 points by safinaskar
I manually picked functions I consider important
When looking at the source lots of things are missing or presumably trimmed as they were deemed not interesting? I think more context than just a paste bin link would be useful here :)
Reference: https://github.com/torvalds/linux/blob/9147566d801602c9e7fc7f85e989735735bf38ba/init/main.c#L1008
I was interested in everything related to mounts, initramfs and initrd. I ignored everything else
how did you make it? statically tracing source?
Manually. I went to https://elixir.bootlin.com/linux/ and followed links. And wrote this tree