Changes between Version 16 and Version 17 of Dev/KernelHack
- Timestamp:
- Sep 19, 2012 11:17:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/KernelHack
v16 v17 2 2 [[TitleIndex(Dev/KernelHack,format=group)]] 3 3 4 = links =4 = tools = 5 5 6 6 * [http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/SystemTap_Beginners_Guide/topsyssect.html 4.3.5. Tracking Most Frequently Used System Calls] 7 7 * [https://wiki.ubuntu.com/Kernel/CrashdumpRecipe Kernel/CrashdumpRecipe - Ubuntu Wiki] 8 > LKCD is a project that tries to enable enterprise style post-mortem crash analysis in Linux operating systems. It uses a special mode of kexec which allows to automatically boot a secondary kernel whenever a crash (Oops/panic) occurs. This secondary kernel will then save the state and memory of the primary kernel to a certain location of the filesystem (/var/crash on newer releases). This file can then be used by crash to gather detailed information about the problem. 8 9 == how to build == 9 10 * https://help.ubuntu.com/community/Kernel/Compile