pkg_modules="gtk+-2.0 >= 2.0.0"
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
+PACKAGE_CFLAGS="-Wall -Wformat"
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)
#endif
#include <lttv/filter.h>
+#include <ltt/trace.h>
+#include <stdlib.h>
+#include <string.h>
/**
* @fn LttvSimpleExpression* lttv_simple_expression_new()
GString* f = NULL;
if(fp->len < 2) return FALSE;
- g_assert(f=g_ptr_array_remove_index(fp,0));
+ g_assert((f=g_ptr_array_remove_index(fp,0)));
/*
* Parse through the specified
gboolean is_double = FALSE;
LttTime t = ltt_time_zero;
GString* v;
- GQuark quark;
switch(se->field) {
/*
guint i, j, k, l, nb_trace, nb_tracefile;
- LttFacility *f;
-
- LttEventType *et;
-
LttvTraceStats *ts;
LttvTracefileStats *tfs;
- void *hook_data;
-
GArray *hooks, *before_hooks, *after_hooks;
LttvTraceHook *hook;
static void
init(LttvTracesetContext *self, LttvTraceset *ts)
{
- guint i, j, nb_trace;
+ guint i, nb_trace;
LttvTraceContext *tc;
const LttvTracesetContextPosition *pos)
{
guint i;
- LttvTraceContext *tc;
- LttvTracefileContext *tfc;
g_tree_destroy(self->pqueue);
self->pqueue = g_tree_new(compare_tracefile);