Home Tags System calls

Tag: system calls

Tracing Processes With Ptrace System Call

0
This article touches upon the Linux ptrace() system call and how it is used to trace and debug the system calls of a process. Some...

SystemTap Tutorial, Part 1

1
This is the first of a two-part series on SystemTap, a dynamic method to monitor and trace the operations of a running Linux kernel....

CodeSport

1
Welcome to CodeSport. This month, we feature a medley of questions about operating systems, computer architecture and algorithms. Last month's column featured three questions on...