Lines Matching defs:events
3 * Hardware performance events for the Alpha.
33 /* For tracking PMCs and the hw events they monitor on each CPU. */
36 /* Number of events scheduled; also number entries valid in arrays below. */
38 /* Number events added since last hw_perf_disable(). */
149 * Check that a group of events can be simultaneously scheduled on to the
338 * Collect all HW events into the array event[].
369 * Check that a group of events can be simultaneously scheduled on to the PMU.
371 static int alpha_check_constraints(struct perf_event **events,
375 /* No HW events is possible from hw_perf_group_sched_in(). */
382 return alpha_pmu->check_constraints(events, evtypes, n_ev);
387 * If new events have been scheduled then update cpuc with the new
409 /* Assign to counters all unassigned events. */
636 * it is only then we will know what HW events are actually
644 /* Collect events in a group together suitable for calling
731 /* Update cpuc with information from any new scheduled events. */
734 /* Start counting the desired events. */
875 * Init call to initialise performance events at kernel startup.
879 pr_info("Performance events: ");