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.
 
 
mrbesen 0601b95da3
initial
9 months ago
.gitignore initial 9 months ago
Makefile initial 9 months ago
Readme.md initial 9 months ago
getcaller.cpp initial 9 months ago
trace.cpp initial 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