logo

mstrace

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

syscalls.txt (1687B)


  1. # SPDX-FileCopyrightText: 2024 Haelwenn (lanodan) Monnier <contact+mstrace@hacktivis.me>
  2. # SPDX-License-Identifier: MPL-2.0
  3. io_setup uint hex
  4. io_destroy hex
  5. io_submit hex int hex
  6. io_cancel hex hex hex
  7. io_getevents hex int int hex hex
  8. io_pgetevents hex int int hex hex hex
  9. io_uring_setup int hex
  10. io_uring_enter uint uint uint uint
  11. io_uring_register uint uint hex int
  12. setxattr path str hex size int
  13. lsetxattr path str hex size int
  14. getxattr path str hex size
  15. lgetxattr path str hex size
  16. fgetxattr int str hex size
  17. listxattr str str size
  18. llistxattr str str size
  19. flistxattr int str size
  20. removexattr path str
  21. lremovexattr path str
  22. fremovexattr int str
  23. getcwd path size
  24. access path oct
  25. alarm uint
  26. brk hex
  27. chdir path
  28. chmod path oct
  29. chown path int int
  30. close int
  31. creat path oct
  32. dup int
  33. dup2 int int
  34. exit_group int
  35. faccessat int path oct oct
  36. faccessat2 int path oct oct
  37. fchmod int oct
  38. fdatasync int
  39. fork
  40. fsync int
  41. ftruncate int off
  42. getpid
  43. getppid
  44. kill int int
  45. lchown path int int
  46. link path path
  47. linkat int path path
  48. lstat path hex
  49. mkdir path oct
  50. munlockall
  51. open path oct oct
  52. openat int path oct oct
  53. pause
  54. read int buf size
  55. readlink path buf size
  56. readlinkat int path buf size
  57. rename path path
  58. rmdir path
  59. setsid
  60. stat path hex
  61. symlink path path
  62. symlinkat int path path
  63. sync
  64. truncate path off
  65. umask oct
  66. unlink path
  67. unlinkat int path
  68. vfork
  69. write int buf size
  70. timer_create hex hex hex
  71. timer_gettime hex hex
  72. timer_settime hex int hex hex
  73. timer_getoverrun hex
  74. timer_delete hex
  75. rt_sigsuspend hex
  76. rt_sigprocmask int hex hex size
  77. accept int hex hex
  78. accept4 int hex hex int
  79. acct path
  80. add_key str str hex size hex
  81. adjtimex hex
  82. clock_adjtime hex hex
  83. arch_prctl int hex
  84. bind int hex size
  85. bpf int hex uint