Searched refs:RAW_EVENT (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | pmu.h | 18 #define RAW_EVENT(eventsel, umask) (((eventsel & 0xf00UL) << 24) | \ macro 56 #define INTEL_ARCH_CPU_CYCLES RAW_EVENT(0x3c, 0x00) 57 #define INTEL_ARCH_INSTRUCTIONS_RETIRED RAW_EVENT(0xc0, 0x00) 58 #define INTEL_ARCH_REFERENCE_CYCLES RAW_EVENT(0x3c, 0x01) 59 #define INTEL_ARCH_LLC_REFERENCES RAW_EVENT(0x2e, 0x4f) 60 #define INTEL_ARCH_LLC_MISSES RAW_EVENT(0x2e, 0x41) 61 #define INTEL_ARCH_BRANCHES_RETIRED RAW_EVENT(0xc4, 0x00) 62 #define INTEL_ARCH_BRANCHES_MISPREDICTED RAW_EVENT(0xc5, 0x00) 63 #define INTEL_ARCH_TOPDOWN_SLOTS RAW_EVENT(0xa4, 0x01) 65 #define AMD_ZEN_CORE_CYCLES RAW_EVENT(0x76, 0x00) [all …]
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | pmu_event_filter_test.c | 260 RAW_EVENT(0x1C2, 0), in test_amd_deny_list() 372 #define MEM_INST_RETIRED_LOAD RAW_EVENT(MEM_INST_RETIRED, 0x81) 373 #define MEM_INST_RETIRED_STORE RAW_EVENT(MEM_INST_RETIRED, 0x82) 374 #define MEM_INST_RETIRED_LOAD_STORE RAW_EVENT(MEM_INST_RETIRED, 0x83) 406 #define LS_DISPATCH_LOAD RAW_EVENT(LS_DISPATCH, BIT(0)) 407 #define LS_DISPATCH_STORE RAW_EVENT(LS_DISPATCH, BIT(1)) 408 #define LS_DISPATCH_LOAD_STORE RAW_EVENT(LS_DISPATCH, BIT(2))
|