ordered_event
static int should_drop(struct ordered_event *qevent, struct perf_top *top)
struct ordered_event *qevent)
struct ordered_event *event)
struct ordered_event *new = NULL;
new = list_entry(cache->next, struct ordered_event, list);
static struct ordered_event *
struct ordered_event *new;
static void queue_event(struct ordered_events *oe, struct ordered_event *new)
void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event)
struct ordered_event *oevent;
struct ordered_event *last = oe->last;
struct ordered_event *tmp, *iter;
oe->last = list_entry(head->prev, struct ordered_event, list);
struct ordered_event *first, *last;
first = list_entry(head->next, struct ordered_event, list);
struct ordered_event *event;
event = list_first_entry(&oe->events, struct ordered_event, list);
last = list_entry(p, struct ordered_event, list);
last = list_entry(p, struct ordered_event, list);
#define MAX_SAMPLE_BUFFER (64 * 1024 / sizeof(struct ordered_event))
static struct ordered_event *alloc_event(struct ordered_events *oe,
struct ordered_event *event);
struct ordered_event event[];
struct ordered_event *last;
void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event);
struct ordered_event *event)