Searched refs:ordered_events__flush (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | ordered-events.h | 58 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() 319 pr_oe_time(oe->next_flush, "next_flush - ordered_events__flush PRE %s, nr_events %u\n", in __ordered_events__flush() 332 pr_oe_time(oe->next_flush, "next_flush - ordered_events__flush POST %s, nr_events %u\n", in __ordered_events__flush() 339 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how) in ordered_events__flush() function
|
H A D | session.c | 1046 return ordered_events__flush(oe, OE_FLUSH__ROUND); in process_finished_round() 2038 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_pipe_events() 2298 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_events()
|
/kernel/linux/linux-6.6/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() 320 pr_oe_time(oe->next_flush, "next_flush - ordered_events__flush PRE %s, nr_events %u\n", in __ordered_events__flush() 333 pr_oe_time(oe->next_flush, "next_flush - ordered_events__flush POST %s, nr_events %u\n", in __ordered_events__flush() 340 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how) in ordered_events__flush() function
|
H A D | session.c | 1080 return ordered_events__flush(oe, OE_FLUSH__ROUND); in perf_event__process_finished_round() 2122 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_pipe_events() 2465 err = ordered_events__flush(oe, OE_FLUSH__FINAL); in __perf_session__process_events() 2589 ret = ordered_events__flush(&session->ordered_events, OE_FLUSH__FINAL); in __perf_session__process_dir_events()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kvm.c | 831 err = ordered_events__flush(oe, OE_FLUSH__ROUND); in perf_kvm__mmap_read()
|
H A D | builtin-top.c | 1116 if (ordered_events__flush(out, OE_FLUSH__TOP)) in process_thread()
|
H A D | builtin-trace.c | 4127 ordered_events__flush(&trace->oe.data, OE_FLUSH__FINAL);
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kvm.c | 1348 err = ordered_events__flush(oe, OE_FLUSH__ROUND); in perf_kvm__mmap_read()
|
H A D | builtin-top.c | 1114 if (ordered_events__flush(out, OE_FLUSH__TOP)) in process_thread()
|
H A D | builtin-trace.c | 4050 ordered_events__flush(&trace->oe.data, OE_FLUSH__FINAL);
|
Completed in 44 milliseconds