Symbol: ARCH_PERFMON_EVENTSEL_OS
arch/x86/events/amd/core.c
377
ARCH_PERFMON_EVENTSEL_OS);
arch/x86/events/core.c
646
event->hw.config |= ARCH_PERFMON_EVENTSEL_OS;
arch/x86/events/intel/bts.c
242
config |= ARCH_PERFMON_EVENTSEL_OS;
arch/x86/events/intel/core.c
3381
if (hwc->config & ARCH_PERFMON_EVENTSEL_OS)
arch/x86/events/intel/ds.c
1126
if (!(config & ARCH_PERFMON_EVENTSEL_OS))
arch/x86/events/zhaoxin/core.c
328
if (hwc->config & ARCH_PERFMON_EVENTSEL_OS)
arch/x86/kvm/pmu.c
1099
select_os = config & ARCH_PERFMON_EVENTSEL_OS;
arch/x86/kvm/pmu.c
586
eventsel |= ARCH_PERFMON_EVENTSEL_OS;
arch/x86/kvm/pmu.c
604
!(eventsel & ARCH_PERFMON_EVENTSEL_OS),
tools/testing/selftests/kvm/x86/pmu_counters_test.c
292
u64 eventsel = ARCH_PERFMON_EVENTSEL_OS |
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
113
ARCH_PERFMON_EVENTSEL_OS | INTEL_ARCH_BRANCHES_RETIRED);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
115
ARCH_PERFMON_EVENTSEL_OS | INTEL_ARCH_INSTRUCTIONS_RETIRED);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
137
ARCH_PERFMON_EVENTSEL_OS | AMD_ZEN_BRANCHES_RETIRED);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
139
ARCH_PERFMON_EVENTSEL_OS | AMD_ZEN_INSTRUCTIONS_RETIRED);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
446
ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_LOAD);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
448
ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_STORE);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
450
ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_LOAD_STORE);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
467
ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_LOAD);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
469
ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_STORE);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
471
ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_LOAD_STORE);