From 849e99602e4b0487dad23e28cb6a94bf013f40a4 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:18:22 +0000 Subject: Remove all the generated html files. --- runtime/docs/html/dtr_8mod_8c-source.html | 65 ------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 runtime/docs/html/dtr_8mod_8c-source.html (limited to 'runtime/docs/html/dtr_8mod_8c-source.html') 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 @@ - - -SystemTap: probes/shellsnoop/dtr.mod.c Source File - - - -
Main Page | Modules | Directories | File List | Globals | Related Pages
- -

dtr.mod.c

00001 #include <linux/module.h>
-00002 #include <linux/vermagic.h>
-00003 #include <linux/compiler.h>
-00004 
-00005 MODULE_INFO(vermagic, VERMAGIC_STRING);
-00006 
-00007 #undef unix
-00008 struct module __this_module
-00009 __attribute__((section(".gnu.linkonce.this_module"))) = {
-00010  .name = __stringify(KBUILD_MODNAME),
-00011  .init = init_module,
-00012 #ifdef CONFIG_MODULE_UNLOAD
-00013  .exit = cleanup_module,
-00014 #endif
-00015 };
-00016 
-00017 static const struct modversion_info ____versions[]
-00018 __attribute_used__
-00019 __attribute__((section("__versions"))) = {
-00020         { 0x506abef7, "struct_module" },
-00021         { 0x1b9aca3f, "jprobe_return" },
-00022         { 0x45e5f47f, "register_kprobe" },
-00023         { 0x1e736243, "unregister_kprobe" },
-00024         { 0xdd03a51e, "register_jprobe" },
-00025         { 0x49a83d3a, "unregister_jprobe" },
-00026         { 0xaa27f890, "__get_user_8" },
-00027         { 0x21e5679c, "copy_user_generic" },
-00028         { 0x3fa03a97, "memset" },
-00029         { 0xc16fe12d, "__memcpy" },
-00030         { 0xe914e41e, "strcpy" },
-00031         { 0xe2d5255a, "strcmp" },
-00032         { 0x2fd1d81c, "vfree" },
-00033         { 0x37a0cba, "kfree" },
-00034         { 0xd6ee688f, "vmalloc" },
-00035         { 0x8ce16b3f, "__kmalloc" },
-00036         { 0xfcdec747, "sock_release" },
-00037         { 0x8968634b, "netlink_kernel_create" },
-00038         { 0x7ec9bfbc, "strncpy" },
-00039         { 0xe3b0192b, "vscnprintf" },
-00040         { 0x757b6858, "skb_dequeue" },
-00041         { 0xd4aed67a, "netlink_ack" },
-00042         { 0xdd132261, "printk" },
-00043         { 0x5fc0695e, "__kfree_skb" },
-00044         { 0xaa1449d7, "netlink_unicast" },
-00045         { 0x3958414f, "skb_over_panic" },
-00046         { 0x559dbbb8, "alloc_skb" },
-00047 };
-00048 
-00049 static const char __module_depends[]
-00050 __attribute_used__
-00051 __attribute__((section(".modinfo"))) =
-00052 "depends=";
-00053 
-00054 
-00055 MODULE_INFO(srcversion, "F330A962246F179FE15E94B");
-
-- cgit