Lines Matching refs:events
20 * Counter to rapl events mappings:
45 * The events only support system-wide mode counting. There is no
50 * the events are all reported in fixed point arithmetic (32.32).
129 unsigned long events;
335 /* only look at RAPL events */
419 * There are no default events, but we need to create
420 * "events" group (with empty attrs) before updating
421 * it with detected events.
428 .name = "events",
464 .name = "events",
477 .name = "events",
490 .name = "events",
503 .name = "events",
516 .name = "events",
549 /* Check if exiting cpu is used for collecting rapl events */
554 /* Find a new cpu to collect rapl events */
557 /* Migrate rapl events to the new target */
587 * events already.
706 .events = BIT(PERF_RAPL_PP0) |
714 .events = BIT(PERF_RAPL_PP0) |
722 .events = BIT(PERF_RAPL_PP0) |
731 .events = BIT(PERF_RAPL_PP0) |
740 .events = BIT(PERF_RAPL_PKG) |
748 .events = BIT(PERF_RAPL_PP0) |
758 .events = BIT(PERF_RAPL_PP0) |
768 .events = BIT(PERF_RAPL_PKG),
826 false, (void *) &rm->events);