Differences between revisions 4 and 5
Revision 4 as of 2020-02-04 12:47:30
Size: 826
Editor: eSyr
Comment:
Revision 5 as of 2020-02-04 22:14:47
Size: 826
Editor: DmitryLevin
Comment: fix typo
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
[[GoogleSummerOfCode2018|2019]], [[GoogleSummerOfCode2019|2019]],

strace is a diagnostic, debugging and instructional userspace tracer for Linux. It is used to monitor and tamper interactions between userspace processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.

Want to get involved? Check out the Guide for new contributors.

The current maintainer is Dmitry Levin.


strace participated in the Google Summer Of Code in the years 2019, 2018, 2017, 2016, 2015, and 2014.

Home (last edited 2023-02-13 15:52:00 by DmitryLevin)