Home
last modified time | relevance | path

Searched refs:X86_PMC_IDX_FIXED_BTS (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dperf_event.h142 #define X86_PMC_IDX_FIXED_BTS (X86_PMC_IDX_FIXED + 16) macro
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event_intel.c756 if (test_bit(X86_PMC_IDX_FIXED_BTS, cpuc->active_mask)) in intel_pmu_disable_all()
772 if (test_bit(X86_PMC_IDX_FIXED_BTS, cpuc->active_mask)) { in intel_pmu_enable_all()
774 cpuc->events[X86_PMC_IDX_FIXED_BTS]; in intel_pmu_enable_all()
895 if (unlikely(hwc->idx == X86_PMC_IDX_FIXED_BTS)) { in intel_pmu_disable_event()
958 if (unlikely(hwc->idx == X86_PMC_IDX_FIXED_BTS)) { in intel_pmu_enable_event()
Dperf_event_intel_ds.c251 EVENT_CONSTRAINT(0, 1ULL << X86_PMC_IDX_FIXED_BTS, 0);
298 struct perf_event *event = cpuc->events[X86_PMC_IDX_FIXED_BTS]; in intel_pmu_drain_bts_buffer()
Dperf_event.c77 if (idx == X86_PMC_IDX_FIXED_BTS) in x86_perf_event_update()
830 if (hwc->idx == X86_PMC_IDX_FIXED_BTS) { in x86_assign_hw_event()
936 if (idx == X86_PMC_IDX_FIXED_BTS) in x86_perf_event_set_period()