diff options
Diffstat (limited to 'runtime/docs/html/probes_8c.html')
-rw-r--r-- | runtime/docs/html/probes_8c.html | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/runtime/docs/html/probes_8c.html b/runtime/docs/html/probes_8c.html index 5bdbeb43..a43b04af 100644 --- a/runtime/docs/html/probes_8c.html +++ b/runtime/docs/html/probes_8c.html @@ -4,7 +4,7 @@ <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.1 --> -<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div> +<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div> <h1>probes.c File Reference</h1>Functions to assist loading and unloading groups of probes. <a href="#_details">More...</a> <p> @@ -12,18 +12,18 @@ <a href="probes_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Functions</h2></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="probes_8c.html#a1">_stp_unregister_jprobes</a> (struct jprobe *probes, int num_probes)</td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="probes_8c.html#a2">_stp_unregister_jprobes</a> (struct jprobe *probes, int num_probes)</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Unregister a group of jprobes. <a href="#a1"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="probes_8c.html#a2">_stp_register_jprobes</a> (struct jprobe *probes, int num_probes)</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Unregister a group of jprobes. <a href="#a2"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="probes_8c.html#a3">_stp_register_jprobes</a> (struct jprobe *probes, int num_probes)</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Register a group of jprobes. <a href="#a2"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="probes_8c.html#a3">_stp_unregister_kprobes</a> (struct kprobe *probes, int num_probes)</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Register a group of jprobes. <a href="#a3"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="probes_8c.html#a4">_stp_unregister_kprobes</a> (struct kprobe *probes, int num_probes)</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Unregister a group of kprobes. <a href="#a3"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="probes_8c.html#a4">_stp_register_kprobes</a> (struct kprobe *probes, int num_probes)</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Unregister a group of kprobes. <a href="#a4"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="probes_8c.html#a5">_stp_register_kprobes</a> (struct kprobe *probes, int num_probes)</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Register a group of kprobes. <a href="#a4"></a><br></td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Register a group of kprobes. <a href="#a5"></a><br></td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> Functions to assist loading and unloading groups of probes. @@ -31,7 +31,7 @@ Functions to assist loading and unloading groups of probes. <p> Definition in file <a class="el" href="probes_8c-source.html">probes.c</a>.<hr><h2>Function Documentation</h2> -<a class="anchor" name="a2" doxytag="probes.c::_stp_register_jprobes"></a><p> +<a class="anchor" name="a3" doxytag="probes.c::_stp_register_jprobes"></a><p> <table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> @@ -76,12 +76,12 @@ Register a group of jprobes. <dl compact><dt><b>Returns:</b></dt><dd>0 on success. </dd></dl> <p> -Definition at line <a class="el" href="probes_8c-source.html#l00032">32</a> of file <a class="el" href="probes_8c-source.html">probes.c</a>. +Definition at line <a class="el" href="probes_8c-source.html#l00034">34</a> of file <a class="el" href="probes_8c-source.html">probes.c</a>. <p> -References <a class="el" href="probes_8c-source.html#l00018">_stp_unregister_jprobes()</a>, and <a class="el" href="io_8c-source.html#l00025">dlog()</a>. </td> +References <a class="el" href="io_8c-source.html#l00029">_stp_log()</a>, and <a class="el" href="probes_8c-source.html#l00020">_stp_unregister_jprobes()</a>. </td> </tr> </table> -<a class="anchor" name="a4" doxytag="probes.c::_stp_register_kprobes"></a><p> +<a class="anchor" name="a5" doxytag="probes.c::_stp_register_kprobes"></a><p> <table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> @@ -126,12 +126,12 @@ Register a group of kprobes. <dl compact><dt><b>Returns:</b></dt><dd>0 on success. </dd></dl> <p> -Definition at line <a class="el" href="probes_8c-source.html#l00077">77</a> of file <a class="el" href="probes_8c-source.html">probes.c</a>. +Definition at line <a class="el" href="probes_8c-source.html#l00079">79</a> of file <a class="el" href="probes_8c-source.html">probes.c</a>. <p> -References <a class="el" href="probes_8c-source.html#l00063">_stp_unregister_kprobes()</a>, and <a class="el" href="io_8c-source.html#l00025">dlog()</a>. </td> +References <a class="el" href="io_8c-source.html#l00029">_stp_log()</a>, and <a class="el" href="probes_8c-source.html#l00065">_stp_unregister_kprobes()</a>. </td> </tr> </table> -<a class="anchor" name="a1" doxytag="probes.c::_stp_unregister_jprobes"></a><p> +<a class="anchor" name="a2" doxytag="probes.c::_stp_unregister_jprobes"></a><p> <table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> @@ -175,14 +175,14 @@ Unregister a group of jprobes. </dl> <p> -Definition at line <a class="el" href="probes_8c-source.html#l00018">18</a> of file <a class="el" href="probes_8c-source.html">probes.c</a>. +Definition at line <a class="el" href="probes_8c-source.html#l00020">20</a> of file <a class="el" href="probes_8c-source.html">probes.c</a>. <p> -References <a class="el" href="io_8c-source.html#l00025">dlog()</a>. +References <a class="el" href="io_8c-source.html#l00029">_stp_log()</a>. <p> -Referenced by <a class="el" href="probes_8c-source.html#l00032">_stp_register_jprobes()</a>. </td> +Referenced by <a class="el" href="probes_8c-source.html#l00034">_stp_register_jprobes()</a>. </td> </tr> </table> -<a class="anchor" name="a3" doxytag="probes.c::_stp_unregister_kprobes"></a><p> +<a class="anchor" name="a4" doxytag="probes.c::_stp_unregister_kprobes"></a><p> <table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> @@ -226,11 +226,11 @@ Unregister a group of kprobes. </dl> <p> -Definition at line <a class="el" href="probes_8c-source.html#l00063">63</a> of file <a class="el" href="probes_8c-source.html">probes.c</a>. +Definition at line <a class="el" href="probes_8c-source.html#l00065">65</a> of file <a class="el" href="probes_8c-source.html">probes.c</a>. <p> -References <a class="el" href="io_8c-source.html#l00025">dlog()</a>. +References <a class="el" href="io_8c-source.html#l00029">_stp_log()</a>. <p> -Referenced by <a class="el" href="probes_8c-source.html#l00077">_stp_register_kprobes()</a>. </td> +Referenced by <a class="el" href="probes_8c-source.html#l00079">_stp_register_kprobes()</a>. </td> </tr> </table> </body></html> |