module: code clean
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
#include "monitor_trace.h"
|
||||
|
||||
extern mm_tree mm_tree_struct;
|
||||
extern struct diag_variant_buffer load_monitor_variant_buffer;
|
||||
extern struct diag_variant_buffer load_monitor_variant_buffer; // global buffer
|
||||
|
||||
int monitor_init(void);
|
||||
void monitor_exit(void);
|
||||
int monitor_init(void); // monitor init
|
||||
void monitor_exit(void); // monitor exit
|
||||
|
||||
int start_watch_variable(watch_arg warg);
|
||||
void clear_watch(pid_t pid);
|
||||
int start_watch_variable(watch_arg warg); // for open
|
||||
void clear_watch(pid_t pid); // for release
|
||||
|
||||
enum hrtimer_restart check_variable_cb(struct hrtimer *timer); // callback
|
||||
enum hrtimer_restart check_variable_cb(struct hrtimer *timer); // hrtimer callback
|
||||
|
||||
int diag_test(int nid);
|
||||
int diag_test(int nid); // that is for test
|
||||
Reference in New Issue
Block a user