diff options
author | hunt <hunt> | 2005-05-26 07:18:22 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-26 07:18:22 +0000 |
commit | 849e99602e4b0487dad23e28cb6a94bf013f40a4 (patch) | |
tree | b457af2da7d7d8b2cc8df0430e3bf54f3ab07cfa /runtime/docs/html/dtr_8mod_8c-source.html | |
parent | 45f880289dcfc06494885546750b42f4e59074a6 (diff) | |
download | systemtap-steved-849e99602e4b0487dad23e28cb6a94bf013f40a4.tar.gz systemtap-steved-849e99602e4b0487dad23e28cb6a94bf013f40a4.tar.xz systemtap-steved-849e99602e4b0487dad23e28cb6a94bf013f40a4.zip |
Remove all the generated html files.
Diffstat (limited to 'runtime/docs/html/dtr_8mod_8c-source.html')
-rw-r--r-- | runtime/docs/html/dtr_8mod_8c-source.html | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/runtime/docs/html/dtr_8mod_8c-source.html b/runtime/docs/html/dtr_8mod_8c-source.html deleted file mode 100644 index c1483735..00000000 --- a/runtime/docs/html/dtr_8mod_8c-source.html +++ /dev/null @@ -1,65 +0,0 @@ -<!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="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> -<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 { 0x2fd1d81c, <span class="stringliteral">"vfree"</span> }, -00033 { 0x37a0cba, <span class="stringliteral">"kfree"</span> }, -00034 { 0xd6ee688f, <span class="stringliteral">"vmalloc"</span> }, -00035 { 0x8ce16b3f, <span class="stringliteral">"__kmalloc"</span> }, -00036 { 0xfcdec747, <span class="stringliteral">"sock_release"</span> }, -00037 { 0x8968634b, <span class="stringliteral">"netlink_kernel_create"</span> }, -00038 { 0x7ec9bfbc, <span class="stringliteral">"strncpy"</span> }, -00039 { 0xe3b0192b, <span class="stringliteral">"vscnprintf"</span> }, -00040 { 0x757b6858, <span class="stringliteral">"skb_dequeue"</span> }, -00041 { 0xd4aed67a, <span class="stringliteral">"netlink_ack"</span> }, -00042 { 0xdd132261, <span class="stringliteral">"printk"</span> }, -00043 { 0x5fc0695e, <span class="stringliteral">"__kfree_skb"</span> }, -00044 { 0xaa1449d7, <span class="stringliteral">"netlink_unicast"</span> }, -00045 { 0x3958414f, <span class="stringliteral">"skb_over_panic"</span> }, -00046 { 0x559dbbb8, <span class="stringliteral">"alloc_skb"</span> }, -00047 }; -00048 -00049 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> __module_depends[] -00050 __attribute_used__ -00051 __attribute__((section(<span class="stringliteral">".modinfo"</span>))) = -00052 <span class="stringliteral">"depends="</span>; -00053 -00054 -00055 MODULE_INFO(srcversion, <span class="stringliteral">"F330A962246F179FE15E94B"</span>); -</pre></div></body></html> |