From 3d4bc8bea6b45893bd4b49f44df26bd602b4cba5 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 15:17:29 +0000 Subject: Update to use relayfs. --- runtime/docs/html/dtr_8mod_8c-source.html | 63 ++++++++++++++++++------------- 1 file changed, 36 insertions(+), 27 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 1deec9c6..e497c5c4 100644 --- a/runtime/docs/html/dtr_8mod_8c-source.html +++ b/runtime/docs/html/dtr_8mod_8c-source.html @@ -3,7 +3,7 @@ SystemTap: probes/test4/dtr.mod.c Source File - +
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
@@ -27,30 +27,39 @@ 00018 __attribute_used__ 00019 __attribute__((section("__versions"))) = { 00020 { 0x506abef7, "struct_module" }, -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 { 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 MODULE_INFO(srcversion, "3CC4F9300C5C4E353BD2804"); +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" }, +00047 }; +00048 +00049 static const char __module_depends[] +00050 __attribute_used__ +00051 __attribute__((section(".modinfo"))) = +00052 "depends="; +00053 +00054 +00055 MODULE_INFO(srcversion, "01D3B50188E5E952DA9FD12"); -- cgit