Lines Matching refs:oe
95 static int ordered_events__deliver_event(struct ordered_events *oe, in ordered_events__deliver_event() argument
99 struct perf_session *session = container_of(oe, struct perf_session, in ordered_events__deliver_event()
246 struct ordered_events *oe __maybe_unused) in process_finished_round_stub()
254 struct ordered_events *oe);
544 struct ordered_events *oe) in process_finished_round() argument
546 return ordered_events__flush(oe, OE_FLUSH__ROUND); in process_finished_round()
951 struct ordered_events *oe = &session->ordered_events; in perf_session__process_user_event() local
980 return tool->finished_round(tool, event, oe); in perf_session__process_user_event()
1131 const struct ordered_events *oe = &session->ordered_events; in perf_session__warn_about_errors() local
1169 if (oe->nr_unordered_events != 0) in perf_session__warn_about_errors()
1170 ui__warning("%u out of order events recorded.\n", oe->nr_unordered_events); in perf_session__warn_about_errors()
1177 struct ordered_events *oe = &session->ordered_events; in __perf_session__process_pipe_events() local
1258 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_pipe_events()
1310 struct ordered_events *oe = &session->ordered_events; in __perf_session__process_events() local
1404 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_events()