Lines Matching refs:oe
233 } oe; member
4167 u64 first = ordered_events__first_time(&trace->oe.data); in __trace__flush_events()
4168 u64 flush = trace->oe.last - NSEC_PER_SEC; in __trace__flush_events()
4172 return ordered_events__flush_time(&trace->oe.data, flush); in __trace__flush_events()
4189 err = evlist__parse_sample_timestamp(trace->evlist, event, &trace->oe.last); in trace__deliver_event()
4193 err = ordered_events__queue(&trace->oe.data, event, trace->oe.last, 0, NULL); in trace__deliver_event()
4200 static int ordered_events__deliver_event(struct ordered_events *oe, in ordered_events__deliver_event() argument
4203 struct trace *trace = container_of(oe, struct trace, oe.data); in ordered_events__deliver_event()
4597 ordered_events__flush(&trace->oe.data, OE_FLUSH__FINAL); in trace__run()
5328 ordered_events__free(&trace->oe.data); in trace__exit()
5466 ordered_events__init(&trace.oe.data, ordered_events__deliver_event, &trace); in cmd_trace()
5467 ordered_events__set_copy_on_queue(&trace.oe.data, true); in cmd_trace()