diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2008-09-09 16:02:56 -0400 |
---|---|---|
committer | Masami Hiramatsu <mhiramat@redhat.com> | 2008-09-09 16:02:56 -0400 |
commit | 6270adc1ec2b89a201c932b94fb8ec8abc4e977f (patch) | |
tree | df0bf7331aa0889afee06bac90b6423ba71cb680 /NEWS | |
parent | bc54e71c6747fa2c234737d3a715b0decc3663b2 (diff) | |
download | systemtap-steved-6270adc1ec2b89a201c932b94fb8ec8abc4e977f.tar.gz systemtap-steved-6270adc1ec2b89a201c932b94fb8ec8abc4e977f.tar.xz systemtap-steved-6270adc1ec2b89a201c932b94fb8ec8abc4e977f.zip |
Add $argN context variables on per-process-syscall probes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ * What's new +- Additional context variables are available on user-space syscall probes. + - $argN ($arg1, $arg2, ... $arg6) in process(PATH_OR_PID).syscall + gives you the argument of the system call. + - Target process mode (stap -c CMD or -x PID) now implicitly restricts all "process.*" probes to the given child process. (It does not affect kernel.* or other probe types.) The CMD string is now executed directly, |