X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Ffilter%2Ffilter.c;h=b6269474268ab44e727bbc1e26725328ec258f0f;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=a69685f8f8b58559187a7e10fd8e828d313a1748;hpb=0fe54b017fd76e78304066575103681ea7a36457;p=lttv.git diff --git a/lttv/modules/gui/filter/filter.c b/lttv/modules/gui/filter/filter.c index a69685f8..b6269474 100644 --- a/lttv/modules/gui/filter/filter.c +++ b/lttv/modules/gui/filter/filter.c @@ -12,8 +12,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H @@ -196,7 +196,6 @@ gui_filter(LttvPlugin *plugin) g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("channel.name")); g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("trace.name")); g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.process_name")); - g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.thread_brand")); g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.pid")); g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.ppid")); g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.creation_time"));