X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=filter-bytecode.h;h=05bd0dca5636fbbc06ac4be7f3c5cecc94327a2e;hb=refs%2Fheads%2Fstable-2.7;hp=eb0d549cbd169c93da07396a0d9ce371516c8e54;hpb=07dfc1d0e4b093ad02682499a702dc11e54e8302;p=lttng-modules.git diff --git a/filter-bytecode.h b/filter-bytecode.h index eb0d549c..05bd0dca 100644 --- a/filter-bytecode.h +++ b/filter-bytecode.h @@ -145,6 +145,10 @@ enum filter_op { FILTER_OP_GET_CONTEXT_REF_S64, FILTER_OP_GET_CONTEXT_REF_DOUBLE, + /* load userspace field ref */ + FILTER_OP_LOAD_FIELD_REF_USER_STRING, + FILTER_OP_LOAD_FIELD_REF_USER_SEQUENCE, + NR_FILTER_OPS, };