X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fevent-rule%2Fkprobe.c;fp=src%2Fcommon%2Fevent-rule%2Fkprobe.c;h=01699caf1ade9407948e8024889095954d3948c9;hp=6ec5cd402df5c590ab115a1384d6e5e34ec161b9;hb=993578ff7c4fce4d9a834918d192f896ba3021c7;hpb=e1b624d005769d1a2e9eb39fee63c73c6395fd76 diff --git a/src/common/event-rule/kprobe.c b/src/common/event-rule/kprobe.c index 6ec5cd402..01699caf1 100644 --- a/src/common/event-rule/kprobe.c +++ b/src/common/event-rule/kprobe.c @@ -170,11 +170,13 @@ lttng_event_rule_kprobe_get_filter_bytecode(const struct lttng_event_rule *rule) return NULL; } -static struct lttng_event_exclusion * -lttng_event_rule_kprobe_generate_exclusions(const struct lttng_event_rule *rule) +static enum lttng_event_rule_generate_exclusions_status +lttng_event_rule_kprobe_generate_exclusions(const struct lttng_event_rule *rule, + struct lttng_event_exclusion **exclusions) { /* Not supported. */ - return NULL; + *exclusions = NULL; + return LTTNG_EVENT_RULE_GENERATE_EXCLUSIONS_STATUS_NONE; } static unsigned long