Home
last modified time | relevance | path

Searched refs:P4_OPCODE (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dperf_event_p4.h294 #define P4_OPCODE(event) event##_OPCODE macro
443 P4_OPCODE(P4_EVENT_X87_FP_UOP) = P4_OPCODE_PACK(0x04, 0x01), enumerator
449 P4_OPCODE(P4_EVENT_TC_MISC) = P4_OPCODE_PACK(0x06, 0x01), enumerator
461 P4_OPCODE(P4_EVENT_TC_MS_XFER) = P4_OPCODE_PACK(0x05, 0x00), enumerator
491 P4_OPCODE(P4_EVENT_WC_BUFFER) = P4_OPCODE_PACK(0x05, 0x05), enumerator
497 P4_OPCODE(P4_EVENT_B2B_CYCLES) = P4_OPCODE_PACK(0x16, 0x03), enumerator
503 P4_OPCODE(P4_EVENT_BNR) = P4_OPCODE_PACK(0x08, 0x03), enumerator
509 P4_OPCODE(P4_EVENT_SNOOP) = P4_OPCODE_PACK(0x06, 0x03), enumerator
515 P4_OPCODE(P4_EVENT_RESPONSE) = P4_OPCODE_PACK(0x04, 0x03), enumerator
551 P4_OPCODE(P4_EVENT_UOP_TYPE) = P4_OPCODE_PACK(0x02, 0x02), enumerator
[all …]
/linux-6.15/arch/x86/events/intel/
H A Dp4.c104 .opcode = P4_OPCODE(P4_EVENT_MEMORY_CANCEL),
309 .opcode = P4_OPCODE(P4_EVENT_X87_FP_UOP),
317 .opcode = P4_OPCODE(P4_EVENT_TC_MISC),
331 .opcode = P4_OPCODE(P4_EVENT_TC_MS_XFER),
374 .opcode = P4_OPCODE(P4_EVENT_WC_BUFFER),
383 .opcode = P4_OPCODE(P4_EVENT_B2B_CYCLES),
389 .opcode = P4_OPCODE(P4_EVENT_BNR),
395 .opcode = P4_OPCODE(P4_EVENT_SNOOP),
401 .opcode = P4_OPCODE(P4_EVENT_RESPONSE),
455 .opcode = P4_OPCODE(P4_EVENT_UOP_TYPE),
[all …]