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 | 786 return ordered_events__flush(oe, OE_FLUSH__ROUND); in perf_event__process_finished_round() 1943 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_pipe_events() 2286 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_events() 2408 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 | 1122 if (ordered_events__flush(out, OE_FLUSH__TOP)) in process_thread()
|
H A D | builtin-kvm.c | 1289 err = ordered_events__flush(oe, OE_FLUSH__ROUND); in perf_kvm__mmap_read()
|
H A D | builtin-trace.c | 4597 ordered_events__flush(&trace->oe.data, OE_FLUSH__FINAL); in trace__run()
|