Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| linux:debugging [2026/07/05 15:30] – jotasandoku | linux:debugging [2026/07/05 15:40] (current) – jotasandoku |
|---|
| * [[https://unix.stackexchange.com/questions/120015/how-to-find-out-the-dynamic-libraries-executables-loads-when-run|ldd]]: to find the dynamic libraries loaded | * [[https://unix.stackexchange.com/questions/120015/how-to-find-out-the-dynamic-libraries-executables-loads-when-run|ldd]]: to find the dynamic libraries loaded |
| * [[https://www.tecmint.com/strace-commands-for-troubleshooting-and-debugging-linux/|strace]] # note that this is for system calls. Not useful for troubleshooting kernel-bypass tails | * [[https://www.tecmint.com/strace-commands-for-troubleshooting-and-debugging-linux/|strace]] # note that this is for system calls. Not useful for troubleshooting kernel-bypass tails. For kernel tuning we use ftrace and cyclictest (see in other section here) |