From d77fecabffb83a90c7ef7b6ad81a183beb345330 Mon Sep 17 00:00:00 2001 From: ddomingo Date: Mon, 6 Oct 2008 16:17:36 +1000 Subject: added target(), -c and -x to functions, also added Basic Constructs (conditional statements and variables) --- doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/SystemTap_Beginners_Guide/en-US') diff --git a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml index 4abd81a5..8888c7b8 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml @@ -416,7 +416,7 @@ probe kernel.function("*@net/socket.c").return target() - Used in conjunction with stap script -x process ID or stap script -c command. If you want to specify a script to take an argument of a process ID or command, use target() as the variable in the script to refer to it. For example: + Used in conjunction with stap script -x process ID or stap script -c command. If you want to specify a script to take an argument of a process ID or command, use target() as the variable in the script to refer to it. For example: targetexample.stp -- cgit