Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c338 ds->pebs_index = ds->pebs_buffer_base; in alloc_pebs_buffer()
1223 top = (struct pebs_record_core *)(unsigned long)ds->pebs_index; in intel_pmu_drain_pebs_core()
1228 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
1259 top = (struct pebs_record_nhm *)(unsigned long)ds->pebs_index; in intel_pmu_drain_pebs_nhm()
1261 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
Dperf_event.h116 u64 pebs_index; member