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
*
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