Home
last modified time | relevance | path

Searched refs:ordered_events__flush (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dordered-events.h59 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how);
H A Dordered-events.c212 ordered_events__flush(oe, OE_FLUSH__HALF); in ordered_events__queue()
340 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how) in ordered_events__flush() function
H A Dsession.c780 return ordered_events__flush(oe, OE_FLUSH__ROUND); in perf_event__process_finished_round()
1876 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_pipe_events()
2219 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_events()
2341 ret = ordered_events__flush(&session->ordered_events, OE_FLUSH__FINAL); in __perf_session__process_dir_events()
/linux/tools/perf/
H A Dbuiltin-top.c1120 if (ordered_events__flush(out, OE_FLUSH__TOP)) in process_thread()
H A Dbuiltin-kvm.c1348 err = ordered_events__flush(oe, OE_FLUSH__ROUND); in perf_kvm__mmap_read()
H A Dbuiltin-trace.c4453 ordered_events__flush(&trace->oe.data, OE_FLUSH__FINAL);