Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dintel_ds.h26 u64 pebs_index; member
/linux/arch/x86/events/intel/
H A Dds.c651 ds->pebs_index = ds->pebs_buffer_base; in alloc_pebs_buffer()
2245 top = (struct pebs_record_core *)(unsigned long)ds->pebs_index; in intel_pmu_drain_pebs_core()
2250 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
2306 top = (struct pebs_record_nhm *)(unsigned long)ds->pebs_index; in intel_pmu_drain_pebs_nhm()
2308 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
2420 top = (struct pebs_basic *)(unsigned long)ds->pebs_index; in intel_pmu_drain_pebs_icl()
2422 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()