cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

floating-point.json (813B)


      1[
      2    {
      3        "BriefDescription": "Counts the number of cycles the floating point divider is busy.  Does not imply a stall waiting for the divider.",
      4        "CollectPEBSRecord": "2",
      5        "Counter": "0,1,2,3",
      6        "EventCode": "0xcd",
      7        "EventName": "CYCLES_DIV_BUSY.FPDIV",
      8        "PDIR_COUNTER": "na",
      9        "PEBScounters": "0,1,2,3",
     10        "SampleAfterValue": "200003",
     11        "UMask": "0x2"
     12    },
     13    {
     14        "BriefDescription": "Counts the number of floating point divide uops retired (x87 and SSE, including x87 sqrt).",
     15        "CollectPEBSRecord": "2",
     16        "Counter": "0,1,2,3",
     17        "EventCode": "0xc2",
     18        "EventName": "UOPS_RETIRED.FPDIV",
     19        "PEBS": "1",
     20        "PEBScounters": "0,1,2,3",
     21        "SampleAfterValue": "2000003",
     22        "UMask": "0x8"
     23    }
     24]