Searched refs:RAW_EVENT (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | pmu.h | 21 #define RAW_EVENT(eventsel, umask) (((eventsel & 0xf00UL) << 24) | \ macro 59 #define INTEL_ARCH_CPU_CYCLES RAW_EVENT(0x3c, 0x00) 60 #define INTEL_ARCH_INSTRUCTIONS_RETIRED RAW_EVENT(0xc0, 0x00) 61 #define INTEL_ARCH_REFERENCE_CYCLES RAW_EVENT(0x3c, 0x01) 62 #define INTEL_ARCH_LLC_REFERENCES RAW_EVENT(0x2e, 0x4f) 63 #define INTEL_ARCH_LLC_MISSES RAW_EVENT(0x2e, 0x41) 64 #define INTEL_ARCH_BRANCHES_RETIRED RAW_EVENT(0xc4, 0x00) 65 #define INTEL_ARCH_BRANCHES_MISPREDICTED RAW_EVENT(0xc5, 0x00) 66 #define INTEL_ARCH_TOPDOWN_SLOTS RAW_EVENT(0xa4, 0x01) 67 #define INTEL_ARCH_TOPDOWN_BE_BOUND RAW_EVENT(0xa4, 0x02) [all …]
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | pmu_event_filter_test.c | 262 RAW_EVENT(0x1C2, 0), in test_amd_deny_list() 374 #define MEM_INST_RETIRED_LOAD RAW_EVENT(MEM_INST_RETIRED, 0x81) 375 #define MEM_INST_RETIRED_STORE RAW_EVENT(MEM_INST_RETIRED, 0x82) 376 #define MEM_INST_RETIRED_LOAD_STORE RAW_EVENT(MEM_INST_RETIRED, 0x83) 408 #define LS_DISPATCH_LOAD RAW_EVENT(LS_DISPATCH, BIT(0)) 409 #define LS_DISPATCH_STORE RAW_EVENT(LS_DISPATCH, BIT(1)) 410 #define LS_DISPATCH_LOAD_STORE RAW_EVENT(LS_DISPATCH, BIT(2))
|