Lines Matching refs:trace_events
202 static void trace_events_free(struct trace_events *events) in trace_events_free()
204 struct trace_events *tevent = events; in trace_events_free()
205 struct trace_events *free_event; in trace_events_free()
224 struct trace_events *trace_event_alloc(const char *event_string) in trace_event_alloc()
226 struct trace_events *tevent; in trace_event_alloc()
250 int trace_event_add_filter(struct trace_events *event, char *filter) in trace_event_add_filter()
265 int trace_event_add_trigger(struct trace_events *event, char *trigger) in trace_event_add_trigger()
281 struct trace_events *tevent) in trace_event_disable_filter()
310 struct trace_events *tevent) in trace_event_save_hist()
359 struct trace_events *tevent) in trace_event_disable_trigger()
388 struct trace_events *events) in trace_events_disable()
390 struct trace_events *tevent = events; in trace_events_disable()
412 struct trace_events *tevent) in trace_event_enable_filter()
447 struct trace_events *tevent) in trace_event_enable_trigger()
483 struct trace_events *events) in trace_events_enable()
485 struct trace_events *tevent = events; in trace_events_enable()
516 struct trace_events *events) in trace_events_destroy()