X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=lttng-filter.c;h=86c21ee421c08562b6694177e2d774493e285ec5;hb=57ba4b4152578d463e8642ec0000cd3d6114ee6f;hp=ff9767436fb7dec2ed4a082fc8c586183f505deb;hpb=f8d427406a03b85966a3f7a1e621a95d7275a988;p=lttng-modules.git diff --git a/lttng-filter.c b/lttng-filter.c index ff976743..86c21ee4 100644 --- a/lttng-filter.c +++ b/lttng-filter.c @@ -171,6 +171,8 @@ static const char *opnames[] = { [ FILTER_OP_LOAD_FIELD_DOUBLE ] = "LOAD_FIELD_DOUBLE", [ FILTER_OP_UNARY_BIT_NOT ] = "UNARY_BIT_NOT", + + [ FILTER_OP_RETURN_S64 ] = "RETURN_S64", }; const char *lttng_filter_print_op(enum filter_op op)