In a Linux system call, are system call parameters preserved in registers after the syscall finished(at the sys_exit tracepoint)?

前端 未结 0 859
北海茫月
北海茫月 2021-01-23 20:10

Is it guaranteed to be able to read all the syscall parameters at sys_exit tracepoint?

sysdig driver is a kernel module to capture syscall using kernel static tracepoint

相关标签:
回答
  • 消灭零回复
提交回复
热议问题