Searched refs:ARCH_PERFMON_EVENTSEL_OS (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c116 ARCH_PERFMON_EVENTSEL_OS | INTEL_ARCH_BRANCHES_RETIRED);
118 ARCH_PERFMON_EVENTSEL_OS | INTEL_ARCH_INSTRUCTIONS_RETIRED);
140 ARCH_PERFMON_EVENTSEL_OS | AMD_ZEN_BRANCHES_RETIRED);
142 ARCH_PERFMON_EVENTSEL_OS | AMD_ZEN_INSTRUCTIONS_RETIRED);
474 ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_LOAD);
476 ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_STORE);
478 ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_LOAD_STORE);
495 ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_LOAD);
497 ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_STORE);
499 ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_LOAD_STOR
[all...]
H A Dpmu_counters_test.c250 uint64_t eventsel = ARCH_PERFMON_EVENTSEL_OS |
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dpmu.h29 #define ARCH_PERFMON_EVENTSEL_OS BIT_ULL(17) macro
/linux-master/arch/x86/include/asm/
H A Dperf_event.h26 #define ARCH_PERFMON_EVENTSEL_OS (1ULL << 17) macro
/linux-master/arch/x86/kvm/
H A Dpmu.c473 eventsel |= ARCH_PERFMON_EVENTSEL_OS;
491 !(eventsel & ARCH_PERFMON_EVENTSEL_OS),
844 select_os = config & ARCH_PERFMON_EVENTSEL_OS;
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c326 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS)
/linux-master/arch/x86/events/intel/
H A Dbts.c241 config |= ARCH_PERFMON_EVENTSEL_OS;
H A Dds.c730 if (!(config & ARCH_PERFMON_EVENTSEL_OS))
H A Dcore.c2772 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS)
/linux-master/arch/x86/events/amd/
H A Dcore.c373 ARCH_PERFMON_EVENTSEL_OS);
/linux-master/arch/x86/events/
H A Dcore.c619 event->hw.config |= ARCH_PERFMON_EVENTSEL_OS;

Completed in 200 milliseconds