Lines Matching refs:event
80 event/i386.p4*events. */
105 /* p4 event codes in libop/op_event.h are indices into this table. */
520 /* find our event binding structure. */
521 if (counter_config[ctr].event <= 0 || counter_config[ctr].event > NUM_EVENTS) {
523 "oprofile: P4 event code 0x%lx out of range\n",
524 counter_config[ctr].event);
528 ev = &(p4_events[counter_config[ctr].event - 1]);
564 "oprofile: P4 event code 0x%lx no binding, stag %d ctr %d\n",
565 counter_config[ctr].event, stag, ctr);