Home
last modified time | relevance | path

Searched refs:pebs_buffer_base (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dintel_ds.h23 u64 pebs_buffer_base; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dintel_ds.h24 u64 pebs_buffer_base; member
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dds.c365 ds->pebs_buffer_base = (unsigned long) cea; in alloc_pebs_buffer()
367 ds->pebs_index = ds->pebs_buffer_base; in alloc_pebs_buffer()
369 ds->pebs_absolute_maximum = ds->pebs_buffer_base + max; in alloc_pebs_buffer()
943 threshold = ds->pebs_buffer_base + cpuc->pebs_record_size; in pebs_update_threshold()
1800 at = (struct pebs_record_core *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
1806 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
1860 base = (struct pebs_record_nhm *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
1863 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
1973 base = (struct pebs_basic *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()
1976 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dds.c539 ds->pebs_buffer_base = (unsigned long) cea; in alloc_pebs_buffer()
541 ds->pebs_index = ds->pebs_buffer_base; in alloc_pebs_buffer()
543 ds->pebs_absolute_maximum = ds->pebs_buffer_base + max; in alloc_pebs_buffer()
1156 threshold = ds->pebs_buffer_base + cpuc->pebs_record_size; in pebs_update_threshold()
2105 at = (struct pebs_record_core *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
2111 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_core()
2165 base = (struct pebs_record_nhm *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
2168 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_nhm()
2280 base = (struct pebs_basic *)(unsigned long)ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()
2283 ds->pebs_index = ds->pebs_buffer_base; in intel_pmu_drain_pebs_icl()
[all...]

Completed in 7 milliseconds