From 905da6a564c4204c15e74969dd7d5ec28063cdbf Mon Sep 17 00:00:00 2001 From: ddomingo Date: Wed, 8 Oct 2008 11:39:50 +1000 Subject: [PATCH] added traceio2.stp --- .../en-US/Scripts.xml | 2 +- .../en-US/Useful_Scripts-traceio2.xml | 67 +++++++++++++++++++ .../en-US/Useful_SystemTap_Scripts.xml | 11 +-- 3 files changed, 74 insertions(+), 6 deletions(-) create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Useful_Scripts-traceio2.xml diff --git a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml index 55a9c5ded..7914e79c8 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml @@ -588,7 +588,7 @@ probe kernel.function(@1).return { } - is similar to (earlier in the chapter), except that it allows you to pass the kernel function to be probed as a command-line argument (as in stap commandlineargs.stp kernel function). You can also specify the script to accept multiple command-line arguments, noting them as @1, @2, and so on, in the order they are entered by the user. + is similar to , except that it allows you to pass the kernel function to be probed as a command-line argument (as in stap commandlineargs.stp kernel function). You can also specify the script to accept multiple command-line arguments, noting them as @1, @2, and so on, in the order they are entered by the user. - + - + + - + -- 2.43.5