summaryrefslogtreecommitdiff
path: root/Kernel/mkmap.sh
AgeCommit message (Collapse)Author
2018-12-03Omit duplicate lines from the ksyms map.Andreas Kling
2018-11-09Pre-size the ksyms vector for speedier loading.Andreas Kling
Also show loading progress on the screen because it looks neat.
2018-10-26Add a very hackish /proc/PID/stack.Andreas Kling
It walks the stack and identifies anything that looks like a kernel symbol. This could be a lot more sophisticated.