Lines Matching defs:events
131 * The config format for perf events is:
158 struct perf_event *events[L3_NUM_COUNTERS];
405 event = l3pmu->events[idx];
410 * Since the IRQ is not enabled for events using long counters
424 * the core perf events code.
448 * We must NOT create groups containing events from multiple hardware PMUs,
490 * Sampling not supported since these events are not core-attributable.
509 * Many perf core operations (eg. events rotation) operate on a
511 * expects the same sets of events being observed on all CPUs,
517 * opening more than one copy of the events.
564 l3pmu->events[idx] = event;
583 l3pmu->events[hwc->idx] = NULL;
601 * - formats, used by perf user space and other tools to configure events
602 * - events, used by perf user space and other tools to create events
607 * to open the events
638 /* events */
664 .name = "events",