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/stack_8c-source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/docs/html/stack_8c-source.html') diff --git a/runtime/docs/html/stack_8c-source.html b/runtime/docs/html/stack_8c-source.html index d6b1e224..dda3013a 100644 --- a/runtime/docs/html/stack_8c-source.html +++ b/runtime/docs/html/stack_8c-source.html @@ -19,7 +19,7 @@ 00012 char *delim = ":"; 00013 char namebuf[128]; 00014 -00015 symname = _stp_kallsyms_lookup(address, &symsize, &offset, &modname, namebuf); +00015 symname = _stp_kallsyms_lookup(address, &symsize, &offset, &modname, namebuf); 00016 if (!symname) 00017 return printk("[<%016lx>]", address); 00018 if (!modname) @@ -180,5 +180,5 @@ 00173 } 00174 #endif
-Generated on Tue Mar 22 00:32:02 2005 for SystemTap. +Generated on Tue Mar 22 10:27:36 2005 for SystemTap. -- cgit