Migrate tracepoint instrumentation to TP_FIELDS
[lttng-modules.git] / lttng-filter-specialize.c
index 0c1d395423b2590cd6bdd53020ac12e64e3a1dbd..b82497d20e562eb588c61c6d9b41bd18b1308647 100644 (file)
@@ -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.023294 seconds and 4 git commands to generate.