Home
last modified time | relevance | path

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

/tools/perf/util/
Dordered-events.c15 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event()
17 struct ordered_event *last = oe->last; in queue_event()
45 last = list_entry(p, struct ordered_event, list); in queue_event()
55 last = list_entry(p, struct ordered_event, list); in queue_event()
89 #define MAX_SAMPLE_BUFFER (64 * 1024 / sizeof(struct ordered_event))
90 static struct ordered_event *alloc_event(struct ordered_events *oe, in alloc_event()
94 struct ordered_event *new = NULL; in alloc_event()
102 new = list_entry(cache->next, struct ordered_event, list); in alloc_event()
134 struct ordered_event *
138 struct ordered_event *new; in ordered_events__new()
[all …]
Dordered-events.h9 struct ordered_event { struct
32 struct ordered_event *buffer; argument
33 struct ordered_event *last;
40 struct ordered_event *ordered_events__new(struct ordered_events *oe, u64 timestamp,
42 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event);
Dsession.c518 struct ordered_event *new; in perf_session_queue_event()