blob: ae808005197ec38104815e39af72f3322b301dd2 [file] [log] [blame]
Dmitry V. Levindd762c32012-02-25 15:29:21 +01001This is strace, a system call tracer for Linux.
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00002
Dmitry V. Levindd762c32012-02-25 15:29:21 +01003strace is released under a Berkeley-style license at the request
Elvira Khabirovae5470352016-06-16 20:17:59 +03004of Paul Kranenburg.
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00005
Dmitry V. Levindd762c32012-02-25 15:29:21 +01006See the file CREDITS for a list of authors and other contributors.
Dmitry V. Levindd762c32012-02-25 15:29:21 +01007See the file INSTALL for compilation and installation instructions.
Elvira Khabirovae5470352016-06-16 20:17:59 +03008See the file NEWS for information on what has changed in recent versions.
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00009
Elvira Khabirovae5470352016-06-16 20:17:59 +030010The project's homepage is at
11 https://sourceforge.net/projects/strace/
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000012
Elvira Khabirovae5470352016-06-16 20:17:59 +030013strace has a mailing list:
14 strace-devel@lists.sourceforge.net.
Wichert Akkerman360815e1999-06-28 13:16:03 +000015
Elvira Khabirovae5470352016-06-16 20:17:59 +030016System requirements:
17 * Linux kernel >= 2.6.18 is recommended. Older versions might still work
18 but they haven't been thoroughly tested with this release.
19 * Linux kernel >= 2.5.46 is required.
20 Older versions without a decent PTRACE_SETOPTIONS support will not work.
21 * On mips, linux kernel >= 2.6.15 is required.
22 Older versions without a decent PTRACE_GETREGS support will not work.
23 * On s390 and s390x, linux kernel >= 2.6.27 is required.
24 Older versions without a decent PTRACE_GETREGSET support will not work.