Searched refs:ordered_event (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/ |
A D | ordered-events.c | 20 struct ordered_event *last = oe->last; in queue_event() 48 last = list_entry(p, struct ordered_event, list); in queue_event() 58 last = list_entry(p, struct ordered_event, list); in queue_event() 103 struct ordered_event *new = NULL; in alloc_event() 141 new = list_entry(cache->next, struct ordered_event, list); in alloc_event() 171 static struct ordered_event * 175 struct ordered_event *new; in ordered_events__new_event() 197 struct ordered_event *oevent; in ordered_events__queue() 226 struct ordered_event *tmp, *iter; in do_flush() 293 struct ordered_event *first, *last; in __ordered_events__flush() [all …]
|
A D | ordered-events.h | 9 struct ordered_event { struct 28 struct ordered_event *event); argument 32 struct ordered_event event[]; 45 struct ordered_event *last; 57 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event);
|
A D | session.c | 178 struct ordered_event *event) in ordered_events__deliver_event()
|
/linux/tools/perf/ |
A D | builtin-top.c | 1120 static int should_drop(struct ordered_event *qevent, struct perf_top *top) in should_drop() 1133 struct ordered_event *qevent) in deliver_event()
|
A D | builtin-trace.c | 3780 struct ordered_event *event)
|
Completed in 23 milliseconds