GSOC: Introduction

Abhishek Tiwari erabhishektiwarics at gmail.com
Fri Mar 10 18:49:11 UTC 2017


> Thank you for the patch acceptance.
> Is the following list of open system calls complete ? It is based on
> reply that function calls that returns new file descriptor
>
> 1) mq_open
> 2) openat
> 3) perf_event_open
> 4) open_by_handle_at
> 5) memfd_create
> 6) epoll_create1
> 7) dup
> 8) dup3
> 9) fcntl64
> 10) timerfd_create
> 11) socket
> 12) accept
> 13) pipe2

Also I implemented -e trace=%open option to record openat sycalls
considering it would record open system call but it doesn't do so, i
tried with recording write system call and the code works fine.
So what syscall in syscallent.h corresponds to open system call?




More information about the Strace-devel mailing list