From 655ee2825121e149a9976e562946892efb20aea1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 21:48:47 +0000 Subject: *** empty log message *** --- runtime/docs/html/dtr_8mod_8c-source.html | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 e497c5c4..c1483735 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/test4/dtr.mod.c Source File +SystemTap: probes/shellsnoop/dtr.mod.c Source File -
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Directories | File List | Globals | Related Pages
+probes / shellsnoop

dtr.mod.c

00001 #include <linux/module.h>
 00002 #include <linux/vermagic.h>
 00003 #include <linux/compiler.h>
@@ -27,32 +27,32 @@
 00018 __attribute_used__
 00019 __attribute__((section("__versions"))) = {
 00020         { 0x506abef7, "struct_module" },
-00021         { 0xfcdec747, "sock_release" },
-00022         { 0x8968634b, "netlink_kernel_create" },
-00023         { 0xb240ca65, "schedule_work" },
-00024         { 0x1b9aca3f, "jprobe_return" },
-00025         { 0x757b6858, "skb_dequeue" },
-00026         { 0xd4aed67a, "netlink_ack" },
-00027         { 0x5fc0695e, "__kfree_skb" },
-00028         { 0xaa1449d7, "netlink_unicast" },
-00029         { 0x3958414f, "skb_over_panic" },
-00030         { 0x559dbbb8, "alloc_skb" },
-00031         { 0x7ec9bfbc, "strncpy" },
-00032         { 0xe3b0192b, "vscnprintf" },
-00033         { 0x45e5f47f, "register_kprobe" },
-00034         { 0x1e736243, "unregister_kprobe" },
-00035         { 0xdd03a51e, "register_jprobe" },
-00036         { 0x49a83d3a, "unregister_jprobe" },
-00037         { 0x3fa03a97, "memset" },
-00038         { 0xc16fe12d, "__memcpy" },
-00039         { 0xe914e41e, "strcpy" },
-00040         { 0xe2d5255a, "strcmp" },
-00041         { 0x2fd1d81c, "vfree" },
-00042         { 0x37a0cba, "kfree" },
-00043         { 0xd6ee688f, "vmalloc" },
-00044         { 0x8ce16b3f, "__kmalloc" },
-00045         { 0x8e3c9cc3, "vprintk" },
-00046         { 0xdd132261, "printk" },
+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[]
@@ -61,5 +61,5 @@
 00052 "depends=";
 00053 
 00054 
-00055 MODULE_INFO(srcversion, "01D3B50188E5E952DA9FD12");
+00055 MODULE_INFO(srcversion, "F330A962246F179FE15E94B");
 
-- cgit