Hi, everyone,
How can I use systemtap to change a string type parameter in a
syscall probe? For example, I use "probe syscall.open",
I want to change the "filename" parameter to make the "open"
syscall open a different file. How can I do that?
Thanks.