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

/linux-master/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);
320 pr_oe_time(oe->next_flush, "next_flush - ordered_events__flush PRE %s, nr_events %u\n",
333 pr_oe_time(oe->next_flush, "next_flush - ordered_events__flush POST %s, nr_events %u\n",
340 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how) function
H A Dsession.c1085 return ordered_events__flush(oe, OE_FLUSH__ROUND);
2138 err = ordered_events__flush(oe, OE_FLUSH__FINAL);
2481 err = ordered_events__flush(oe, OE_FLUSH__FINAL);
2605 ret = ordered_events__flush(&session->ordered_events, OE_FLUSH__FINAL);
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1348 err = ordered_events__flush(oe, OE_FLUSH__ROUND);
H A Dbuiltin-top.c1113 if (ordered_events__flush(out, OE_FLUSH__TOP))
H A Dbuiltin-trace.c4050 ordered_events__flush(&trace->oe.data, OE_FLUSH__FINAL);

Completed in 166 milliseconds