Commit c93240a7 authored by Andi Kleen's avatar Andi Kleen Committed by Arnaldo Carvalho de Melo
Browse files

perf vendor events intel: Update Skylake events to V36

parent ffaa6f27
Loading
Loading
Loading
Loading
+515 −3875

File changed.

Preview size limit exceeded, changes collapsed.

+2 −3
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
        "CounterHTOff": "0,1,2,3,4,5,6,7"
    },
    {
        "PublicDescription": "Number of SSE/AVX computational 128-bit packed single precision floating-point instructions retired.  Each count represents 4 computations. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MUL DIV MIN MAX RCP RSQRT SQRT DPP FM(N)ADD/SUB.  DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per element.",
        "EventCode": "0xC7",
        "Counter": "0,1,2,3",
        "UMask": "0x8",
@@ -55,7 +54,7 @@
        "CounterHTOff": "0,1,2,3,4,5,6,7"
    },
    {
        "PublicDescription": "This event counts cycles with any input and output SSE or x87 FP assist. If an input and output assist are detected on the same cycle the event increments by 1.",
        "PublicDescription": "Counts cycles with any input and output SSE or x87 FP assist. If an input and output assist are detected on the same cycle the event increments by 1.",
        "EventCode": "0xCA",
        "Counter": "0,1,2,3",
        "UMask": "0x1e",
+121 −111

File changed.

Preview size limit exceeded, changes collapsed.

+212 −1906

File changed.

Preview size limit exceeded, changes collapsed.

+38 −2
Original line number Diff line number Diff line
[
    {
        "PublicDescription": "This event counts the number of hardware interruptions received by the processor.",
        "EventCode": "0x32",
        "Counter": "0,1,2,3",
        "UMask": "0x1",
        "EventName": "SW_PREFETCH_ACCESS.NTA",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Number of PREFETCHNTA instructions executed.",
        "CounterHTOff": "0,1,2,3,4,5,6,7"
    },
    {
        "EventCode": "0x32",
        "Counter": "0,1,2,3",
        "UMask": "0x2",
        "EventName": "SW_PREFETCH_ACCESS.T0",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Number of PREFETCHT0 instructions executed.",
        "CounterHTOff": "0,1,2,3,4,5,6,7"
    },
    {
        "EventCode": "0x32",
        "Counter": "0,1,2,3",
        "UMask": "0x4",
        "EventName": "SW_PREFETCH_ACCESS.T1_T2",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Number of PREFETCHT1 or PREFETCHT2 instructions executed.",
        "CounterHTOff": "0,1,2,3,4,5,6,7"
    },
    {
        "EventCode": "0x32",
        "Counter": "0,1,2,3",
        "UMask": "0x8",
        "EventName": "SW_PREFETCH_ACCESS.PREFETCHW",
        "SampleAfterValue": "2000003",
        "BriefDescription": "Number of PREFETCHW instructions executed.",
        "CounterHTOff": "0,1,2,3,4,5,6,7"
    },
    {
        "PublicDescription": "Counts the number of hardware interruptions received by the processor.",
        "EventCode": "0xCB",
        "Counter": "0,1,2,3",
        "UMask": "0x1",
        "EventName": "HW_INTERRUPTS.RECEIVED",
        "SampleAfterValue": "100003",
        "SampleAfterValue": "203",
        "BriefDescription": "Number of hardware interrupts received by the processor.",
        "CounterHTOff": "0,1,2,3,4,5,6,7"
    }
Loading