Home
last modified time | relevance | path

Searched refs:bts (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c109 if (!x86_pmu.bts) in alloc_bts_buffer()
133 if (!ds || !x86_pmu.bts) in release_bts_buffer()
169 if (!x86_pmu.bts && !x86_pmu.pebs) in release_ds_buffers()
192 if (!x86_pmu.bts && !x86_pmu.pebs) in reserve_ds_buffers()
195 if (!x86_pmu.bts) in reserve_ds_buffers()
233 if (x86_pmu.bts && !bts_err) in reserve_ds_buffers()
701 x86_pmu.bts = boot_cpu_has(X86_FEATURE_BTS); in intel_ds_init()
731 if (!x86_pmu.bts && !x86_pmu.pebs) in perf_restore_debug_store()
Dperf_event.h362 int bts, pebs; member