Lines Matching refs:u_trace
70 struct u_trace;
101 typedef void (*u_trace_record_ts)(struct u_trace *ut, void *cs,
180 struct u_trace { struct
205 void u_trace_init(struct u_trace *ut, struct u_trace_context *utctx); argument
206 void u_trace_fini(struct u_trace *ut);
208 bool u_trace_has_points(struct u_trace *ut);
212 struct u_trace *ut;
218 u_trace_begin_iterator(struct u_trace *ut);
221 u_trace_end_iterator(struct u_trace *ut);
246 struct u_trace *into,
267 void u_trace_flush(struct u_trace *ut, void *flush_data, bool free_data);