X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FtextFilter.c;h=83895e9263900f5adabcedd40ff6d3b20e4c8a5c;hb=80f9611a4e0e5c9dd739ea57ca4062579382b467;hp=6013fea6ffe3fc021a6ca18d0270b3b4871f391c;hpb=1601b3650799aefdc6e5c3a20bb8584ab3d14cfd;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/textFilter.c b/ltt/branches/poly/lttv/modules/text/textFilter.c index 6013fea6..83895e92 100644 --- a/ltt/branches/poly/lttv/modules/text/textFilter.c +++ b/ltt/branches/poly/lttv/modules/text/textFilter.c @@ -53,7 +53,7 @@ static char *a_file_name = NULL, *a_string = NULL; -static GString +GString *a_filter_string = NULL; @@ -100,7 +100,6 @@ void filter_analyze_file(void *hook_data) { line = NULL; } - lttv_filter_new(a_filter_string->str,NULL); fclose(a_file); } @@ -181,7 +180,6 @@ static void init() { // LTTV_POINTER, &value)); // g_assert((before_traceset = *(value.v_pointer)) != NULL); // lttv_hooks_add(before_traceset, parse_filter_options, NULL, LTTV_PRIO_DEFAULT); - }