Searched defs:oe (Results 1 – 4 of 4) sorted by relevance
| /tools/perf/util/ |
| D | ordered-events.c | 14 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() 60 static union perf_event *__dup_event(struct ordered_events *oe, in __dup_event() 74 static union perf_event *dup_event(struct ordered_events *oe, in dup_event() 80 static void free_dup_event(struct ordered_events *oe, union perf_event *event) in free_dup_event() 89 static struct ordered_event *alloc_event(struct ordered_events *oe, in alloc_event() 134 ordered_events__new_event(struct ordered_events *oe, u64 timestamp, in ordered_events__new_event() 148 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event) in ordered_events__delete() 156 int ordered_events__queue(struct ordered_events *oe, union perf_event *event, in ordered_events__queue() 186 static int __ordered_events__flush(struct ordered_events *oe) in __ordered_events__flush() 230 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how) in ordered_events__flush() [all …]
|
| D | ordered-events.h | 55 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() 61 void ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) in ordered_events__set_copy_on_queue()
|
| D | session.c | 101 static int ordered_events__deliver_event(struct ordered_events *oe, in ordered_events__deliver_event() 858 struct ordered_events *oe) in process_finished_round() 1308 struct ordered_events *oe = &session->ordered_events; in perf_session__process_user_event() local 1515 const struct ordered_events *oe = &session->ordered_events; in perf_session__warn_order() local 1622 struct ordered_events *oe = &session->ordered_events; in __perf_session__process_pipe_events() local 1763 struct ordered_events *oe = &session->ordered_events; in __perf_session__process_events() local
|
| /tools/perf/ |
| D | builtin-kvm.c | 789 struct ordered_events *oe = &kvm->session->ordered_events; in perf_kvm__mmap_read() local
|