aboutsummaryrefslogtreecommitdiffstats
path: root/print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix return type of for brkMattias Andrée2024-05-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add system calls and scripts for finding new and extended system callsMattias Andrée2023-11-261-46/+128
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some code improvementsMattias Andrée2023-06-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add -a and trivial improvementsMattias Andrée2023-06-251-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more system call formattingsMattias Andrée2023-06-251-12/+315
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add new system calss and fix faccessatMattias Andrée2023-06-251-2/+35
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement formatting for some system callsMattias Andrée2023-06-251-5/+50
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix pkey_alloc argument types, update membarrier signature, and implement formatting for some system callsMattias Andrée2023-06-251-11/+144
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix some illegal aliasingMattias Andrée2020-06-211-15/+34
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix CASE macro: tprintf is returns void, so return in separate statementMattias Andrée2020-06-211-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add string parameter to _Static_assert use, required by C11Mattias Andrée2020-06-211-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Move inclusion of <linux/fs.h> to after <sys/mount.h>, will not build otherwiseMattias Andrée2020-06-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* 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
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor cleanupMattias Andrée2020-06-021-3/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix regressen: print pointers in hexadecimalMattias Andrée2020-06-021-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not use \t in traces, does not look good with PID prefixes in the outputMattias Andrée2020-06-021-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some cleanup and preparation for support for multiple architectures (both host and client) and OSesMattias Andrée2020-06-021-64/+56
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor output improvementsMattias Andrée2020-06-011-7/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Print data stored to output parameters in system callsMattias Andrée2020-06-011-46/+187
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove p before > in syscall formatsMattias Andrée2020-06-011-19/+22
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Work on syscall formattersMattias Andrée2020-06-011-77/+408
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add support for tracing vfork childrenMattias Andrée2020-05-301-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for tracing fork childrenMattias Andrée2020-05-301-0/+560
Signed-off-by: Mattias Andrée <maandree@kth.se>