aboutsummaryrefslogtreecommitdiffstats
path: root/print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix return type of for brkHEADmasterMattias Andrée2024-05-051-1/+1
* Add system calls and scripts for finding new and extended system callsMattias Andrée2023-11-261-46/+128
* Some code improvementsMattias Andrée2023-06-251-1/+1
* Add -a and trivial improvementsMattias Andrée2023-06-251-2/+2
* Add more system call formattingsMattias Andrée2023-06-251-12/+315
* Add new system calss and fix faccessatMattias Andrée2023-06-251-2/+35
* Implement formatting for some system callsMattias Andrée2023-06-251-5/+50
* Fix pkey_alloc argument types, update membarrier signature, and implement formatting for some system callsMattias Andrée2023-06-251-11/+144
* Fix some illegal aliasingMattias Andrée2020-06-211-15/+34
* Fix CASE macro: tprintf is returns void, so return in separate statementMattias Andrée2020-06-211-1/+6
* Add string parameter to _Static_assert use, required by C11Mattias Andrée2020-06-211-2/+2
* Move inclusion of <linux/fs.h> to after <sys/mount.h>, will not build otherwiseMattias Andrée2020-06-211-1/+1
* 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