Lines Matching refs:trace_instance
16 struct trace_instance { struct
24 int trace_instance_init(struct trace_instance *trace, char *tool_name); argument
25 int trace_instance_start(struct trace_instance *trace);
26 int trace_instance_stop(struct trace_instance *trace);
27 void trace_instance_destroy(struct trace_instance *trace);
33 int enable_osnoise(struct trace_instance *trace);
34 int enable_timerlat(struct trace_instance *trace);
44 void trace_events_disable(struct trace_instance *instance,
46 void trace_events_destroy(struct trace_instance *instance,
48 int trace_events_enable(struct trace_instance *instance,
53 int trace_set_buffer_size(struct trace_instance *trace, int size);