This commit is contained in:
zy
2023-11-27 20:51:25 -05:00
parent e560158cbc
commit 40efa27bc9
6 changed files with 16 additions and 12 deletions

View File

@@ -3,6 +3,9 @@
#include "monitor_timer.h"
#include "monitor_trace.h"
#define IOCTL_WATCH_VARIABLE 0
#define IOCTL_DUMP_LOG 1
extern mm_tree mm_tree_struct;
extern struct diag_variant_buffer load_monitor_variant_buffer; // global buffer
@@ -14,4 +17,4 @@ void clear_watch(pid_t pid); // for release
enum hrtimer_restart check_variable_cb(struct hrtimer *timer); // hrtimer callback
int diag_test(int nid); // that is for test
int diag_test(int nid); // for test