diff options
author | hunt <hunt> | 2005-03-22 18:36:50 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-03-22 18:36:50 +0000 |
commit | e94cb46c2219da504a559d49eeda3e4134b96453 (patch) | |
tree | 8ace56077fbeef519ba8e4283d358f3c1053571c /runtime/docs/html/dir_000004.html | |
parent | b9c556e44326b40b2c927a0a5b5626332a8c9587 (diff) | |
download | systemtap-steved-e94cb46c2219da504a559d49eeda3e4134b96453.tar.gz systemtap-steved-e94cb46c2219da504a559d49eeda3e4134b96453.tar.xz systemtap-steved-e94cb46c2219da504a559d49eeda3e4134b96453.zip |
*** empty log message ***
Diffstat (limited to 'runtime/docs/html/dir_000004.html')
-rw-r--r-- | runtime/docs/html/dir_000004.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/docs/html/dir_000004.html b/runtime/docs/html/dir_000004.html index 263e859d..de4c82b6 100644 --- a/runtime/docs/html/dir_000004.html +++ b/runtime/docs/html/dir_000004.html @@ -20,11 +20,11 @@ This is a silly little instrumentation routine to instrument functions entry by name. <p> It makes use of the SystemTap runtime libraries to break down the number of times the function by caller.<p> -It demonstrates kprobes, passing a module parameter, using the print buffer, and using _stp_print_symbol() to map the addresses back to locations in functions.<p> +It demonstrates kprobes, passing a module parameter, using the print buffer, and using <a class="el" href="io_8c.html#a7">_stp_print_symbol()</a> to map the addresses back to locations in functions.<p> By default it instruments schedule().<p> The instrumentation module is built by having the kernel that is going to be instrumented currently on the machine and doing <div class="fragment"><pre class="fragment">./build </pre></div> The instrumentation is inserted as root with: <div class="fragment"><pre class="fragment">/sbin/insmod kprobe_funct_where.ko funct_name=function_name </pre></div> The instrumentation is removed as root with: <div class="fragment"><pre class="fragment">/sbin/rmmod kprobe_funct_where </pre></div> -Will Cohen <hr size="1"><address style="align: right;"><small> -Generated on Tue Mar 22 00:32:02 2005 for SystemTap.</small></body> +Generated on Tue Mar 22 10:27:36 2005 for SystemTap.</small></body> </html> |