Lines Matching refs:pe
344 struct perf_event *pe; in collect_events() local
354 for_each_sibling_event(pe, group) { in collect_events()
355 if (!is_software_event(pe) && pe->state != PERF_EVENT_STATE_OFF) { in collect_events()
358 event[n] = pe; in collect_events()
359 evtype[n] = pe->hw.event_base; in collect_events()
400 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration() local
403 cpuc->current_idx[j] != pe->hw.idx) { in maybe_change_configuration()
404 alpha_perf_event_update(pe, &pe->hw, cpuc->current_idx[j], 0); in maybe_change_configuration()
412 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration() local
413 struct hw_perf_event *hwc = &pe->hw; in maybe_change_configuration()
417 alpha_perf_event_set_period(pe, hwc, idx); in maybe_change_configuration()