Home
last modified time | relevance | path

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

/linux-6.6.21/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
29 struct ordered_event *event); argument
33 struct ordered_event event[];
46 struct ordered_event *last;
58 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event);
Dsession.c183 struct ordered_event *event) in ordered_events__deliver_event()
/linux-6.6.21/tools/perf/
Dbuiltin-top.c1124 static int should_drop(struct ordered_event *qevent, struct perf_top *top) in should_drop()
1137 struct ordered_event *qevent) in deliver_event()
Dbuiltin-trace.c3677 struct ordered_event *event)