Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dintel_ds.h24 u64 pebs_buffer_base; member
/linux-6.1.9/arch/x86/events/intel/
Dds.c484 ds->pebs_buffer_base = (unsigned long) cea; in alloc_pebs_buffer()
486 ds->pebs_index = ds->pebs_buffer_base; in alloc_pebs_buffer()
488 ds->pebs_absolute_maximum = ds->pebs_buffer_base + max; in alloc_pebs_buffer()
1100 threshold = ds->pebs_buffer_base + cpuc->pebs_record_size; in pebs_update_threshold()
2029 at = (struct pebs_record_core *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
2035 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
2089 base = (struct pebs_record_nhm *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
2092 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
2204 base = (struct pebs_basic *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()
2207 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()