X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fevent-rule%2Fuprobe.c;h=67f99c482ec681c4e95d39625e5ca582df41391f;hb=2b00d46244cab86f1186a7b00cdc660f24a26f72;hp=09434b6d41f8ab965542b5731432423cce68bdfd;hpb=a3ecaea889e67f87307cc3be53e51fb472a67c3b;p=lttng-tools.git diff --git a/src/common/event-rule/uprobe.c b/src/common/event-rule/uprobe.c index 09434b6d4..67f99c482 100644 --- a/src/common/event-rule/uprobe.c +++ b/src/common/event-rule/uprobe.c @@ -155,18 +155,20 @@ static const char *lttng_event_rule_uprobe_get_filter( return NULL; } -static const struct lttng_filter_bytecode * +static const struct lttng_bytecode * lttng_event_rule_uprobe_get_filter_bytecode(const struct lttng_event_rule *rule) { /* Unsupported. */ return NULL; } -static struct lttng_event_exclusion * -lttng_event_rule_uprobe_generate_exclusions(const struct lttng_event_rule *rule) +static enum lttng_event_rule_generate_exclusions_status +lttng_event_rule_uprobe_generate_exclusions(const struct lttng_event_rule *rule, + struct lttng_event_exclusion **exclusions) { /* Unsupported. */ - return NULL; + *exclusions = NULL; + return LTTNG_EVENT_RULE_GENERATE_EXCLUSIONS_STATUS_NONE; } static unsigned long