X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-filter.h;fp=lttng-filter.h;h=a1bf79b9b4edc33a5731334e4fc5c9d80313a7ea;hb=79150a4903b5f31695fcd1d9655555ba6dc4bfa4;hp=7eea1487e5774bd74458c9243bac17e9ad7101cc;hpb=4949b0e607fa16a22b141c9253c89f930f70e03f;p=lttng-modules.git diff --git a/lttng-filter.h b/lttng-filter.h index 7eea1487..a1bf79b9 100644 --- a/lttng-filter.h +++ b/lttng-filter.h @@ -171,8 +171,10 @@ int lttng_filter_validate_bytecode(struct bytecode_runtime *bytecode); int lttng_filter_specialize_bytecode(struct bytecode_runtime *bytecode); uint64_t lttng_filter_false(void *filter_data, + struct lttng_probe_ctx *lttng_probe_ctx, const char *filter_stack_data); uint64_t lttng_filter_interpret_bytecode(void *filter_data, + struct lttng_probe_ctx *lttng_probe_ctx, const char *filter_stack_data); #endif /* _LTTNG_FILTER_H */