Lines Matching defs:event
14 * Raw event encoding for Power10:
76 * Some power10 event codes.
98 static int power10_get_alternatives(u64 event, unsigned int flags, u64 alt[])
102 num_alt = isa207_get_alternatives(event, alt,
112 u64 event = ev->attr.config;
114 val = (event >> EVENT_SAMPLE_SHIFT) & EVENT_SAMPLE_MASK;
213 PMU_FORMAT_ATTR(event, "config:0-59");
308 * regular PMU event. As the privilege state filter is handled
310 * PMU event, we ignore any separate BHRB specific request.
356 * are event codes.
568 static int power10_compute_mmcr(u64 event[], int n_ev,
574 ret = isa207_compute_mmcr(event, n_ev, hwc, mmcr, pevents, flags);