X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-filter-specialize.c;h=978ee1a640bc9bdcc60ddab1591a0a94fadbe2b3;hb=refs%2Fheads%2Fstable-2.9;hp=0c1d395423b2590cd6bdd53020ac12e64e3a1dbd;hpb=07dfc1d0e4b093ad02682499a702dc11e54e8302;p=lttng-modules.git diff --git a/lttng-filter-specialize.c b/lttng-filter-specialize.c index 0c1d3954..978ee1a6 100644 --- a/lttng-filter-specialize.c +++ b/lttng-filter-specialize.c @@ -20,7 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "lttng-filter.h" +#include 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;