Lines Matching refs:oe
97 static int ordered_events__deliver_event(struct ordered_events *oe, in ordered_events__deliver_event() argument
101 struct perf_session *session = container_of(oe, struct perf_session, in ordered_events__deliver_event()
237 struct ordered_events *oe __maybe_unused) in process_finished_round_stub()
245 struct ordered_events *oe);
690 struct ordered_events *oe) in process_finished_round() argument
694 return ordered_events__flush(oe, OE_FLUSH__ROUND); in process_finished_round()
1141 struct ordered_events *oe = &session->ordered_events; in perf_session__process_user_event() local
1170 return tool->finished_round(tool, event, oe); in perf_session__process_user_event()
1330 const struct ordered_events *oe = &session->ordered_events; in perf_session__warn_about_errors() local
1387 if (oe->nr_unordered_events != 0) in perf_session__warn_about_errors()
1388 ui__warning("%u out of order events recorded.\n", oe->nr_unordered_events); in perf_session__warn_about_errors()
1421 struct ordered_events *oe = &session->ordered_events; in __perf_session__process_pipe_events() local
1502 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_pipe_events()
1561 struct ordered_events *oe = &session->ordered_events; in __perf_session__process_events() local
1658 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_events()