Lines Matching refs:event

77  *   <li>The chain counter (event no. 0x1E) is unimplemented.
85 * automatically delays event type registration until after
90 * allows multiple probes per event type. When creating a system that
145 // Disable PMCCNTR when event counting is prohibited
149 // Number of event counters implemented
212 * Reset all event counters excluding the cycle counter to zero.
302 * attach this event to a given counter
304 * @param a pointer to the counter where to attach this event
309 * detach this event from a given counter
311 * @param a pointer to the counter where to detach this event from
316 * notify an event increment of val units, all the attached counters'
325 * Enable the current event
330 * Disable the current event
336 * the associated event to update its state (if required)
342 /** set of counters using this event **/
374 /** The set of events driving the event value **/
378 * events which compose this pmu event
396 * counters with this event selected according to the bitfield written.
404 * Obtain the event of a given id
406 * @param the id of the event to obtain
407 * @return a pointer to the event with id eventId
423 * Add an event count to the counter and check for overflow.
433 * Detach the counter from its event
438 * Attach this counter to an event
440 * @param the event to attach the counter to
442 void attach(PMUEvent* event);
468 /** Counter event ID */
599 /** The number of regular event counters **/
611 /** The event that implements the software increment **/
625 * List of event types supported by this PMU.