Differences between revisions 7 and 8
Revision 7 as of 2022-02-18 18:45:06
Size: 894
Editor: eSyr
Comment:
Revision 8 as of 2023-02-13 15:52:00
Size: 928
Editor: DmitryLevin
Comment: update the list of gsoc years
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
[[GoogleSummerOfCode2020|2021]], [[GoogleSummerOfCode2022|2022]],
[[GoogleSummerOfCode2021
|2021]],

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 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, and 2014.

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