Version 2.9.15
[lttng-modules.git] / lttng-filter-specialize.c
index 0c1d395423b2590cd6bdd53020ac12e64e3a1dbd..978ee1a640bc9bdcc60ddab1591a0a94fadbe2b3 100644 (file)
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "lttng-filter.h"
+#include <lttng-filter.h>
 
 int lttng_filter_specialize_bytecode(struct bytecode_runtime *bytecode)
 {
@@ -423,6 +423,8 @@ int lttng_filter_specialize_bytecode(struct bytecode_runtime *bytecode)
                case FILTER_OP_LOAD_FIELD_REF_STRING:
                case FILTER_OP_LOAD_FIELD_REF_SEQUENCE:
                case FILTER_OP_GET_CONTEXT_REF_STRING:
+               case FILTER_OP_LOAD_FIELD_REF_USER_STRING:
+               case FILTER_OP_LOAD_FIELD_REF_USER_SEQUENCE:
                {
                        if (vstack_push(stack)) {
                                ret = -EINVAL;
This page took 0.023017 seconds and 4 git commands to generate.