Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c549 struct bts_record { in intel_pmu_drain_bts_buffer() struct
555 struct bts_record *at, *base, *top; in intel_pmu_drain_bts_buffer()
568 base = (struct bts_record *)(unsigned long)ds->bts_buffer_base; in intel_pmu_drain_bts_buffer()
569 top = (struct bts_record *)(unsigned long)ds->bts_index; in intel_pmu_drain_bts_buffer()