add target pid for filtering
[lttv.git] / ltt / branches / poly / lttv / lttv / filter.h
index 067277981291d406b3d58bfeec567a246219d121..b809f5a0f705601aeebe65e6984a83affa0a515e 100644 (file)
@@ -114,6 +114,7 @@ enum _LttvFieldType {
   LTTV_FILTER_EVENT_CATEGORY,         /**< FIXME: not implemented */
   LTTV_FILTER_EVENT_TIME,             /**< event.time (double) */
   LTTV_FILTER_EVENT_TSC,              /**< event.tsc (double) */
+  LTTV_FILTER_EVENT_TARGET_PID,       /**< event.target_pid (guint) */
   LTTV_FILTER_EVENT_FIELD,            /**< dynamic field, specified in facility */
   LTTV_FILTER_UNDEFINED               /**< undefined field */
 };
This page took 0.022788 seconds and 4 git commands to generate.