From e94cb46c2219da504a559d49eeda3e4134b96453 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 22 Mar 2005 18:36:50 +0000 Subject: *** empty log message *** --- runtime/docs/html/stp__tasklet_8c-source.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'runtime/docs/html/stp__tasklet_8c-source.html') diff --git a/runtime/docs/html/stp__tasklet_8c-source.html b/runtime/docs/html/stp__tasklet_8c-source.html index 5e9413ae..93f8b84c 100644 --- a/runtime/docs/html/stp__tasklet_8c-source.html +++ b/runtime/docs/html/stp__tasklet_8c-source.html @@ -16,8 +16,8 @@ 00007 #define BUCKETS 16 /* largest histogram width */ 00008 00009 #include "runtime.h" -00010 #include "io.c" -00011 #include "probes.c" +00010 #include "io.c" +00011 #include "probes.c" 00012 00013 MODULE_DESCRIPTION("test jprobes of tasklets"); 00014 MODULE_AUTHOR("Martin Hunt <hunt@redhat.com>"); @@ -25,7 +25,7 @@ 00016 void inst__rcu_process_callbacks(struct rcu_ctrlblk *rcp, 00017 struct rcu_state *rsp, struct rcu_data *rdp) 00018 { -00019 dlog ("interrupt=%d\n", in_interrupt()); +00019 dlog ("interrupt=%d\n", in_interrupt()); 00020 jprobe_return(); 00021 } 00022 @@ -40,15 +40,15 @@ 00031 00032 static int init_stp(void) 00033 { -00034 int ret = _stp_register_jprobes (stp_probes, MAX_STP_PROBES); -00035 dlog("instrumentation is enabled...\n"); +00034 int ret = _stp_register_jprobes (stp_probes, MAX_STP_PROBES); +00035 dlog("instrumentation is enabled...\n"); 00036 return ret; 00037 } 00038 00039 static void cleanup_stp(void) 00040 { -00041 _stp_unregister_jprobes (stp_probes, MAX_STP_PROBES); -00042 dlog ("EXIT\n"); +00041 _stp_unregister_jprobes (stp_probes, MAX_STP_PROBES); +00042 dlog ("EXIT\n"); 00043 } 00044 00045 module_init(init_stp); @@ -56,5 +56,5 @@ 00047 MODULE_LICENSE("GPL"); 00048
-Generated on Tue Mar 22 00:32:02 2005 for SystemTap. +Generated on Tue Mar 22 10:27:36 2005 for SystemTap. -- cgit