index
:
sctrace
master
A simple syscall tracer
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
print.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix return type of for brk
Mattias Andrée
2024-05-05
1
-1
/
+1
*
Add system calls and scripts for finding new and extended system calls
Mattias Andrée
2023-11-26
1
-46
/
+128
*
Some code improvements
Mattias Andrée
2023-06-25
1
-1
/
+1
*
Add -a and trivial improvements
Mattias Andrée
2023-06-25
1
-2
/
+2
*
Add more system call formattings
Mattias Andrée
2023-06-25
1
-12
/
+315
*
Add new system calss and fix faccessat
Mattias Andrée
2023-06-25
1
-2
/
+35
*
Implement formatting for some system calls
Mattias Andrée
2023-06-25
1
-5
/
+50
*
Fix pkey_alloc argument types, update membarrier signature, and implement formatting for some system calls
Mattias Andrée
2023-06-25
1
-11
/
+144
*
Fix some illegal aliasing
Mattias Andrée
2020-06-21
1
-15
/
+34
*
Fix CASE macro: tprintf is returns void, so return in separate statement
Mattias Andrée
2020-06-21
1
-1
/
+6
*
Add string parameter to _Static_assert use, required by C11
Mattias Andrée
2020-06-21
1
-2
/
+2
*
Move inclusion of <linux/fs.h> to after <sys/mount.h>, will not build otherwise
Mattias Andrée
2020-06-21
1
-1
/
+1
*
Include linux/fs.h for lseek and renameat2 flags
Michael Forney
2020-06-21
1
-0
/
+1
*
io_pgetevents is not documented
Mattias Andrée
2020-06-02
1
-1
/
+1
*
Minor cleanup
Mattias Andrée
2020-06-02
1
-3
/
+1
*
Fix regressen: print pointers in hexadecimal
Mattias Andrée
2020-06-02
1
-5
/
+5
*
Do not use \t in traces, does not look good with PID prefixes in the output
Mattias Andrée
2020-06-02
1
-1
/
+1
*
Some cleanup and preparation for support for multiple architectures (both host and client) and OSes
Mattias Andrée
2020-06-02
1
-64
/
+56
*
Minor output improvements
Mattias Andrée
2020-06-01
1
-7
/
+16
*
Print data stored to output parameters in system calls
Mattias Andrée
2020-06-01
1
-46
/
+187
*
Remove p before > in syscall formats
Mattias Andrée
2020-06-01
1
-19
/
+22
*
Work on syscall formatters
Mattias Andrée
2020-06-01
1
-77
/
+408
*
m + add support for tracing vfork children
Mattias Andrée
2020-05-30
1
-2
/
+2
*
Add support for tracing fork children
Mattias Andrée
2020-05-30
1
-0
/
+560