Home
last modified time | relevance | path

Searched refs:INTEL_PMC_IDX_FIXED_BTS (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dperf_event.h160 #define INTEL_PMC_IDX_FIXED_BTS (INTEL_PMC_IDX_FIXED + 16) macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel.c1477 if (test_bit(INTEL_PMC_IDX_FIXED_BTS, cpuc->active_mask)) in __intel_pmu_disable_all()
1500 if (test_bit(INTEL_PMC_IDX_FIXED_BTS, cpuc->active_mask)) { in __intel_pmu_enable_all()
1502 cpuc->events[INTEL_PMC_IDX_FIXED_BTS]; in __intel_pmu_enable_all()
1634 if (unlikely(hwc->idx == INTEL_PMC_IDX_FIXED_BTS)) { in intel_pmu_disable_event()
1698 if (unlikely(hwc->idx == INTEL_PMC_IDX_FIXED_BTS)) { in intel_pmu_enable_event()
Dperf_event_intel_bts.c451 if (test_bit(INTEL_PMC_IDX_FIXED_BTS, cpuc->active_mask)) in bts_event_add()
Dperf_event_intel_ds.c473 EVENT_CONSTRAINT(0, 1ULL << INTEL_PMC_IDX_FIXED_BTS, 0);
521 struct perf_event *event = cpuc->events[INTEL_PMC_IDX_FIXED_BTS]; in intel_pmu_drain_bts_buffer()
Dperf_event.c72 if (idx == INTEL_PMC_IDX_FIXED_BTS) in x86_perf_event_update()
986 if (hwc->idx == INTEL_PMC_IDX_FIXED_BTS) { in x86_assign_hw_event()
1096 if (idx == INTEL_PMC_IDX_FIXED_BTS) in x86_perf_event_set_period()