From 6270adc1ec2b89a201c932b94fb8ec8abc4e977f Mon Sep 17 00:00:00 2001 From: Masami Hiramatsu Date: Tue, 9 Sep 2008 16:02:56 -0400 Subject: Add $argN context variables on per-process-syscall probes --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c7ddce45..b48870e2 100644 --- a/NEWS +++ b/NEWS @@ -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, -- cgit