Home
last modified time | relevance | path

Searched refs:ordered_event (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
Dordered-events.c18 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event()
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()
98 #define MAX_SAMPLE_BUFFER (64 * 1024 / sizeof(struct ordered_event))
99 static struct ordered_event *alloc_event(struct ordered_events *oe, in alloc_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()
[all …]
Dordered-events.h9 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);
Dsession.c177 struct ordered_event *event) in ordered_events__deliver_event()
/tools/perf/
Dbuiltin-top.c1126 static int should_drop(struct ordered_event *qevent, struct perf_top *top) in should_drop()
1139 struct ordered_event *qevent) in deliver_event()
Dbuiltin-trace.c3756 struct ordered_event *event)