summaryrefslogtreecommitdiff
path: root/sfile.h
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@redhat.com>2005-09-27 05:35:19 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2005-09-27 05:35:19 +0000
commitbce3b1fea61037e67c9ffcbbc6443f9a3314e469 (patch)
treef8e4f7943b8ed502735ff4ada8499313a26ba1bc /sfile.h
parent665d680c468731d53471a2bd59cce01ad14cf296 (diff)
If the address is 0x01, treat as kernel, regardless of whether we have a
Tue Sep 27 01:33:33 2005 Soeren Sandmann <sandmann@redhat.com> * process.c (process_lookup_symbol): If the address is 0x01, treat as kernel, regardless of whether we have a map for that address or not. * module/sysprof-module.c (timer_notify): Take a stack trace of the current process, even when we are in kernel mode. This way we can assign kernel activity to individual user space stacktraces. * TODO: updates.
Diffstat (limited to 'sfile.h')
-rw-r--r--sfile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sfile.h b/sfile.h
index 4e39213..3ab0757 100644
--- a/sfile.h
+++ b/sfile.h
@@ -42,6 +42,11 @@ typedef guint SType;
* For formats consider:
*
* Format *format_new (void);
+ * void format_free (void);
+ * Content *format_create_record (Format *format, Content *c1, ...);
+ * Content *format_create_list (Format *format, Content *t);
+ * Content *format_create_pointer (Format *format, Content *pointer_type);
+ *
* void format_set_record (Format *f, Content *r);
* Content *new_record (Content *c1, ...);
*