X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=e0d82aeca130929dd16f250ea101ac77160a6e83;hb=8665f6a432525473b9dcba296394e68a8f49d9f2;hp=68f2a70acaf264054d07b51409daadf6617f48a2;hpb=b4eb3dfa67ae4518b1e0511a9ac2c486ef98e486;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 68f2a70a..e0d82aec 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -352,27 +352,6 @@ struct lttng_probe_desc { /* Data structures used by the tracer. */ -enum lttng_enabler_format_type { - LTTNG_ENABLER_FORMAT_STAR_GLOB, - LTTNG_ENABLER_FORMAT_EVENT, -}; - -/* - * Enabler field, within whatever object is enabling an event. Target of - * backward reference. - */ -struct lttng_enabler { - enum lttng_enabler_format_type format_type; - - /* head list of struct lttng_ust_filter_bytecode_node */ - struct cds_list_head filter_bytecode_head; - /* head list of struct lttng_ust_excluder_node */ - struct cds_list_head excluder_head; - - struct lttng_ust_event event_param; - unsigned int enabled:1; -}; - struct tp_list_entry { struct lttng_ust_tracepoint_iter tp; struct cds_list_head head;