Lines Matching defs:event
13 * global event buffer. Such processing is necessary
210 * of the event buffer). */
247 * pair that can then be added to the global event buffer. We make
368 static inline void add_sample_entry(unsigned long offset, unsigned long event)
371 add_event_entry(event);
376 * Add a sample to the global event buffer. If possible the
387 add_sample_entry(s->eip, s->event);
410 add_sample_entry(offset, s->event);
487 /* Sync one of the CPU's buffers into the global event buffer.
521 flags = sample->event;