2005-12-20 Kristian Høgsberg <krh@redhat.com>
* module/sysprof-module.c (sysprof_read): Remove left over debug
print out.
+2005-12-20 Kristian Høgsberg <krh@redhat.com>
+
+ * module/sysprof-module.c (sysprof_read): Remove left over debug
+ print out.
+
Tue Dec 20 16:03:29 2005 Soeren Sandmann <sandmann@redhat.com>
* TODO: Updates
if (head == tail)
return -EWOULDBLOCK;
- printk(KERN_NOTICE "sysprof: read one trace\n");
-
trace = tail;
if (tail++ == &stack_traces[N_TRACES - 1])
tail = &stack_traces[0];