Lines Matching refs:trace_events
252 static void trace_events_free(struct trace_events *events) in trace_events_free()
254 struct trace_events *tevent = events; in trace_events_free()
255 struct trace_events *free_event; in trace_events_free()
274 struct trace_events *trace_event_alloc(const char *event_string) in trace_event_alloc()
276 struct trace_events *tevent; in trace_event_alloc()
300 int trace_event_add_filter(struct trace_events *event, char *filter) in trace_event_add_filter()
315 int trace_event_add_trigger(struct trace_events *event, char *trigger) in trace_event_add_trigger()
331 struct trace_events *tevent) in trace_event_disable_filter()
360 struct trace_events *tevent) in trace_event_save_hist()
409 struct trace_events *tevent) in trace_event_disable_trigger()
438 struct trace_events *events) in trace_events_disable()
440 struct trace_events *tevent = events; in trace_events_disable()
462 struct trace_events *tevent) in trace_event_enable_filter()
497 struct trace_events *tevent) in trace_event_enable_trigger()
533 struct trace_events *events) in trace_events_enable()
535 struct trace_events *tevent = events; in trace_events_enable()
566 struct trace_events *events) in trace_events_destroy()