A collection of programs to benchmark system calls
Go to file
Pavle Portic 82fb88b53d Add LICENSE 2020-02-22 11:48:00 +00:00
.gitignore syscalls 2020-02-10 13:18:17 +01:00
LICENSE Add LICENSE 2020-02-22 11:48:00 +00:00
compile.py syscalls 2020-02-10 13:18:17 +01:00
fork.c syscalls 2020-02-10 13:18:17 +01:00
mmap_munmap.c syscalls 2020-02-10 13:18:17 +01:00
page_fault.c syscalls 2020-02-10 13:18:17 +01:00
read.c syscalls 2020-02-10 13:18:17 +01:00
recv.c syscalls 2020-02-10 13:18:17 +01:00
run.py syscalls 2020-02-10 13:18:17 +01:00
send.c syscalls 2020-02-10 13:18:17 +01:00
thread.c syscalls 2020-02-10 13:18:17 +01:00
write.c syscalls 2020-02-10 13:18:17 +01:00