change traceread install lib path
[lttv.git] / ltt / branches / poly / lttv / modules / text / textFilter.c
index 20b769cfa935dee3ed97ecb2003301b5bffc5842..7dcca632ae7c53701cf17ee4c5433e90c8d05d57 100644 (file)
  *  file containing filtering expressions.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <lttv/lttv.h>
 #include <lttv/option.h>
 #include <lttv/module.h>
@@ -130,6 +134,7 @@ void filter_list_commands(void *hook_data) {
 
   g_print("*** Possible fields ***\n");
   g_print("event.name (string)\n");
+  g_print("event.facility (string)\n");
   g_print("event.category (string)\n");
   g_print("event.time (double)\n");
   g_print("event.tsc (integer)\n");
This page took 0.02595 seconds and 4 git commands to generate.