diff options
Diffstat (limited to 'source/module/monitor_proc.h')
| -rw-r--r-- | source/module/monitor_proc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/module/monitor_proc.h b/source/module/monitor_proc.h index 8ed4efc..af8f743 100644 --- a/source/module/monitor_proc.h +++ b/source/module/monitor_proc.h @@ -4,10 +4,13 @@ #define DEFAULT_INTERVAL_NS 10000 // 10us #define DEFAULT_DUMP_RESET_SEC 10 // 60s #define DEFAULT_SAMPLE_ALL 0 +#define STACK_CAPTURE_IMMEDIATE 0 +#define STACK_CAPTURE_AGGREGATE 1 extern int def_interval_ns; extern int dump_reset_sec; extern int sample_all; +extern int stack_capture_mode; int monitor_proc_init(void); int monitor_proc_exit(void); |
