Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dintel_ds.h23 u64 pebs_buffer_base; member
/linux/arch/x86/events/intel/
A Dds.c430 ds->pebs_buffer_base = (unsigned long) cea; in alloc_pebs_buffer()
432 ds->pebs_index = ds->pebs_buffer_base; in alloc_pebs_buffer()
434 ds->pebs_absolute_maximum = ds->pebs_buffer_base + max; in alloc_pebs_buffer()
1036 threshold = ds->pebs_buffer_base + cpuc->pebs_record_size; in pebs_update_threshold()
1929 at = (struct pebs_record_core *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
1935 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
1989 base = (struct pebs_record_nhm *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
1992 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
2104 base = (struct pebs_basic *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()
2107 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()

Completed in 8 milliseconds