X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Fnotification.c;h=0f1a418112eefedb41401b5c89174b3c9baf4feb;hp=9356d432eea8a5d8072ee910eda6aa1f45121874;hb=d891bb526224eeaf1cf688e072c7bf77321c6c2f;hpb=67d38b9374a83948f81ae1544e0fc707f0829303 diff --git a/tests/regression/tools/notification/notification.c b/tests/regression/tools/notification/notification.c index 9356d432e..0f1a41811 100644 --- a/tests/regression/tools/notification/notification.c +++ b/tests/regression/tools/notification/notification.c @@ -1872,7 +1872,7 @@ static void test_kprobe_event_rule_notification( ok(event_rule_status == LTTNG_EVENT_RULE_STATUS_OK, "Setting kprobe event rule location: '%s'", symbol_name); - event_rule_status = lttng_event_rule_kernel_probe_set_name( + event_rule_status = lttng_event_rule_kernel_probe_set_event_name( event_rule, trigger_name); ok(event_rule_status == LTTNG_EVENT_RULE_STATUS_OK, "Setting kprobe event rule name: '%s'", trigger_name);