Daily Shaarli

All links of one day in a single page.

May 8, 2022

ftrace: trace your kernel functions!

A post by Julia Evan on ftrace - a feature in kernel to trace any kernel functions! trace-cmd is a command line tool that makes it easy to do so.

Searchable Linux Syscall Table for x86 and x86_64 | PyTux

A searchable list of Linux x64 and x86 syscall numbers. Also shows the kernel source code where the syscall is defined, as well as the registers for each of the arguments.