filter by facility
[lttv.git] / ltt / branches / poly / lttv / modules / text / textFilter.c
index 88a5942b0696defd94e9483471a50e6bccad8aa8..7dcca632ae7c53701cf17ee4c5433e90c8d05d57 100644 (file)
@@ -134,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.035181 seconds and 4 git commands to generate.