summaryrefslogtreecommitdiffstats
path: root/runtime/docs/html/stp__tasklet_8c-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/docs/html/stp__tasklet_8c-source.html')
-rw-r--r--runtime/docs/html/stp__tasklet_8c-source.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/docs/html/stp__tasklet_8c-source.html b/runtime/docs/html/stp__tasklet_8c-source.html
index 5e9413ae..93f8b84c 100644
--- a/runtime/docs/html/stp__tasklet_8c-source.html
+++ b/runtime/docs/html/stp__tasklet_8c-source.html
@@ -16,8 +16,8 @@
00007 <span class="preprocessor"></span><span class="preprocessor">#define BUCKETS 16 </span><span class="comment">/* largest histogram width */</span>
00008
00009 <span class="preprocessor">#include "runtime.h"</span>
-00010 <span class="preprocessor">#include "io.c"</span>
-00011 <span class="preprocessor">#include "probes.c"</span>
+00010 <span class="preprocessor">#include "<a class="code" href="io_8c.html">io.c</a>"</span>
+00011 <span class="preprocessor">#include "<a class="code" href="probes_8c.html">probes.c</a>"</span>
00012
00013 MODULE_DESCRIPTION(<span class="stringliteral">"test jprobes of tasklets"</span>);
00014 MODULE_AUTHOR(<span class="stringliteral">"Martin Hunt &lt;hunt@redhat.com&gt;"</span>);
@@ -25,7 +25,7 @@
00016 <span class="keywordtype">void</span> inst__rcu_process_callbacks(<span class="keyword">struct</span> rcu_ctrlblk *rcp,
00017 <span class="keyword">struct</span> rcu_state *rsp, <span class="keyword">struct</span> rcu_data *rdp)
00018 {
-00019 dlog (<span class="stringliteral">"interrupt=%d\n"</span>, in_interrupt());
+00019 <a class="code" href="io_8c.html#a4">dlog</a> (<span class="stringliteral">"interrupt=%d\n"</span>, in_interrupt());
00020 jprobe_return();
00021 }
00022
@@ -40,15 +40,15 @@
00031
00032 <span class="keyword">static</span> <span class="keywordtype">int</span> init_stp(<span class="keywordtype">void</span>)
00033 {
-00034 <span class="keywordtype">int</span> ret = _stp_register_jprobes (stp_probes, MAX_STP_PROBES);
-00035 dlog(<span class="stringliteral">"instrumentation is enabled...\n"</span>);
+00034 <span class="keywordtype">int</span> ret = <a class="code" href="probes_8c.html#a2">_stp_register_jprobes</a> (stp_probes, MAX_STP_PROBES);
+00035 <a class="code" href="io_8c.html#a4">dlog</a>(<span class="stringliteral">"instrumentation is enabled...\n"</span>);
00036 <span class="keywordflow">return</span> ret;
00037 }
00038
00039 <span class="keyword">static</span> <span class="keywordtype">void</span> cleanup_stp(<span class="keywordtype">void</span>)
00040 {
-00041 _stp_unregister_jprobes (stp_probes, MAX_STP_PROBES);
-00042 dlog (<span class="stringliteral">"EXIT\n"</span>);
+00041 <a class="code" href="probes_8c.html#a1">_stp_unregister_jprobes</a> (stp_probes, MAX_STP_PROBES);
+00042 <a class="code" href="io_8c.html#a4">dlog</a> (<span class="stringliteral">"EXIT\n"</span>);
00043 }
00044
00045 module_init(init_stp);
@@ -56,5 +56,5 @@
00047 MODULE_LICENSE(<span class="stringliteral">"GPL"</span>);
00048
</pre></div><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>