From e32551b18f4560056d2d482f5e1505b1b98fa82a Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 29 Mar 2005 18:07:58 +0000 Subject: *** empty log message *** --- runtime/docs/html/dtr_8mod_8c-source.html | 55 +++++++++++++++---------------- 1 file changed, 26 insertions(+), 29 deletions(-) (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 index 38f5967a..1deec9c6 100644 --- a/runtime/docs/html/dtr_8mod_8c-source.html +++ b/runtime/docs/html/dtr_8mod_8c-source.html @@ -1,12 +1,12 @@ -SystemTap: probes/shellsnoop/dtr.mod.c Source File +SystemTap: probes/test4/dtr.mod.c Source File - -
Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+ +
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+probes / test4

dtr.mod.c

00001 #include <linux/module.h>
 00002 #include <linux/vermagic.h>
 00003 #include <linux/compiler.h>
@@ -27,33 +27,30 @@
 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" },
+00021         { 0xb240ca65, "schedule_work" },
+00022         { 0x1b9aca3f, "jprobe_return" },
+00023         { 0xe3b0192b, "vscnprintf" },
+00024         { 0x45e5f47f, "register_kprobe" },
+00025         { 0x1e736243, "unregister_kprobe" },
+00026         { 0xdd03a51e, "register_jprobe" },
+00027         { 0x49a83d3a, "unregister_jprobe" },
 00028         { 0x3fa03a97, "memset" },
 00029         { 0xc16fe12d, "__memcpy" },
 00030         { 0xe914e41e, "strcpy" },
 00031         { 0xe2d5255a, "strcmp" },
-00032         { 0xe3b0192b, "vscnprintf" },
-00033         { 0x8e3c9cc3, "vprintk" },
-00034         { 0xdd132261, "printk" },
-00035         { 0x2fd1d81c, "vfree" },
-00036         { 0x37a0cba, "kfree" },
-00037         { 0xd6ee688f, "vmalloc" },
-00038         { 0x8ce16b3f, "__kmalloc" },
-00039 };
-00040 
-00041 static const char __module_depends[]
-00042 __attribute_used__
-00043 __attribute__((section(".modinfo"))) =
-00044 "depends=";
+00032         { 0x2fd1d81c, "vfree" },
+00033         { 0x37a0cba, "kfree" },
+00034         { 0xd6ee688f, "vmalloc" },
+00035         { 0x8ce16b3f, "__kmalloc" },
+00036         { 0x8e3c9cc3, "vprintk" },
+00037         { 0xdd132261, "printk" },
+00038 };
+00039 
+00040 static const char __module_depends[]
+00041 __attribute_used__
+00042 __attribute__((section(".modinfo"))) =
+00043 "depends=";
+00044 
 00045 
-00046 
-00047 MODULE_INFO(srcversion, "D6A3BE8A54CB181A59924B3");
-

-Generated on Tue Mar 22 00:32:02 2005 for SystemTap. - +00046 MODULE_INFO(srcversion, "3CC4F9300C5C4E353BD2804"); + -- cgit