fix smp in control flow view
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / module.c
index dd99d1302348a0237ef803ac4cb5d1fd361885e1..c7c571927f9804432e6901b00a6aba6c726d6288 100644 (file)
  * Author : Mathieu Desnoyers, June 2003
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib.h>
 #include <lttv/lttv.h>
 #include <lttv/module.h>
@@ -47,6 +51,8 @@
 
 #include "hGuiControlFlowInsert.xpm"
 
+GQuark LTT_NAME_CPU;
+
 /** Array containing instanced objects. Used when module is unloaded */
 GSList *g_control_flow_data_list = NULL ;
 
@@ -71,6 +77,8 @@ static void init() {
                                   hGuiControlFlowInsert_xpm,
                                   "Insert Control Flow Viewer",
                                   h_guicontrolflow);
+
+  LTT_NAME_CPU = g_quark_from_string("/cpu");
 }
 
 void destroy_walk(gpointer data, gpointer user_data)
This page took 0.022505 seconds and 4 git commands to generate.