X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fcondition%2Fon-event.h;h=18c4155a2c73dd10d1462d088f9beec6a3dbf8e3;hp=5114ec1fc99fccce7f437a074be79150bc439139;hb=65f649784e948615ec369db9eba40847a75ccaf2;hpb=6bec8cb240a4afc220bfd21f4b5f3c7eb4958dc2 diff --git a/include/lttng/condition/on-event.h b/include/lttng/condition/on-event.h index 5114ec1fc..18c4155a2 100644 --- a/include/lttng/condition/on-event.h +++ b/include/lttng/condition/on-event.h @@ -64,23 +64,10 @@ extern enum lttng_condition_status lttng_condition_on_event_get_rule( * allow users to query a number of properties resulting from the evaluation * of a condition which evaluated to true. * - * The evaluation of a on event hit yields two different results: - * TEMPORARY - The name of the triggers associated with the condition. - * TODO - The captured event payload if any + * The evaluation of an on event condition contains the captured event + * payload fields that were specified by the condition. */ -/* - * Get the trigger name property of a on event hit evaluation. - * - * Returns LTTNG_EVALUATION_STATUS_OK on success and a trigger name - * or LTTNG_EVALUATION_STATUS_INVALID if - * an invalid parameter is passed. - */ -extern enum lttng_evaluation_status -lttng_evaluation_on_event_get_trigger_name( - const struct lttng_evaluation *evaluation, - const char **name); - /* * Sets `*field_val` to the array event field value of the on event * condition evaluation `evaluation` which contains its captured values.