X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-sessiond%2Fust-app.h;h=17d6641bc70aa6b79f687a5825b8efcf7b58136c;hb=b0a40d28e4498724b405cbcd5c468bfec3295eb0;hp=0446363c37c78b0bcf296d5aa782bd3749e3063d;hpb=78f0bacd8f9b34beef70d79a4048ba9e1a718db8;p=lttng-tools.git diff --git a/lttng-sessiond/ust-app.h b/lttng-sessiond/ust-app.h index 0446363c3..17d6641bc 100644 --- a/lttng-sessiond/ust-app.h +++ b/lttng-sessiond/ust-app.h @@ -126,6 +126,10 @@ int ust_app_disable_channel_all(struct ltt_ust_session *usess, struct ltt_ust_channel *uchan); int ust_app_enable_channel_all(struct ltt_ust_session *usess, struct ltt_ust_channel *uchan); +int ust_app_disable_event_all(struct ltt_ust_session *usess, + struct ltt_ust_channel *uchan); +int ust_app_disable_event(struct ltt_ust_session *usess, + struct ltt_ust_channel *uchan, char *event_name); void ust_app_global_update(struct ltt_ust_session *usess, int sock); void ust_app_clean_list(void);