summaryrefslogtreecommitdiff
path: root/source/module/monitor_proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/module/monitor_proc.h')
-rw-r--r--source/module/monitor_proc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/module/monitor_proc.h b/source/module/monitor_proc.h
index 33a3ead..8ed4efc 100644
--- a/source/module/monitor_proc.h
+++ b/source/module/monitor_proc.h
@@ -2,10 +2,12 @@
#define MODULE_MONITOR_PROC_H
#define DEFAULT_INTERVAL_NS 10000 // 10us
-#define DEFAULT_DUMP_RESET_SEC 60 // 60s
+#define DEFAULT_DUMP_RESET_SEC 10 // 60s
+#define DEFAULT_SAMPLE_ALL 0
extern int def_interval_ns;
extern int dump_reset_sec;
+extern int sample_all;
int monitor_proc_init(void);
int monitor_proc_exit(void);