5b8289570066bb12da936fdae51a7a92495ccee7
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / init_module.c
1 /* This file is part of the Linux Trace Toolkit viewer
2 * Copyright (C) 2003-2004 Mathieu Desnoyers and XangXiu Yang
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License Version 2 as
6 * published by the Free Software Foundation;
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the Free Software
15 * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
16 * MA 02111-1307, USA.
17 */
18
19 /*
20 * Initial main.c file generated by Glade. Edit as required.
21 * Glade will not overwrite this file.
22 */
23
24 #ifdef HAVE_CONFIG_H
25 # include <config.h>
26 #endif
27
28 #include <gtk/gtk.h>
29 #include <glib.h>
30 #include <string.h>
31
32 #include <lttv/lttv.h>
33 #include <lttv/attribute.h>
34 #include <lttv/hook.h>
35 #include <lttv/option.h>
36 #include <lttv/module.h>
37 #include <lttv/tracecontext.h>
38 #include <lttv/state.h>
39 #include <lttv/stats.h>
40 #include <lttvwindow/menu.h>
41 #include <lttvwindow/toolbar.h>
42 #include <lttvwindow/lttvwindowtraces.h>
43
44 #include "interface.h"
45 #include "support.h"
46 #include <lttvwindow/mainwindow.h>
47 #include <lttvwindow/mainwindow-private.h>
48 #include "callbacks.h"
49 #include <ltt/trace.h>
50
51
52 __EXPORT LttvTraceInfo
53 LTTV_TRACES,
54 LTTV_COMPUTATION,
55 LTTV_VIEWER_CONSTRUCTORS,
56 LTTV_REQUESTS_QUEUE,
57 LTTV_REQUESTS_CURRENT,
58 LTTV_NOTIFY_QUEUE,
59 LTTV_NOTIFY_CURRENT,
60 LTTV_COMPUTATION_TRACESET,
61 LTTV_COMPUTATION_TRACESET_CONTEXT,
62 LTTV_COMPUTATION_SYNC_POSITION,
63 LTTV_BEFORE_CHUNK_TRACESET,
64 LTTV_BEFORE_CHUNK_TRACE,
65 LTTV_BEFORE_CHUNK_TRACEFILE,
66 LTTV_AFTER_CHUNK_TRACESET,
67 LTTV_AFTER_CHUNK_TRACE,
68 LTTV_AFTER_CHUNK_TRACEFILE,
69 LTTV_BEFORE_REQUEST,
70 LTTV_AFTER_REQUEST,
71 LTTV_EVENT_HOOK,
72 LTTV_EVENT_HOOK_BY_ID_CHANNEL,
73 LTTV_HOOK_ADDER,
74 LTTV_HOOK_REMOVER,
75 LTTV_IN_PROGRESS,
76 LTTV_READY,
77 LTTV_LOCK;
78
79
80 /** Array containing instanced objects. */
81 GSList * g_main_window_list = NULL ;
82
83 LttvHooks
84 *main_hooks;
85
86 /* Initial trace from command line */
87 static GSList *g_init_trace = NULL;
88
89 static char *a_trace;
90 //static char g_init_trace[PATH_MAX] = "";
91 static gboolean a_live;
92
93
94 void lttv_trace_option(void *hook_data)
95 {
96 //LttTrace *trace;
97
98 //get_absolute_pathname(a_trace, g_init_trace);
99 g_init_trace = g_slist_append(g_init_trace, a_trace);
100 }
101
102 /*****************************************************************************
103 * Functions for module loading/unloading *
104 *****************************************************************************/
105 /**
106 * plugin's init function
107 *
108 * This function initializes the GUI.
109 */
110
111 static gboolean window_creation_hook(void *hook_data, void *call_data)
112 {
113 g_debug("GUI window_creation_hook()");
114 #ifdef ENABLE_NLS
115 bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
116 bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
117 textdomain (GETTEXT_PACKAGE);
118 #endif
119
120 gtk_set_locale ();
121 gtk_init (&lttv_argc, &lttv_argv);
122
123 add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps/" PACKAGE);
124 add_pixmap_directory ("pixmaps");
125 add_pixmap_directory ("../modules/gui/main/pixmaps");
126
127 /* First window, use command line trace */
128 create_main_window_with_trace_list(g_init_trace, a_live);
129
130 gtk_main ();
131
132 return FALSE;
133 }
134
135 static void init() {
136
137 LttvAttributeValue value;
138 gboolean retval;
139
140 // Global attributes only used for interaction with main() here.
141 LttvIAttribute *attributes = LTTV_IATTRIBUTE(lttv_global_attributes());
142
143 LTTV_TRACES = g_quark_from_string("traces");
144 LTTV_COMPUTATION = g_quark_from_string("computation");
145 LTTV_VIEWER_CONSTRUCTORS = g_quark_from_string("viewer_constructors");
146 LTTV_REQUESTS_QUEUE = g_quark_from_string("requests_queue");
147 LTTV_REQUESTS_CURRENT = g_quark_from_string("requests_current");
148 LTTV_NOTIFY_QUEUE = g_quark_from_string("notify_queue");
149 LTTV_NOTIFY_CURRENT = g_quark_from_string("notify_current");
150 LTTV_COMPUTATION_TRACESET = g_quark_from_string("computation_traceset");
151 LTTV_COMPUTATION_TRACESET_CONTEXT =
152 g_quark_from_string("computation_traceset_context");
153 LTTV_COMPUTATION_SYNC_POSITION =
154 g_quark_from_string("computation_sync_position");
155 LTTV_BEFORE_CHUNK_TRACESET = g_quark_from_string("before_chunk_traceset");
156 LTTV_BEFORE_CHUNK_TRACE = g_quark_from_string("before_chunk_trace");
157 LTTV_BEFORE_CHUNK_TRACEFILE = g_quark_from_string("before_chunk_tracefile");
158 LTTV_AFTER_CHUNK_TRACESET = g_quark_from_string("after_chunk_traceset");
159 LTTV_AFTER_CHUNK_TRACE = g_quark_from_string("after_chunk_trace");
160 LTTV_AFTER_CHUNK_TRACEFILE = g_quark_from_string("after_chunk_tracefile");
161 LTTV_BEFORE_REQUEST = g_quark_from_string("before_request");
162 LTTV_AFTER_REQUEST = g_quark_from_string("after_request");
163 LTTV_EVENT_HOOK = g_quark_from_string("event_hook");
164 LTTV_EVENT_HOOK_BY_ID_CHANNEL = g_quark_from_string("event_hook_by_id_channel");
165 LTTV_HOOK_ADDER = g_quark_from_string("hook_adder");
166 LTTV_HOOK_REMOVER = g_quark_from_string("hook_remover");
167 LTTV_IN_PROGRESS = g_quark_from_string("in_progress");
168 LTTV_READY = g_quark_from_string("ready");
169 LTTV_LOCK = g_quark_from_string("lock");
170
171 g_debug("GUI init()");
172
173 lttv_option_add("trace", 't',
174 "add a trace to the trace set to analyse",
175 "pathname of the directory containing the trace",
176 LTTV_OPT_STRING, &a_trace, lttv_trace_option, NULL);
177
178 a_live = FALSE;
179 lttv_option_add("live", 0,
180 "define if the traceset is receiving live informations",
181 "",
182 LTTV_OPT_NONE, &a_live, NULL, NULL);
183
184 retval= lttv_iattribute_find_by_path(attributes, "hooks/main/before",
185 LTTV_POINTER, &value);
186 g_assert(retval);
187 g_assert((main_hooks = *(value.v_pointer)) != NULL);
188
189 lttv_hooks_add(main_hooks, window_creation_hook, NULL, LTTV_PRIO_DEFAULT);
190
191 {
192 /* Register state calculator */
193 LttvHooks *hook_adder = lttv_hooks_new();
194 lttv_hooks_add(hook_adder, lttv_state_save_hook_add_event_hooks, NULL,
195 LTTV_PRIO_DEFAULT);
196 lttv_hooks_add(hook_adder, lttv_state_hook_add_event_hooks, NULL,
197 LTTV_PRIO_DEFAULT);
198 LttvHooks *hook_remover = lttv_hooks_new();
199 lttv_hooks_add(hook_remover, lttv_state_save_hook_remove_event_hooks,
200 NULL, LTTV_PRIO_DEFAULT);
201 lttv_hooks_add(hook_remover, lttv_state_hook_remove_event_hooks,
202 NULL, LTTV_PRIO_DEFAULT);
203 /* Add state computation background hook adder to attributes */
204 lttvwindowtraces_register_computation_hooks(g_quark_from_string("state"),
205 NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
206 hook_adder, hook_remover);
207 }
208
209 {
210 /* Register statistics calculator */
211 LttvHooks *hook_adder = lttv_hooks_new();
212 lttv_hooks_add(hook_adder, lttv_stats_hook_add_event_hooks, NULL,
213 LTTV_PRIO_DEFAULT);
214 lttv_hooks_add(hook_adder, lttv_state_hook_add_event_hooks, NULL,
215 LTTV_PRIO_DEFAULT);
216 LttvHooks *hook_remover = lttv_hooks_new();
217 lttv_hooks_add(hook_remover, lttv_stats_hook_remove_event_hooks,
218 NULL, LTTV_PRIO_DEFAULT);
219 lttv_hooks_add(hook_remover, lttv_state_hook_remove_event_hooks,
220 NULL, LTTV_PRIO_DEFAULT);
221 LttvHooks *after_request = lttv_hooks_new();
222 lttv_hooks_add(after_request, lttv_stats_sum_traceset_hook, NULL,
223 LTTV_PRIO_DEFAULT);
224 /* Add state computation background hook adder to attributes */
225 lttvwindowtraces_register_computation_hooks(g_quark_from_string("stats"),
226 NULL, NULL, NULL, NULL, NULL, NULL, NULL,
227 after_request, NULL, NULL,
228 hook_adder, hook_remover);
229 }
230 }
231
232 void
233 main_window_destructor(MainWindow * mw)
234 {
235 g_assert(GTK_IS_WIDGET(mw->mwindow));
236 gtk_widget_destroy(mw->mwindow);
237 }
238
239 static void destroy_walk(gpointer data, gpointer user_data)
240 {
241 main_window_destructor((MainWindow*)data);
242 }
243
244 /**
245 * plugin's destroy function
246 *
247 * This function releases the memory reserved by the module and unregisters
248 * everything that has been registered in the gtkTraceSet API.
249 */
250 static void destroy() {
251
252 lttv_option_remove("trace");
253 lttv_option_remove("live");
254
255 lttv_hooks_remove_data(main_hooks, window_creation_hook, NULL);
256
257 g_debug("GUI destroy()");
258
259 g_slist_foreach(g_main_window_list, destroy_walk, NULL);
260
261 g_slist_free(g_main_window_list);
262
263 g_slist_free(g_init_trace);
264
265 }
266
267
268 LTTV_MODULE("lttvwindow", "Viewer main window", \
269 "Viewer with multiple windows, tabs and panes for graphical modules", \
270 init, destroy, "stats", "option", "sync")
This page took 0.035507 seconds and 3 git commands to generate.