ioctl
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user