Lines Matching defs:events
135 * collect_missed_events - record number of missed events
137 * If rtla cannot keep up with events generated by tracer, events are going
139 * Collect how many events were missed so it can be reported to the user.
185 * things required for the tracing, such as the local events and
215 * Collect the number of events missed due to tracefs buffer
249 * trace_events_free - free a list of trace events
251 static void trace_events_free(struct trace_events *events)
253 struct trace_events *tevent = events;
434 * trace_events_disable - disable all trace events
437 struct trace_events *events)
439 struct trace_events *tevent = events;
441 if (!events)
470 err_msg("Filter %s applies only for single events, not for all %s:* events\n",
505 err_msg("Trigger %s applies only for single events, not for all %s:* events\n",
529 * trace_events_enable - enable all events
532 struct trace_events *events)
534 struct trace_events *tevent = events;
562 * trace_events_destroy - disable and free all trace events
565 struct trace_events *events)
567 if (!events)
570 trace_events_disable(instance, events);
571 trace_events_free(events);