Lines Matching refs:ordered_events
18 static void queue_event(struct ordered_events *oe, struct ordered_event *new)
64 static union perf_event *__dup_event(struct ordered_events *oe,
78 static union perf_event *dup_event(struct ordered_events *oe,
84 static void __free_dup_event(struct ordered_events *oe, union perf_event *event)
92 static void free_dup_event(struct ordered_events *oe, union perf_event *event)
99 static struct ordered_event *alloc_event(struct ordered_events *oe,
172 ordered_events__new_event(struct ordered_events *oe, u64 timestamp,
186 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event)
194 int ordered_events__queue(struct ordered_events *oe, union perf_event *event,
224 static int do_flush(struct ordered_events *oe, bool show_progress)
267 static int __ordered_events__flush(struct ordered_events *oe, enum oe_flush how,
340 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how)
345 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp)
350 u64 ordered_events__first_time(struct ordered_events *oe)
361 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver,
375 unsigned int max, struct ordered_events *oe)
387 void ordered_events__free(struct ordered_events *oe)
410 void ordered_events__reinit(struct ordered_events *oe)