Lines Matching refs:event
37 /* Default event id mask */
43 /* Default event format */
45 ARM_CSPMU_FORMAT_ATTR(event, "config:0-32")
52 * This is the default event number for cycle count, if supported, since the
53 * ARM Coresight PMU specification does not define a standard event code
59 * The ARM Coresight PMU supports up to 256 event counters.
81 * event. If cycle counter is supported and there is a gap between
90 /* Get event attributes */
98 /* Check if the event corresponds to cycle count event */
99 bool (*is_cycle_counter_event)(const struct perf_event *event);
100 /* Decode event type/id from configs */
101 u32 (*event_type)(const struct perf_event *event);
103 u32 (*event_filter)(const struct perf_event *event);
140 /* Default function to show event attribute in sysfs. */