minor fixes
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 10 Jan 2004 22:52:09 +0000 (22:52 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 10 Jan 2004 22:52:09 +0000 (22:52 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@373 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/textDump.c

index 3333823d9095778bf315a75f1e2cc044b4ebe50b..24b266a285212c2366df8e8ddef7e2ee9ae8d93c 100644 (file)
@@ -302,7 +302,7 @@ static int write_event_content(void *hook_data, void *call_data)
   g_string_append_printf(a_string,"\n");  
 
   if(a_state) {
-    g_string_append_printf(a_string, " %s",
+    g_string_append_printf(a_string, " %s ",
         g_quark_to_string(tfs->process->state->s));
   }
 
@@ -342,13 +342,13 @@ G_MODULE_EXPORT void init(LttvModule *self, int argc, char **argv)
       LTTV_OPT_NONE, &a_state, NULL, NULL);
 
   a_cpu_stats = FALSE;
-  lttv_option_add("cpu_stats", 's', 
+  lttv_option_add("cpu_stats", 'c', 
       "write the per cpu statistics", 
       "", 
       LTTV_OPT_NONE, &a_cpu_stats, NULL, NULL);
 
   a_process_stats = FALSE;
-  lttv_option_add("process_stats", 's', 
+  lttv_option_add("process_stats", 'p', 
       "write the per process statistics", 
       "", 
       LTTV_OPT_NONE, &a_process_stats, NULL, NULL);
This page took 0.027272 seconds and 4 git commands to generate.