mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Merge stackstash-reorg branch into HEAD
2005-10-30 Soren Sandmann <sandmann@redhat.com> * Merge stackstash-reorg branch into HEAD
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
3783be00a8
commit
dff4affaab
@ -24,6 +24,7 @@
|
||||
#ifndef PROCESS_H
|
||||
#define PROCESS_H
|
||||
|
||||
#include <glib.h>
|
||||
#include "binfile.h"
|
||||
|
||||
typedef struct Process Process;
|
||||
@ -41,9 +42,11 @@ typedef struct Process Process;
|
||||
* To flush the pid cache, call process_flush_caches().
|
||||
* This will invalidate all instances of Process.
|
||||
*
|
||||
* The real fix for this is probably to have the kernel module report the
|
||||
* maps along with the stacktrace.
|
||||
*
|
||||
*/
|
||||
|
||||
void process_flush_caches (void);
|
||||
Process * process_get_from_pid (int pid);
|
||||
void process_ensure_map (Process *process,
|
||||
int pid,
|
||||
|
||||
Reference in New Issue
Block a user