mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Updates
Sat Jun 18 22:45:04 2005 Søren Sandmann <sandmann@redhat.com> * TODO: Updates * configure.ac: Check for Linux 2.6.11 * process.c (get_pidname): Present pid=-1 as [kernel]. * module/sysprof-module.c: Use register_timer_hook() instead of a kernel timer. Set trace.pid to -1 if interrupt happens in kernel.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
fb7e1ddc47
commit
18abd9e1e6
@ -26,7 +26,7 @@ typedef struct SysprofStackTrace SysprofStackTrace;
|
||||
|
||||
struct SysprofStackTrace
|
||||
{
|
||||
int pid;
|
||||
int pid; /* -1 if in kernel */
|
||||
int truncated;
|
||||
int n_addresses; /* note: this can be 1 if the process was compiled
|
||||
* with -fomit-frame-pointer or is otherwise weird
|
||||
|
||||
Reference in New Issue
Block a user