diff options
author | hunt <hunt> | 2005-03-22 08:57:11 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-03-22 08:57:11 +0000 |
commit | b9c556e44326b40b2c927a0a5b5626332a8c9587 (patch) | |
tree | d0497c9323dedcb292d353d79fef769fa6fef210 /runtime/docs/html/dtr_8mod_8c-source.html | |
parent | 4a4753cb066f60eb09906a6021997ec280d3fdc5 (diff) | |
download | systemtap-steved-b9c556e44326b40b2c927a0a5b5626332a8c9587.tar.gz systemtap-steved-b9c556e44326b40b2c927a0a5b5626332a8c9587.tar.xz systemtap-steved-b9c556e44326b40b2c927a0a5b5626332a8c9587.zip |
*** empty log message ***
Diffstat (limited to 'runtime/docs/html/dtr_8mod_8c-source.html')
-rw-r--r-- | runtime/docs/html/dtr_8mod_8c-source.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/runtime/docs/html/dtr_8mod_8c-source.html b/runtime/docs/html/dtr_8mod_8c-source.html new file mode 100644 index 00000000..38f5967a --- /dev/null +++ b/runtime/docs/html/dtr_8mod_8c-source.html @@ -0,0 +1,59 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> +<title>SystemTap: probes/shellsnoop/dtr.mod.c Source File</title> +<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="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="nav"> +<a class="el" href="dir_000000.html">probes</a> / <a class="el" href="dir_000001.html">shellsnoop</a></div> +<h1>dtr.mod.c</h1><div class="fragment"><pre class="fragment">00001 <span class="preprocessor">#include <linux/module.h></span> +00002 <span class="preprocessor">#include <linux/vermagic.h></span> +00003 <span class="preprocessor">#include <linux/compiler.h></span> +00004 +00005 MODULE_INFO(vermagic, VERMAGIC_STRING); +00006 +00007 <span class="preprocessor">#undef unix</span> +00008 <span class="preprocessor"></span><span class="keyword">struct </span>module __this_module +00009 __attribute__((section(".gnu.linkonce.this_module"))) = { +00010 .name = __stringify(KBUILD_MODNAME), +00011 .init = init_module, +00012 <span class="preprocessor">#ifdef CONFIG_MODULE_UNLOAD</span> +00013 <span class="preprocessor"></span> .exit = cleanup_module, +00014 <span class="preprocessor">#endif</span> +00015 <span class="preprocessor"></span>}; +00016 +00017 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">struct </span>modversion_info ____versions[] +00018 __attribute_used__ +00019 __attribute__((section("__versions"))) = { +00020 { 0x506abef7, <span class="stringliteral">"struct_module"</span> }, +00021 { 0x1b9aca3f, <span class="stringliteral">"jprobe_return"</span> }, +00022 { 0x45e5f47f, <span class="stringliteral">"register_kprobe"</span> }, +00023 { 0x1e736243, <span class="stringliteral">"unregister_kprobe"</span> }, +00024 { 0xdd03a51e, <span class="stringliteral">"register_jprobe"</span> }, +00025 { 0x49a83d3a, <span class="stringliteral">"unregister_jprobe"</span> }, +00026 { 0xaa27f890, <span class="stringliteral">"__get_user_8"</span> }, +00027 { 0x21e5679c, <span class="stringliteral">"copy_user_generic"</span> }, +00028 { 0x3fa03a97, <span class="stringliteral">"memset"</span> }, +00029 { 0xc16fe12d, <span class="stringliteral">"__memcpy"</span> }, +00030 { 0xe914e41e, <span class="stringliteral">"strcpy"</span> }, +00031 { 0xe2d5255a, <span class="stringliteral">"strcmp"</span> }, +00032 { 0xe3b0192b, <span class="stringliteral">"vscnprintf"</span> }, +00033 { 0x8e3c9cc3, <span class="stringliteral">"vprintk"</span> }, +00034 { 0xdd132261, <span class="stringliteral">"printk"</span> }, +00035 { 0x2fd1d81c, <span class="stringliteral">"vfree"</span> }, +00036 { 0x37a0cba, <span class="stringliteral">"kfree"</span> }, +00037 { 0xd6ee688f, <span class="stringliteral">"vmalloc"</span> }, +00038 { 0x8ce16b3f, <span class="stringliteral">"__kmalloc"</span> }, +00039 }; +00040 +00041 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> __module_depends[] +00042 __attribute_used__ +00043 __attribute__((section(<span class="stringliteral">".modinfo"</span>))) = +00044 <span class="stringliteral">"depends="</span>; +00045 +00046 +00047 MODULE_INFO(srcversion, <span class="stringliteral">"D6A3BE8A54CB181A59924B3"</span>); +</pre></div><hr size="1"><address style="align: right;"><small> +Generated on Tue Mar 22 00:32:02 2005 for SystemTap.</small></body> +</html> |