add output file redirection and debug verbose option
[lttngtop.git] / src / common.h
index 3b93c63db239f2275c07cd7a0716203feaab1912..e21ece4ff014d42f17a479acba05d6726b022da8 100644 (file)
@@ -41,6 +41,8 @@ char *opt_exec_name;
 char **opt_exec_argv;
 char **opt_exec_env;
 int opt_exec_pid;
+char *opt_output;
+FILE *output;
 GHashTable *tid_filter_list;
 
 int remote_live;
@@ -51,7 +53,7 @@ extern int quit;
 
 struct lttngtop *data;
 
-struct processtop *find_process_tid(struct lttngtop *ctx, int pid, char *comm);
+struct processtop *find_process_tid(struct lttngtop *ctx, int pid, const char *comm);
 struct processtop* add_proc(struct lttngtop *ctx, int pid, char *comm,
                unsigned long timestamp, char *hostname);
 struct processtop* update_proc(struct processtop* proc, int pid, int tid,
This page took 0.022213 seconds and 4 git commands to generate.