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

sve.json (1734B)


      1[
      2  {
      3    "ArchStdEvent": "SIMD_INST_RETIRED"
      4  },
      5  {
      6    "ArchStdEvent": "SVE_INST_RETIRED"
      7  },
      8  {
      9    "ArchStdEvent": "UOP_SPEC"
     10  },
     11  {
     12    "ArchStdEvent": "SVE_MATH_SPEC"
     13  },
     14  {
     15    "ArchStdEvent": "FP_SPEC"
     16  },
     17  {
     18    "ArchStdEvent": "FP_FMA_SPEC"
     19  },
     20  {
     21    "ArchStdEvent": "FP_RECPE_SPEC"
     22  },
     23  {
     24    "ArchStdEvent": "FP_CVT_SPEC"
     25  },
     26  {
     27    "ArchStdEvent": "ASE_SVE_INT_SPEC"
     28  },
     29  {
     30    "ArchStdEvent": "SVE_PRED_SPEC"
     31  },
     32  {
     33    "ArchStdEvent": "SVE_MOVPRFX_SPEC"
     34  },
     35  {
     36    "ArchStdEvent": "SVE_MOVPRFX_U_SPEC"
     37  },
     38  {
     39    "ArchStdEvent": "ASE_SVE_LD_SPEC"
     40  },
     41  {
     42    "ArchStdEvent": "ASE_SVE_ST_SPEC"
     43  },
     44  {
     45    "ArchStdEvent": "PRF_SPEC"
     46  },
     47  {
     48    "ArchStdEvent": "BASE_LD_REG_SPEC"
     49  },
     50  {
     51    "ArchStdEvent": "BASE_ST_REG_SPEC"
     52  },
     53  {
     54    "ArchStdEvent": "SVE_LDR_REG_SPEC"
     55  },
     56  {
     57    "ArchStdEvent": "SVE_STR_REG_SPEC"
     58  },
     59  {
     60    "ArchStdEvent": "SVE_LDR_PREG_SPEC"
     61  },
     62  {
     63    "ArchStdEvent": "SVE_STR_PREG_SPEC"
     64  },
     65  {
     66    "ArchStdEvent": "SVE_PRF_CONTIG_SPEC"
     67  },
     68  {
     69    "ArchStdEvent": "ASE_SVE_LD_MULTI_SPEC"
     70  },
     71  {
     72    "ArchStdEvent": "ASE_SVE_ST_MULTI_SPEC"
     73  },
     74  {
     75    "ArchStdEvent": "SVE_LD_GATHER_SPEC"
     76  },
     77  {
     78    "ArchStdEvent": "SVE_ST_SCATTER_SPEC"
     79  },
     80  {
     81    "ArchStdEvent": "SVE_PRF_GATHER_SPEC"
     82  },
     83  {
     84    "ArchStdEvent": "SVE_LDFF_SPEC"
     85  },
     86  {
     87    "ArchStdEvent": "FP_SCALE_OPS_SPEC"
     88  },
     89  {
     90    "ArchStdEvent": "FP_FIXED_OPS_SPEC"
     91  },
     92  {
     93    "ArchStdEvent": "FP_HP_SCALE_OPS_SPEC"
     94  },
     95  {
     96    "ArchStdEvent": "FP_HP_FIXED_OPS_SPEC"
     97  },
     98  {
     99    "ArchStdEvent": "FP_SP_SCALE_OPS_SPEC"
    100  },
    101  {
    102    "ArchStdEvent": "FP_SP_FIXED_OPS_SPEC"
    103  },
    104  {
    105    "ArchStdEvent": "FP_DP_SCALE_OPS_SPEC"
    106  },
    107  {
    108    "ArchStdEvent": "FP_DP_FIXED_OPS_SPEC"
    109  }
    110]