Lines Matching defs:oe

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