From 218a165500487ccdba0d654221909f362efb09b9 Mon Sep 17 00:00:00 2001 From: ddomingo Date: Thu, 27 Nov 2008 11:33:06 +1000 Subject: added more index entries --- doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/SystemTap_Beginners_Guide/en-US/Scripts.xml') diff --git a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml index aa54f132..233dc069 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml @@ -382,11 +382,11 @@ probe kernel.function("*@net/socket.c").return { } Events -module("module +module("module") -module("module + module("module") Events Allows you to probe functions within modules. For example: -- cgit