X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_trigger.c;h=af58d7b316d604cc3839780fdd22d758b79f64f4;hp=af5c420e1fe769a708dcaf8e03da5efb93c53339;hb=665db06360d2bb830a47a2562ef0ebc28a1d75df;hpb=1d4b59f247e2692bf1e9c3c0aac93a47389d20dd diff --git a/src/bin/lttng/commands/add_trigger.c b/src/bin/lttng/commands/add_trigger.c index af5c420e1..af58d7b31 100644 --- a/src/bin/lttng/commands/add_trigger.c +++ b/src/bin/lttng/commands/add_trigger.c @@ -1284,7 +1284,7 @@ struct condition_descr { static const struct condition_descr condition_descrs[] = { - { "on-event", handle_condition_event }, + { "event-rule-matches", handle_condition_event }, { "on-session-consumed-size", handle_condition_session_consumed_size }, { "on-buffer-usage-high", handle_condition_buffer_usage_high }, { "on-buffer-usage-low", handle_condition_buffer_usage_low },