From c8c12f3cc2181a1964611af79d69b3ffef4e0d34 Mon Sep 17 00:00:00 2001 From: ddomingo Date: Thu, 11 Dec 2008 15:12:45 +1000 Subject: edited index terms as per wcohen --- .../en-US/ScriptConstructs.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml') diff --git a/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml b/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml index a139015d..2550efce 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml @@ -45,7 +45,7 @@ -SystemTap handlers + SystemTap statements SystemTap handler constructs variables @@ -73,7 +73,7 @@ name, assign a value from a function or expression to it, and use it in an expre -SystemTap handlers + SystemTap statements SystemTap handler constructs global @@ -130,7 +130,7 @@ probe timer.jiffies(100) { count_jiffies ++ } -SystemTap handlers + SystemTap statements conditional statements @@ -153,7 +153,7 @@ You can do this by using conditionals in handlers. SystemTa -SystemTap handlers + SystemTap statements conditional statements if/else @@ -219,7 +219,7 @@ probe end -SystemTap handlers + SystemTap statements conditional statements while loops @@ -271,7 +271,7 @@ printf("goodbye world\n") -SystemTap handlers + SystemTap statements conditional statements for loops @@ -326,7 +326,7 @@ while (conditional) { -SystemTap handlers + SystemTap statements conditional statements conditional operators @@ -374,7 +374,7 @@ while (conditional) { -SystemTap handlers + SystemTap statements SystemTap handler constructs command-line arguments @@ -407,7 +407,7 @@ probe kernel.function(@1).return { } -SystemTap handlers + SystemTap statements SystemTap handler constructs variable notations -- cgit