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/Array-Operations.xml | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'doc/SystemTap_Beginners_Guide/en-US/Array-Operations.xml') diff --git a/doc/SystemTap_Beginners_Guide/en-US/Array-Operations.xml b/doc/SystemTap_Beginners_Guide/en-US/Array-Operations.xml index 789bf607..bf496321 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Array-Operations.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Array-Operations.xml @@ -962,23 +962,23 @@ probe vfs.read array operations computing for statistical aggregates -count (integer extractor) +@count (integer extractor) operations computing for statistical aggregates -count (integer extractor) +@count (integer extractor) computing for statistical aggregates array operations -count (integer extractor) +@count (integer extractor) -count (integer extractor) + @count (integer extractor) computing for statistical aggregates array operations @@ -997,23 +997,23 @@ probe vfs.read array operations computing for statistical aggregates -sum (integer extractor) +@sum (integer extractor) operations computing for statistical aggregates -sum (integer extractor) +@sum (integer extractor) computing for statistical aggregates array operations -sum (integer extractor) +@sum (integer extractor) -sum (integer extractor) + @sum (integer extractor) computing for statistical aggregates array operations @@ -1033,23 +1033,23 @@ probe vfs.read array operations computing for statistical aggregates -min (integer extractor) +@min (integer extractor) operations computing for statistical aggregates -min (integer extractor) +@min (integer extractor) computing for statistical aggregates array operations -min (integer extractor) +@min (integer extractor) -min (integer extractor) + @min (integer extractor) computing for statistical aggregates array operations @@ -1069,23 +1069,23 @@ probe vfs.read array operations computing for statistical aggregates -max (integer extractor) +@max (integer extractor) operations computing for statistical aggregates -max (integer extractor) +@max (integer extractor) computing for statistical aggregates array operations -max (integer extractor) +@max (integer extractor) -max (integer extractor) + @max (integer extractor) computing for statistical aggregates array operations @@ -1105,23 +1105,23 @@ probe vfs.read array operations computing for statistical aggregates -avg (integer extractor) +@avg (integer extractor) operations computing for statistical aggregates -avg (integer extractor) +@avg (integer extractor) computing for statistical aggregates array operations -avg (integer extractor) +@avg (integer extractor) -avg (integer extractor) + @avg (integer extractor) computing for statistical aggregates array operations @@ -1163,7 +1163,7 @@ probe vfs.read } probe timer.s(3) { - foreach([var1,var2] in reads) + foreach([var1,var2] in reads) printf("%s (%d) : %d \n", var1, var2, @count(reads[var1,var2])) } -- cgit