Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dintel_ds.h25 u64 pebs_buffer_base; member
/arch/x86/events/intel/
A Dds.c650 ds->pebs_buffer_base = (unsigned long) cea; in alloc_pebs_buffer()
652 ds->pebs_index = ds->pebs_buffer_base; in alloc_pebs_buffer()
654 ds->pebs_absolute_maximum = ds->pebs_buffer_base + max; in alloc_pebs_buffer()
1296 threshold = ds->pebs_buffer_base + cpuc->pebs_record_size; in pebs_update_threshold()
2441 at = (struct pebs_record_core *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
2447 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
2503 base = (struct pebs_record_nhm *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
2506 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
2621 base = (struct pebs_basic *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()
2624 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()

Completed in 9 milliseconds