Tests: Clean-up test-crash on SIGTERM and SIGINT
[lttng-tools.git] / src / bin / lttng-sessiond / event.h
index fd47c7764d25a1fec89a1481eb650c8c13a4a10d..2afe159a648d6f2fc8c62c0c4f21d9808b527c24 100644 (file)
@@ -40,10 +40,6 @@ int event_ust_enable_tracepoint(struct ltt_ust_session *usess,
 int event_ust_disable_tracepoint(struct ltt_ust_session *usess,
                struct ltt_ust_channel *uchan, char *event_name);
 
-int event_ust_enable_all_tracepoints(struct ltt_ust_session *usess,
-               struct ltt_ust_channel *uchan,
-               char *filter_expression,
-               struct lttng_filter_bytecode *filter);
 int event_ust_disable_all_tracepoints(struct ltt_ust_session *usess,
                struct ltt_ust_channel *uchan);
 
This page took 0.043086 seconds and 4 git commands to generate.