Searched refs:ordered_events__flush (Results 1 – 6 of 6) sorted by relevance
/linux/tools/perf/util/ |
H A D | ordered-events.h | 59 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how);
|
H A D | ordered-events.c | 212 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 D | session.c | 780 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 D | builtin-top.c | 1120 if (ordered_events__flush(out, OE_FLUSH__TOP)) in process_thread()
|
H A D | builtin-kvm.c | 1348 err = ordered_events__flush(oe, OE_FLUSH__ROUND); in perf_kvm__mmap_read()
|
H A D | builtin-trace.c | 4453 ordered_events__flush(&trace->oe.data, OE_FLUSH__FINAL);
|