mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
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.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
665d680c46
commit
bce3b1fea6
5
sfile.h
5
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, ...);
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user