event-rule: userspace probe: rename get/set_name to get/set_event_name
[lttng-tools.git] / tests / regression / tools / notification / notification.c
index e1d57f9635fb15a5ac31bf80810b149a840593a4..5f75334538504d43abd8741e548602792fb766a1 100644 (file)
@@ -1981,7 +1981,7 @@ static void test_uprobe_event_rule_notification(
        ok(event_rule_status == LTTNG_EVENT_RULE_STATUS_OK,
                        "Setting uprobe event rule location");
 
-       event_rule_status = lttng_event_rule_userspace_probe_set_name(
+       event_rule_status = lttng_event_rule_userspace_probe_set_event_name(
                        event_rule, trigger_name);
        ok(event_rule_status == LTTNG_EVENT_RULE_STATUS_OK,
                        "Setting uprobe event rule name: '%s'", trigger_name);
This page took 0.023058 seconds and 4 git commands to generate.