aboutsummaryrefslogtreecommitdiffstats
path: root/print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include linux/fs.h for lseek and renameat2 flagsMichael Forney2020-06-211-0/+1
* io_pgetevents is not documentedMattias Andrée2020-06-021-1/+1
* Minor cleanupMattias Andrée2020-06-021-3/+1
* Fix regressen: print pointers in hexadecimalMattias Andrée2020-06-021-5/+5
* Do not use \t in traces, does not look good with PID prefixes in the outputMattias Andrée2020-06-021-1/+1
* Some cleanup and preparation for support for multiple architectures (both host and client) and OSesMattias Andrée2020-06-021-64/+56
* Minor output improvementsMattias Andrée2020-06-011-7/+16
* Print data stored to output parameters in system callsMattias Andrée2020-06-011-46/+187
* Remove p before > in syscall formatsMattias Andrée2020-06-011-19/+22
* Work on syscall formattersMattias Andrée2020-06-011-77/+408
* m + add support for tracing vfork childrenMattias Andrée2020-05-301-2/+2
* Add support for tracing fork childrenMattias Andrée2020-05-301-0/+560