Lines Matching refs:opcode

25 	unsigned int opcode;			/* Event code and ESCR selector */  member
75 .opcode = P4_OPCODE(P4_EVENT_TC_DELIVER_MODE),
89 .opcode = P4_OPCODE(P4_EVENT_BPU_FETCH_REQUEST),
96 .opcode = P4_OPCODE(P4_EVENT_ITLB_REFERENCE),
105 .opcode = P4_OPCODE(P4_EVENT_MEMORY_CANCEL),
113 .opcode = P4_OPCODE(P4_EVENT_MEMORY_COMPLETE),
121 .opcode = P4_OPCODE(P4_EVENT_LOAD_PORT_REPLAY),
128 .opcode = P4_OPCODE(P4_EVENT_STORE_PORT_REPLAY),
135 .opcode = P4_OPCODE(P4_EVENT_MOB_LOAD_REPLAY),
145 .opcode = P4_OPCODE(P4_EVENT_PAGE_WALK_TYPE),
154 .opcode = P4_OPCODE(P4_EVENT_BSQ_CACHE_REFERENCE),
169 .opcode = P4_OPCODE(P4_EVENT_IOQ_ALLOCATION),
186 .opcode = P4_OPCODE(P4_EVENT_IOQ_ACTIVE_ENTRIES),
203 .opcode = P4_OPCODE(P4_EVENT_FSB_DATA_ACTIVITY),
216 .opcode = P4_OPCODE(P4_EVENT_BSQ_ALLOCATION),
235 .opcode = P4_OPCODE(P4_EVENT_BSQ_ACTIVE_ENTRIES),
254 .opcode = P4_OPCODE(P4_EVENT_SSE_INPUT_ASSIST),
262 .opcode = P4_OPCODE(P4_EVENT_PACKED_SP_UOP),
270 .opcode = P4_OPCODE(P4_EVENT_PACKED_DP_UOP),
278 .opcode = P4_OPCODE(P4_EVENT_SCALAR_SP_UOP),
286 .opcode = P4_OPCODE(P4_EVENT_SCALAR_DP_UOP),
294 .opcode = P4_OPCODE(P4_EVENT_64BIT_MMX_UOP),
302 .opcode = P4_OPCODE(P4_EVENT_128BIT_MMX_UOP),
310 .opcode = P4_OPCODE(P4_EVENT_X87_FP_UOP),
318 .opcode = P4_OPCODE(P4_EVENT_TC_MISC),
325 .opcode = P4_OPCODE(P4_EVENT_GLOBAL_POWER_EVENTS),
332 .opcode = P4_OPCODE(P4_EVENT_TC_MS_XFER),
339 .opcode = P4_OPCODE(P4_EVENT_UOP_QUEUE_WRITES),
348 .opcode = P4_OPCODE(P4_EVENT_RETIRED_MISPRED_BRANCH_TYPE),
358 .opcode = P4_OPCODE(P4_EVENT_RETIRED_BRANCH_TYPE),
368 .opcode = P4_OPCODE(P4_EVENT_RESOURCE_STALL),
375 .opcode = P4_OPCODE(P4_EVENT_WC_BUFFER),
384 .opcode = P4_OPCODE(P4_EVENT_B2B_CYCLES),
390 .opcode = P4_OPCODE(P4_EVENT_BNR),
396 .opcode = P4_OPCODE(P4_EVENT_SNOOP),
402 .opcode = P4_OPCODE(P4_EVENT_RESPONSE),
408 .opcode = P4_OPCODE(P4_EVENT_FRONT_END_EVENT),
416 .opcode = P4_OPCODE(P4_EVENT_EXECUTION_EVENT),
430 .opcode = P4_OPCODE(P4_EVENT_REPLAY_EVENT),
438 .opcode = P4_OPCODE(P4_EVENT_INSTR_RETIRED),
448 .opcode = P4_OPCODE(P4_EVENT_UOPS_RETIRED),
456 .opcode = P4_OPCODE(P4_EVENT_UOP_TYPE),
464 .opcode = P4_OPCODE(P4_EVENT_BRANCH_RETIRED),
474 .opcode = P4_OPCODE(P4_EVENT_MISPRED_BRANCH_RETIRED),
481 .opcode = P4_OPCODE(P4_EVENT_X87_ASSIST),
492 .opcode = P4_OPCODE(P4_EVENT_MACHINE_CLEAR),
501 .opcode = P4_OPCODE(P4_EVENT_INSTR_COMPLETED),
726 esel = P4_OPCODE_ESEL(bind->opcode); in p4_pmu_event_map()
848 esel = P4_OPCODE_ESEL(bind->opcode); in p4_hw_config()
973 escr_conf |= P4_ESCR_EVENT(P4_OPCODE_EVNT(bind->opcode)); in __p4_pmu_enable_event()