You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.gitignore | 9 months ago | |
Makefile | 9 months ago | |
Readme.md | 9 months ago | |
getcaller.cpp | 9 months ago | |
trace.cpp | 9 months ago |
Readme.md
strace
Custom strace, that logs the calling function but only logs syscalls that open or close a fd.
Compile
make all
Use
TRACEOUT=trace.log LD_PRELOAD=./trace.so ./program-under-test --arg1 --arg2 ....
This does not log event or epoll fds