Lines Matching refs:pe
343 struct perf_event *pe; in collect_events() local
353 list_for_each_entry(pe, &group->sibling_list, group_entry) { in collect_events()
354 if (!is_software_event(pe) && pe->state != PERF_EVENT_STATE_OFF) { in collect_events()
357 event[n] = pe; in collect_events()
358 evtype[n] = pe->hw.event_base; in collect_events()
399 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration() local
402 cpuc->current_idx[j] != pe->hw.idx) { in maybe_change_configuration()
403 alpha_perf_event_update(pe, &pe->hw, cpuc->current_idx[j], 0); in maybe_change_configuration()
411 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration() local
412 struct hw_perf_event *hwc = &pe->hw; in maybe_change_configuration()
416 alpha_perf_event_set_period(pe, hwc, idx); in maybe_change_configuration()