Symbol: ordered_event
tools/perf/builtin-top.c
1132
static int should_drop(struct ordered_event *qevent, struct perf_top *top)
tools/perf/builtin-top.c
1145
struct ordered_event *qevent)
tools/perf/builtin-trace.c
4225
struct ordered_event *event)
tools/perf/util/ordered-events.c
103
struct ordered_event *new = NULL;
tools/perf/util/ordered-events.c
141
new = list_entry(cache->next, struct ordered_event, list);
tools/perf/util/ordered-events.c
171
static struct ordered_event *
tools/perf/util/ordered-events.c
175
struct ordered_event *new;
tools/perf/util/ordered-events.c
18
static void queue_event(struct ordered_events *oe, struct ordered_event *new)
tools/perf/util/ordered-events.c
186
void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event)
tools/perf/util/ordered-events.c
197
struct ordered_event *oevent;
tools/perf/util/ordered-events.c
20
struct ordered_event *last = oe->last;
tools/perf/util/ordered-events.c
227
struct ordered_event *tmp, *iter;
tools/perf/util/ordered-events.c
259
oe->last = list_entry(head->prev, struct ordered_event, list);
tools/perf/util/ordered-events.c
294
struct ordered_event *first, *last;
tools/perf/util/ordered-events.c
297
first = list_entry(head->next, struct ordered_event, list);
tools/perf/util/ordered-events.c
352
struct ordered_event *event;
tools/perf/util/ordered-events.c
357
event = list_first_entry(&oe->events, struct ordered_event, list);
tools/perf/util/ordered-events.c
48
last = list_entry(p, struct ordered_event, list);
tools/perf/util/ordered-events.c
58
last = list_entry(p, struct ordered_event, list);
tools/perf/util/ordered-events.c
98
#define MAX_SAMPLE_BUFFER (64 * 1024 / sizeof(struct ordered_event))
tools/perf/util/ordered-events.c
99
static struct ordered_event *alloc_event(struct ordered_events *oe,
tools/perf/util/ordered-events.h
29
struct ordered_event *event);
tools/perf/util/ordered-events.h
33
struct ordered_event event[];
tools/perf/util/ordered-events.h
46
struct ordered_event *last;
tools/perf/util/ordered-events.h
58
void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event);
tools/perf/util/session.c
130
struct ordered_event *event)