logo

mstrace

Small Linux strace(1) implementationgit clone https://anongit.hacktivis.me/git/mstrace.git/

syscalls.txt (1199B)


  1. io_setup uint hex
  2. io_destroy hex
  3. io_submit hex int hex
  4. io_cancel hex hex hex
  5. io_getevents hex int int hex hex
  6. io_pgetevents hex int int hex hex hex
  7. io_uring_setup int hex
  8. io_uring_enter uint uint uint uint
  9. io_uring_register uint uint hex int
  10. setxattr path str hex size int
  11. lsetxattr path str hex size int
  12. getxattr path str hex size
  13. lgetxattr path str hex size
  14. fgetxattr int str hex size
  15. listxattr str str size
  16. llistxattr str str size
  17. flistxattr int str size
  18. removexattr path str
  19. lremovexattr path str
  20. fremovexattr int str
  21. getcwd path size
  22. access path oct
  23. alarm uint
  24. brk hex
  25. chdir path
  26. chmod path oct
  27. chown path int int
  28. close int
  29. creat path oct
  30. dup int
  31. dup2 int int
  32. exit_group int
  33. faccessat int path oct oct
  34. fchmod int oct
  35. fdatasync int
  36. fork
  37. fsync int
  38. ftruncate int off
  39. getpid
  40. getppid
  41. kill int int
  42. lchown path int int
  43. link path path
  44. linkat int path path
  45. lstat path hex
  46. mkdir path oct
  47. munlockall
  48. open path oct oct
  49. openat int path oct oct
  50. pause
  51. read int buf size
  52. readlink path buf size
  53. readlinkat int path buf size
  54. rename path path
  55. rmdir path
  56. setsid
  57. stat path hex
  58. symlink path path
  59. symlinkat int path path
  60. sync
  61. truncate path off
  62. umask oct
  63. unlink path
  64. unlinkat int path
  65. vfork
  66. write int buf size